What Orbit Is
v0.4 · early access
An agent runtime for engineering work.
Define a task, attach activities, dispatch agents in parallel. Every run is sandboxed, replayable, and bounded by policies you wrote.
$
curl -sSf https://raw.githubusercontent.com/danieljhkim/orbit/main/install.sh | sh
Start here
Install Orbit
One binary, zero config. Bring your own model provider.
Your first task
Define scope, attach activities, watch agents work in parallel.
Activities & jobs
The atomic unit of work. Composable, sandboxed, replayable.
Knowledge graph
Tasks accrete context. Every run sharpens the next.
CLI reference
Every command, flag, and exit code. Cross-linked.
Policies
Declarative scoping rules for what an agent can touch.
Why Orbit
Self-hosted
Source never leaves your infrastructure. Bring your own model provider.
Auditable
Every agent action is captured. Replay any run, any time.
Scope-first
Filesystem policies bound exactly what an agent can touch.
Concurrent
Worktree isolation lets agents work in parallel without colliding.