Skip to Content
DocsOverview

agor

The command center for AI enablement.

Agor is a shared canvas where coding agents (Claude Code, Codex, Gemini) and long-lived AI teammates run side-by-side on isolated git branches, the anchor entity where sessions, dev environments, prompts, and PRs converge. Your whole team rallies around the same live work in real time, and the agents themselves drive Agor over MCP.

In Action

13-minute walkthrough. Unscripted demo showing Agor’s core features


Getting Started

Requires Node.js ≥ 22.12.

npm install -g agor-live agor init agor daemon start agor open

Prefer Homebrew on macOS or Linux? See the Getting Started Guide for that install path, then add your first repo. For Docker, source builds, and other options, see Extended Installation.

Then dive in:


Screenshots

Agor board with live collaborator cursors, colorful zones, branch cards, markdown notes, and interactive agent dashboards.

Multiplayer spatial canvas with zones, branches, live cursors, notes, and agent-built dashboards

Task-centric conversation UI
MCP server and branch management
Zone trigger with templated prompt
Structured tool blocks with inline diffs
Branch environment with named variants
Pick any SDK: Claude, Codex, Gemini, OpenCode, Copilot
Built-in terminal with branch context
Welcome screen showing team status

Stack

Backend: FeathersJS, Drizzle ORM, LibSQL Frontend: React 18, TypeScript, Ant Design, React Flow CLI: oclif Realtime: WebSocket via Socket.io

See the Architecture Guide for details.


Contributing

TypeScript strict mode, branded types, repository pattern with Drizzle ORM.

Read the Development Guide for the local development workflow.


License

Agor is source-available under the Business Source License 1.1. Its Additional Use Grant permits production use but not commercializing Agor itself as the defined Agor Offering. Each version converts to Apache License 2.0 on January 15, 2029, or earlier if the BSL’s four-year limit applies. See the license  for the controlling terms.

Last updated on