$git clone https://github.com/preset-io/agorTeam command center for all things agentic.
| 1 | <img src=".github/logo_circle.png" alt="Agor logo" width="92" /> |
| 2 | |
| 3 | # Agor |
| 4 | |
| 5 | **Team command center for all things agentic.** |
| 6 | |
| 7 | Agor is a self-hosted, multiplayer-ready web workspace for running coding agents — Claude Code, |
| 8 | Codex, Gemini, and others — on isolated git branches. Each branch is a first-class git working |
| 9 | directory with its own dev environment and conversation history. Agents run in the browser instead |
| 10 | of a terminal, with per-prompt token and cost accounting, structured tool output, and an MCP |
| 11 | endpoint agents can drive themselves. Run it solo in a few minutes; turn on multiplayer and |
| 12 | Unix-level isolation when you bring your team. |
| 13 | |
| 14 | [](https://www.npmjs.com/package/agor-live) |
| 15 | [](LICENSE) |
| 16 | [](https://agor.live/guide/getting-started) |
| 17 | [](https://discord.gg/Qh4TrFQZpd) |
| 18 | |
| 19 | **[Documentation](https://agor.live/) · [Quick Start](#quick-start) · [Architecture](#architecture) · [Contributing](#development)** |
| 20 | |
| 21 | --- |
| 22 | |
| 23 | ## Built on the agent CLIs & SDKs you already use |
| 24 | |
| 25 | Agor ships no model of its own. It drives the coding-agent CLIs and SDKs you already run, |
| 26 | interchangeable per session — bring your own provider and subscription, no vendor lock-in. |
| 27 | [Compare the harnesses →](https://agor.live/guide/sdk-comparison) |
| 28 | |
| 29 | <p align="center"> |
| 30 | <a href="https://github.com/anthropics/claude-code"><img src="apps/agor-docs/public/tools/claude-code.png" alt="Claude Code" height="44" /></a> |
| 31 | |
| 32 | <a href="https://github.com/openai/codex"><img src="apps/agor-docs/public/tools/codex.png" alt="Codex" height="44" /></a> |
| 33 | |
| 34 | <a href="https://github.com/google-gemini/gemini-cli"><img src="apps/agor-docs/public/tools/gemini.png" alt="Gemini CLI" height="44" /></a> |
| 35 | |
| 36 | <a href="https://github.com/features/copilot"><img src="apps/agor-docs/public/tools/copilot.png" alt="GitHub Copilot" height="44" /></a> |
| 37 | |
| 38 | <a href="https://github.com/sst/opencode"><img src="apps/agor-docs/public/tools/opencode.png" alt="OpenCode" height="44" /></a> |
| 39 | |
| 40 | <a href="https://cursor.com"><img src="apps/agor-docs/public/tools/cursor.png" alt="Cursor" height="44" /></a> |
| 41 | </p> |
| 42 | |
| 43 | <!-- |
| 44 | HERO VIDEO PLACEHOLDER |
| 45 | A ~1-minute product tour is in production. When the asset lands, embed/link it here, e.g.: |
| 46 | [](https://www.youtube.com/watch?v=VIDEO_ID) |
| 47 | Until then, the unscripted demo below stands in. |
| 48 | --> |
| 49 | |
| 50 |  |
| 51 | |
| 52 | _The board: branches as cards, zones as regions, agent sessions, and — optionally — teammates present live._ |
| 53 | |
| 54 | **▶ [Watch the unscripted demo on YouTube](https://www.youtube.com/watch?v=3in0qh7ZH0g)** (13 min) |
| 55 | |
| 56 | --- |
| 57 | |
| 58 | ## What it does |
| 59 | |
| 60 | - **Branches as the anchor** — every piece of work is a git branch with its own working directory, |
| 61 | dev environment, conversation history, and PR. One entity to point at. |
| 62 | - **Isolated dev environments** — a one-click dev server per branch, with ports auto-assigned so |
| 63 | parallel branches never collide. |
| 64 | - **Multi-runtime** — Claude Code, Codex, Gemini, OpenCode, Copilot, and Cursor (beta) are |
| 65 | interchangeable per session. Bring your own provider; no vendor lock-in. |
| 66 | - **Rich session UI** — per-prompt token and dollar accounting, structured tool blocks, |
| 67 | model/effort selectors, completion chimes. The terminal experience, in the browser. |
| 68 | - **MCP-native** — Agor exposes itself over MCP; sessions are auto-issued a token, so agents fork, |
| 69 | spawn, schedule, and report on their own work. |
| 70 | - **Long-lived AI teammates** — persistent coworkers, each with a Knowledge-base namespace for |
| 71 | durable, searchable memory, plus skills and schedules. Th |