A terminal-first AI coding assistant — open-source, observable, and built for developer control.
A lifecycle-driven agent with strong defaults, behavioral guards, and transparent execution — every decision visible, every behavior overridable.
bun install
bun run start init # prompts for provider API key, writes .env
bun run dev # starts server + CLI clientSee all commands: bun run start help
bun run verify # lint + typecheck + all tests
bun test # all tests
bun run test:unit # unit tests only
bun run test:int # integration tests
bun run test:tui # visual regression tests
bun run test:perf # performance baselines