Free and open source for macOS, Windows and Linux

Nine agents.
One repo.
No collisions.

Claude Code, Codex and Freebuff side by side, each in its own git worktree. A central Brain hands out the work. Verification gates prove it before it counts as done.

macOS, Linux
curl --proto '=https' --tlsv1.2 -fsSL https://ninebrains.runs-on.dev/install | sh

Installs or updates. Checks the SHA256 first.

Works with Claude Code Codex Freebuff OpenCode
4
lanes a tab
3
gate attempts
0
telemetry
<5s
to STOP every run

Before you open it

Unsigned build: why, and how to verify

Builds are not code-signed yet, so macOS Gatekeeper and Windows SmartScreen warn you before you open one. Unsigned builds also do not auto-update.

The installer downloads the release's SHA256SUMS file and checks the artifact before it touches your disk; a mismatch aborts. With the GitHub CLI signed in it also verifies the build attestation, and installs nothing if that fails.

shasum -a 256 -c SHA256SUMS --ignore-missing
gh attestation verify Ninebrains-0.1.0-mac-arm64.dmg --repo Advance-Labs/ninebrains

A checksum proves you have the exact bytes the release published. It does not prove who built them, so only install from github.com/Advance-Labs/ninebrains or this site.