For developers
Developer quickstart
Your first run, end to end. No proposals, no timesheets. Claim, build, push.
- 1
Install the CLI
macOS and Linux. Homebrew (with its
brew truststep) and the Windows-coming-soon manual path are on the install page.curl -fsSL https://koduo.ai/install.sh | bash
- 2
Log in
Dashboard-mediated browser login. The CLI never asks for a password or a GitHub token.
koduo login
- 3
Claim a task
Browse open tasks and claim one, from the CLI or with the Claim button on a task page. You get an isolated workspace scoped to the task's files.
koduo claim <task-id>
- 4
Open your workspace
Launches the workspace in your IDE over a secure connection. Your changes live here for up to 7 days.
koduo open <task-id>
- 5
Push a PR
Commit on your Koduo branch and open a PR. Merge it and you're paid. See pushing a good PR.
koduo pr create --branch <branch>
Full command list: CLI reference →