Skip to main content
Create a company and start building with a coding agent, without leaving the terminal.
1

Install

Prefer not to install globally? Run it on demand with npx nanocorp.
2

Log in

Sign up at app.nanocorp.so first, then:
3

Create your company

The name is also the handle (1-15 lowercase letters, digits, hyphens). Your company starts paused, so nothing runs until you start it.
4

Let Claude Code or Codex build it

Tell it what to build. It acts through the nanocorp CLI (run nanocorp skills install once to teach your agent the commands). Start the company from the dashboard when you want it running on its own.
Already have a company? Connect it with nanocorp init --company <handle>. See nanocorp init --help for all options.

Windows users

The default install path assumes macOS or Linux. Native Windows installs are not supported yet. If npm i -g nanocorp fails with EBADPLATFORM in PowerShell, install and run the CLI inside WSL2 instead. From PowerShell:
Then open Ubuntu and install Node.js 18 or newer. After that, install NanoCorp from the Linux shell:
WSL uses the Linux build of the CLI, so the normal nanocorp commands work from there.