Getting Started
Install Agor, open the UI, and follow the onboarding wizard. Your first AI teammate will help you get your bearings and get everything else set up. (New here? Raising Your First AI Teammate explains why one teammate is the whole onboarding.)
Install
npm (Recommended)
Most users should start here. It’s the most universal path, and it’s the one the rest of the docs assume.
Requires Node.js ≥ 22.12 (install ).
# Install Agor
npm install -g agor-live
# First run
agor init
agor daemon start
agor openRun agor init after installation. It lets you choose the agentic tools you plan to use and shows
exactly what will be installed before running npm. Skip the selection if you are not ready—you can add
a version-aligned tool later by editing agentic_tools.installed in config.yaml and running agor install.
Repeat the readiness check with agor doctor; see
Agentic tools for the complete model.
Follow the onboarding wizard
The first time you open the UI, the Onboarding Wizard runs — five quick steps that end with your first AI teammate ready to work:
- You. Pick how you work: I write code, I manage projects, I lead a team, or Building solo. The rest of the setup — and your teammate’s first briefing — is tailored to this.
- AI. Connect a model: Claude (recommended), GPT, Gemini, or a custom endpoint. Paste an API key, use a Claude subscription token, or sign in with ChatGPT; Agor verifies the credential on the spot.
- Workspace. Name your AI teammate and pick its emoji. Agor creates a board named after it — the teammate’s home for every branch and session it works on.
- Tools. Persona-tailored MCP integration suggestions (Slack first, plus the likes of GitHub, Sentry, HubSpot, Linear, or Figma). Connect what you want now, or skip — everything is available later in Settings → MCP.
- You’re ready. Agor seeds the teammate from the framework repo onto your new board and launches its first session with the agent you connected.
Every step except the last can be skipped — the wizard never blocks you on a decision.




When the board opens, your teammate’s first session picks up where the wizard left off — it already knows its name, how you work, and which tools you flagged. From there it can register repos, organize its board, structure a workflow, or just be a thinking partner. Anything a user can do in Agor, the teammate can do too. It has full access to the Agor MCP Server.
Customize your install
Agor runs out of the box on SQLite as a single-user instance, but it’s designed to scale up:
- PostgreSQL backend instead of SQLite, for multi-user / team setups
- Multiplayer mode with branch-level RBAC and per-user permissions
- Unix-user impersonation so each Agor user’s sessions run as their own OS identity
- Docker Compose and source builds for contributor / dev workflows — see the Docker Compose tab above for the evaluation quickstart
- Custom config / database paths for non-default install layouts
For any of those, see Extended Installation. For credential alternatives (claude setup-token, codex login --device-auth, workspace-wide env vars), see Authentication.
What’s next
- Branches · Sessions & Trees · Boards & Zones: the core primitives
- Features Overview: Teammates, MCP, Rich Chat UX, Multiplayer, Environments, Scheduler, Cards, Artifacts
- Architecture: system design and the typed TypeScript client
Get help
- Discord : community support and discussion
- GitHub Discussions : questions and ideas
- GitHub Issues : bugs and feature requests
- Run
agor --helpfor the full CLI reference