Free tier available — no credit card required

One terminal.|

The Unified Engineering Terminal.

Code, deploy, debug, investigate production systems, run workflows, and automate repetitive work from a single environment.

$ curl -fsSL https://centauruslabs.in/install.sh | sh

Installs Node.js automatically if not present, then installs Centaurus CLI via npm.

~/centaurus — three-js-cosmos
centaurus — type /help for commands
You:8:42:51 pm
create a three.js simulation of the solar system with realistic orbits

Commands, AI assistance, deployment, and operations — all in the same terminal session.

Works with

ClaudeGemini 2.5Llama 3QwenMistralMiniMaxGLMKimiOllamaOpenRouter
Everything happens here

Commands, AI, deployments, all from one place.

No context switching. No tool switching. No mode switching. Everything your engineering workflow needs lives in a single terminal.

centaurus — where engineering work happens
local $git checkout feature-payments
Switched to branch 'feature-payments'
>Find where the payment service is called.
→ src/controllers/checkout.ts:88 · src/jobs/billing.ts:34 · src/webhooks/stripe.ts:12
$npm test
✓ 214 tests passed (3.1s)
>Deploy staging.
→ build → push → live at api-staging.acme.dev
>Why is memory usage increasing?
centaurus: Session cache entries not evicted after TTL — shall I fix it?
>Save this as a workflow.
✓ workflow saved: incident-response.yaml
One Workspace. Many Tasks.

Keep everything running.

Run development servers, monitor logs, maintain SSH sessions, and delegate AI work without opening additional terminals. Everything stays running while you continue working.

centaurus — persistent workspace
5 active tasks · workspace alive
Frontend Dev Serverlocalhost:3000Running
Backend APIlocalhost:8080Running
Production Logsssh prodStreaming
Integration Testsbackground task 2Running
AI Investigationsub-agentRunning
>Continue working while tasks run in background
Environment awareness

One terminal. Every environment.

Move across local machines, remote servers, containers, and clusters without leaving Centaurus. The terminal understands where work is happening and keeps context intact the whole way through.

  • SSH, Docker, and WSL — hop between environments without losing context.
  • Tools run in the active environment automatically, with the same safety controls.
  • Return to your local machine instantly when you exit a remote session.
centaurus — remote sessions
local ~/projects/api $ ssh deploy@api.centaurus.dev
↳ connected · same model · same conversation
ssh deploy@api $ docker exec -it worker-3 bash
↳ still connected · ssh docker
docker /app $ investigate why queue depth keeps climbing
→ ran redis-cli info memory→ checked /var/log/worker.log→ found: consumer group lag on jobs.ingest
centaurus: worker-3 is processing 2.3× slower than its peers — shall I restart it?
Workflow engine

Perform a workflow once. Save it. Run it forever.

Every task can become a workflow. Deployments, incident response, validation checks, environment setup — define them once and run them with a single command, every time. Workflows span local, SSH, Docker, WSL, and multiple servers. Teach Centaurus how you work, then replay that workflow whenever you need it.

  • Cross-environment workflows — span local, SSH, Docker, WSL, and multiple servers.
  • Workflows for deployments, debugging, incident response, and more.
  • Write in plain Markdown — no special syntax or config files.
  • Hooks trigger custom scripts at every AI action, automatically.
  • Capture once, replay forever — reduce repetitive work.

Teach Once. Run Forever.

Many engineering processes are repetitive.

Deployments.Release validation.Incident response.Environment setup.

Perform a workflow once. Save it. Run it forever.

>First time
SSH staging
Deploy build
Run tests
Verify health
Generate report
>Later
$ /workflow release-validation

Centaurus replays the process automatically.

Example: Release check workflow

Define a workflow once, then execute it with a single command.

>Workflow definition
1. Build project
2. Run tests
3. Deploy staging
4. Verify health
5. Generate report
>Execute anytime
$ /workflow release-check
centaurus — workflow engine
/workflow deploy-staging
1typechecktsc --noEmit passed
2testvitest run --reporter=dot passed
3buildnext build passed
4push imagedocker push registry/api:sha passed
5notify teampost to #deploymentsrunning
Codebase search

Find code without leaving the terminal.

Search your codebase from the same environment where you write, test, and deploy. Centaurus searches in parallel and returns the exact file and line you need.

  • Searches in parallel — plans, greps, and reads files simultaneously.
  • Always current — no indexes to build, no caches to invalidate.
  • Scoped search — focus on specific directories when precision matters.
centaurus — codebase search
>find every place that builds a JWT
planning 3 agents dispatched (auth • session • tests)
01src/services/auth.service.ts:142
02src/services/session.service.ts:68
03src/middleware/auth.ts:34
04src/controllers/auth.controller.ts:211
05tests/auth.e2e.spec.ts:55
indexed 4,218 files in 1.2s — 28 candidate locations
The Four Pillars

Four principles. One terminal.

Centaurus isn't an AI tool bolted onto a shell. It's a terminal rebuilt around the way engineering teams actually work.

01

Unified Terminal

Everything happens in one interface. Commands, AI requests, workflow invocations, and environment operations all share the same input.

02

Environment Awareness

The terminal understands where work is occurring. Move across local, SSH, Docker, and WSL without losing context.

03

Workflow Intelligence

The terminal learns, records, and automates engineering processes. Workflows span local, SSH, Docker, WSL, and multiple servers.

04

Persistent Workspace

Background tasks, shells, servers, logs, and AI agents remain active while work continues. Everything stays running.

Web research, inline

Answers with citations.

Ask a question, get the answer and the sources. Centaurus fetches, reads, and synthesizes — not just search results.

~/centaurus — web_search
centaurus — type /help for commands
You:9:07:02 pm
do a thorough research on React UI libraries for 2025
Pricing

Free to start. Pay when you need more.

Start for free — no credit card required. The Local plan adds cloud AI plus unlimited Ollama access. Pro unlocks every model and higher usage for teams that build every day.

One terminal. Your entire workflow.

From writing code to running production, Centaurus keeps everything in one place. Install in seconds — no migration, no setup required.

$ curl -fsSL https://centauruslabs.in/install.sh | sh

Installs Node.js automatically if not present, then installs Centaurus CLI via npm.