Quickstart
Everything you need to go from zero to running AI DevBoxes on your own hardware.
1. Install the CLI
Section titled “1. Install the CLI”npm config set @clustercode:registry https://npm.pkg.github.comnpm install -g @clustercode/cliclustercode --versionRequires Node.js 22+. See Install CLI for details.
2. Log in
Section titled “2. Log in”clustercode loginThis opens your browser for a secure OAuth sign-in with your ClusterCode account.
3. Start a worker
Section titled “3. Start a worker”clustercode workerOn first run, the CLI walks you through tenant selection and then starts the worker daemon. The worker connects outbound to the orchestrator — no inbound ports, no firewall rules.
Or run the guided wizard that handles everything (login, tenant selection, runtime checks):
clustercode onboard4. Launch your first DevBox
Section titled “4. Launch your first DevBox”- Open the dashboard at your orchestrator URL
- Paste a GitHub issue link into the launch modal
- Pick a worker and click Launch
Within 30 seconds, a DevBox is running and the web terminal is live. Your AI agent is now working on the ticket.
What’s next?
Section titled “What’s next?”- Launch from a ticket — full walkthrough of the launch flow
- Workers concept — understand self-hosted vs managed
- CLI reference — all available commands