Kigi (kigi) π
πΈοΈ The world's first CLI with built-in Graph Engineering
/graph turns one objective into a dependency graph of
autonomous, self-verifying agent loops β planned, parallelized,
adversarially verified, and merged back, end to end.
**Kigi** is a coding agent that lives in your terminal. It reads the repo,
writes the patch, runs the tests, and keeps going while you do something else.
Full-screen, headless in CI with `-p`, or docked in your editor over ACP.
**Already paying for Claude Pro/Max, ChatGPT Plus/Pro, GitHub Copilot, or
Grok? Sign in and use it.** No API key, no second bill. Rather bring your own
key? OpenAI, Anthropic, Google, DeepSeek, Groq, Moonshot and
[two dozen more](#providers-and-api-keys) are wired in.
[Installation](#installation) Β·
[Graph engineering](#graph-engineering) Β·
[Providers and API keys](#providers-and-api-keys) Β·
[Building from source](#building-from-source) Β·
[Coexistence with the official CLI](#coexistence-with-the-official-kimi-cli) Β·
[License](#license)

[Full-quality recording (mp4)](video/Kigi.mp4)
---
## Installation
```sh
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/ZacharyZhang-NY/Kigi-CLI/main/install.sh | bash
```
```powershell
# Windows PowerShell
irm https://raw.githubusercontent.com/ZacharyZhang-NY/Kigi-CLI/main/install.ps1 | iex
```
```sh
kigi login # pick a provider, sign in
kigi # go
```
Single file, no runtime. macOS and Linux on arm64/x86_64, Windows on x86_64,
checksummed against the release's `SHA256SUMS`. `kigi update` handles upgrades.
## Graph engineering
Every other agent runs a loop: think, act, repeat β one thread, one thing at a
time. `/graph` runs a dependency graph instead. Work that doesn't block other
work happens at the same time, in separate worktrees, and nothing merges until
something else has tried to tear it apart.
```
/graph