Agor
ActiveDescription
Agor is a multiplayer spatial canvas for AI coding agents, anchoring branches, sessions, PRs, and agents into one shared real-time workspace.
Key Features
- Spatial 2D canvas with Figma-style boards and zones to organize agent branches
- Multiplayer collaboration - live cursors, facepiles, scoped comments on shared sessions
- Multi-runtime support - Claude Code, Codex, Gemini, OpenCode, Copilot interchangeable per session
- Branch-anchored workspaces - one git worktree per branch with conversations, dev env, and PR
- Long-lived assistants with file-based memory, skills, and identity published team-wide
- Built-in Agor MCP server so agents can drive Agor from inside their own sessions
Use Cases
Categories
Quick Start
# Requires Node.js 22.12+
npm install -g agor-live
agor init # creates ~/.agor/ and database
agor daemon start # runs the backend
agor open # opens the UI in your browser
# Then follow the onboarding wizard to add a repo and create your first session.