See what happens when every intelligence
finds its orbit.

A local coding harness that binds models and ACP agents to specialist roles in one session.

Caelis CLI

Latest

Work with Caelis directly in your codebase. Build, debug, and orchestrate specialist agents safely from your terminal.

macOS | Linux
curl -fsSL https://caelis.dev/install.sh | sh Copied
Windows PowerShell
irm https://caelis.dev/install.ps1 | iex Copied
npm (Cross-platform)
npm i -g @caelis/caelis Copied

Bind the right intelligence
to every specialist role

Within a single workspace, bind specialist subagents, Guardian, Reviewer, and custom roles to connected Providers or ACP Agents. Let diverse intelligences collaborate seamlessly in one guarded session.

breeze Fast retrieval agent
MiMo
Provider
orbit Tool execution agent
Grok
ACP
zenith Deep reasoning agent
GPT
Provider
guardian System safety guardian
DeepSeek
Provider
reviewer Code audit agent
Codex
ACP
custom Custom defined role
Yours
Provider ACP

System-grade sandboxing & zero trust

Code stays local, execution stays bounded. Protected by native OS kernels and auto-review guards.

Guardian Auto-Review

Carefully fine-tuned on security prompts and workspace context, Guardian deeply inspects commands with an LLM before execution to block destructive actions.

Auto review approved

Native OS Sandboxes

Leverages native OS kernel primitives to enforce strict filesystem boundaries without heavy containers.

Seatbelt Bubblewrap Restricted Token

100% Local & Open Source

All sessions and credentials remain 100% on your machine. Fully open source and zero telemetry.

Apache-2.0 · Local-First

FAQ

Everything you need to know about Caelis, multi-provider workflows, and local runtime safety.

What makes Caelis different from single AI coding assistants?

Caelis lets you combine multiple connected models and ACP Agents in the same session.

How do provider bindings and custom roles work?

You can configure bindings via /subagent. Assign cheap/fast models to Breeze for search & quick edits, reasoning models to Orbit for feature coding, and frontier models to Zenith for review.

Which sign-in and provider connection methods are supported?

Caelis currently supports OAuth for ChatGPT and Grok, plus API keys from multiple Providers. If your usual workflow is not supported yet, Issues and PRs are welcome.

Where is my code and data stored?

Your data stays local. Caelis is open source and transparent, with no data collection or telemetry.