Skip to content

Quickstart

Everything you need to go from zero to running AI DevBoxes on your own hardware.

Terminal window
npm config set @clustercode:registry https://npm.pkg.github.com
npm install -g @clustercode/cli
clustercode --version

Requires Node.js 22+. See Install CLI for details.

Terminal window
clustercode login

This opens your browser for a secure OAuth sign-in with your ClusterCode account.

Terminal window
clustercode worker

On 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):

Terminal window
clustercode onboard
  1. Open the dashboard at your orchestrator URL
  2. Paste a GitHub issue link into the launch modal
  3. 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.

Getting Started Concepts Guides CLI Self-Hosting Reference Links