Skip to content

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
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.