| title | Quickstart |
|---|---|
| summary | Get Stacy running in minutes |
Get Stacy running locally in under 5 minutes.
npx stacy-cli@latest onboard --yesThis walks you through setup, configures local data paths, and starts Stacy.
If you already have a Stacy install, rerunning onboard keeps your current
config and data paths intact. Use stacy configure if you want to edit
settings.
To start Stacy again later:
npx stacy-cli@latest runNote: The public npm package is
stacy-cli; it exposes thestacybinary when installed. Thepnpm stacyform only works inside a cloned copy of the Stacy repository.
For contributors working on Stacy itself. Prerequisites: Node.js 20+ and pnpm 9+.
Clone the repository, then:
pnpm install
pnpm devThis starts the API server and UI at http://localhost:3100.
No external database is required for local onboarding. Stacy uses an embedded PostgreSQL instance by default.
When working from the cloned repo, you can also use:
pnpm stacy runThis auto-onboards if config is missing, runs health checks with auto-repair, and starts the server.
Once Stacy is running:
- Create your first company in the web UI.
- Connect a project or local workspace.
- Create a Codex or Claude agent and configure its adapter.
- Set budgets, permissions, and approval gates.
- Assign an initial task.
- Watch the live run, inspect logs, and review cost and risk.