Overview
Install in 30 seconds
The installer drops the graff CLI and friends into ~/.local/bin.
curl -fsSL https://codegraff.com/install-graff.sh | bash
Full walkthrough in Install the CLI.
How the pieces fit
Run + evolve
Graff
The free open-source harness that runs repository tasks, scores outcomes, and evolves agent strategies.
Map
CodeDB
Free local code intelligence that works out of the box with supported coding agents.
Open the CodeDB repositoryMove
CodeDB Pro
The paid local toolchain with a persistent daemon, batching, and higher-leverage edits.
See CodeDB ProConnect
Gateway
OpenAI-compatible inference, hosted tools, credits, keys, and usage in one account.
Open the gateway guideThe evolutionary loop
Graff is not only an execution wrapper. It can turn completed work into fitness, retain useful agent variants, and use that archive to guide future runs.
01
Run
Try agent strategies against real repository work.
02
Score
Measure success, cost, speed, and errors as fitness.
03
Select
Keep strong variants in a diverse MAP-Elites archive.
04
Reuse
Sample better strategies more often on future runs.
This evolutionary loop belongs to Graff. CodeDB supplies structural repository context, and CodeDB Pro accelerates local reads, searches, diffs, and edits.
Choose a surface
- The Graff CLI : the agent in your terminal, driven by the
:shell shortcut. - The TypeScript and Python SDKs. Embed the same agent in your app and stream events through one loop.
- The OpenAI-compatible gateway . Use the models with any existing OpenAI client and a
cg_sk_key.