Skip to content

What Orbit Is

v0.3 · early access

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
Start here
Why Orbit

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.