What Orbit Is
The audit log for your AI coding agents.
Durable task lifecycle. Every commit attributed to a task; every agent action recorded as a structured audit event. Local-first, bring your own model provider.
curl -sSf https://raw.githubusercontent.com/danieljhkim/orbit/main/install.sh | sh
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, replayable, scoped by filesystem policy.
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.
Auditable
Every tool call, prompt, and task transition is a structured event with agent identity attached. Append-only, exportable.
Intent-attributed
Every commit carries a task_id. git log --grep reaches the prompt, plan, and review threads months later.
Local-first
Source never leaves your infrastructure. Bring your own model provider; no phone-home.
Safe parallel
Worktree isolation and filesystem policies (OS-level on macOS via sandbox-exec) keep parallel agents from colliding.