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. No Gatekeeper warning on macOS.

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 a .dmg or .exe you download in a browser makes macOS Gatekeeper or Windows SmartScreen warn you before it opens. Unsigned builds also do not auto-update.

On macOS the Terminal installer avoids the warning without switching anything off: macOS only quarantines files a browser or mail app downloads, and the installer downloads with curl. Apple and Microsoft signing is on its way.

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.