What Orbit Is
The audit log for your AI coding agents.
Durable task lifecycle, task-attributed workflow commits, and structured audit records for agent workflows. Local-first, bring your own model provider.
npm install -g @orbit-tools/cli
Install
One binary, no Rust toolchain. Then orbit init sets up your root and skills.
Write a task
Acceptance criteria are required — agents self-evaluate against them.
Ship it
The gated pipeline opens a PR, or stays local with --mode local.
Auditable
Task mutations, workflow events, provider turns, and tool calls emit joined audit records, redacted at write time.
Intent-attributed
Workflow commits carry the allocated task ID, so git log --grep links code history back to the task record.
Local-first
Task and run state stay in your Orbit roots. Provider CLIs handle model traffic using your own provider accounts.
Safe parallel
Worktree isolation and filesystem policies (sandbox-exec, bwrap) keep parallel agents from colliding.