Developers

Install the Koduo CLI

A single cross-platform binary (macOS, Linux, Windows). It's the home for the closed-source sandbox flow: claim a task, open an isolated workspace, push a PR.

Install script

macOS and Linux. The recommended way in.

curl -fsSL https://koduo.ai/install.sh | bash

Homebrew (alternative)

macOS and Linux. Our tap is third-party — if your Homebrew requires tap trust (HOMEBREW_REQUIRE_TAP_TRUST), run the brew trustline; it's a harmless no-op otherwise.

brew tap koduo-ai/koduo
brew trust koduo-ai/koduo
brew install koduo

Windows — coming soon

Native Windows support is in progress. In the meantime, advanced users can download the latest koduo_<version>_windows_amd64.zip from the releases page and put koduo.exe on your %PATH%.

Then log in

Dashboard-mediated browser login. No password, no GitHub token in the CLI.

koduo login

New to the CLI? Walk through your first run in the developer quickstart →