Agor — Agor is a self-hosted web workspace for running coding agents on isolated git branches.
Analyzed by Sai Pavan Gopularam · AI · Developer Tools · View on GitHub
- Stars: 1404
- Forks: 121
- Commits last 30 days: 100
- Health: Active (100 commits this month)
- Language: TypeScript
- License: Other
What It Is
Agor is a web-based command center for AI coding agents, like a shared whiteboard for your development team and their AI assistants. Imagine a dedicated digital space where each coding task gets its own isolated Git branch, complete with its own development environment and conversation history. Instead of agents running in your terminal, they operate within this browser-based UI, providing structured output and cost tracking.
This matters because it brings order and collaboration to agent-driven development. It solves the chaos of managing multiple AI coding sessions, ensuring each piece of work is traceable, reproducible, and can be easily shared or handed off. It also provides a robust platform for building 'long-lived AI teammates' that learn and collaborate over time, turning one-off prompts into persistent, intelligent coworkers.
License Verdict
Business Source License 1.1 — Restricted Commercial Use — Commercial SaaS of core functionality forbidden • Converts to Apache 2.0 in 2029
The Business Source License 1.1 permits internal and self-hosted commercial use, including integration into broader products. However, you cannot commercialize Agor itself by offering its agent-orchestration functionality to third parties as a hosted, managed, or bundled service. This means directly selling 'Agor as a Service' is not allowed. The good news is, on January 15, 2029, this version will convert to the permissive Apache License 2.0.
How to Use It
Set up Agor quickly by installing its CLI globally via npm. The CLI guides you through initializing the configuration and database, then starts the daemon in the background. Finally, open the web UI in your browser to begin adding repositories and creating agent sessions.
Prerequisites:
- Node.js 22.12+
- Git
Estimated setup time: 10 minutes.
npm install -g agor-live
agor init
agor daemon start
agor open
What I'd Build With This
AI-Powered Code Audit & Refactoring Bot (micro-saas)
Build a niche service where users submit code snippets or link to a repository, and your platform uses Agor internally to run various AI agents for code auditing, refactoring suggestions, or security vulnerability checks. The output is a detailed report or pull request. Users pay for the insights and automated improvements, not for direct access to Agor's UI. This uses Agor as a backend engine, not a directly resold service.
Effort: 2 Weeks Build Time · Target: Solo Developers, Small Teams, Open Source Projects · Pricing: $29/month per repo
Internal Developer Platform (IDP) with AI Agents (saas)
Develop an Internal Developer Platform (IDP) for mid-sized companies, integrating Agor as a key module for AI-assisted development. Your IDP would offer standardized development environments, CI/CD pipelines, and project management tools, with Agor providing the collaborative AI coding workspace. The value proposition is the entire IDP, where Agor's agent orchestration is a powerful feature within a broader product suite, fitting the 'use within a broader product or service' clause.
Effort: 6 Months Build Time · Target: Mid-Market Tech Companies (50-500 developers) · Pricing: $500-$5000/month, tiered by users/features
Agor Enterprise Deployment & Customization Services (enterprise)
Offer professional services to large enterprises for deploying, securing, and integrating Agor into their existing on-premise or private cloud infrastructure. This includes custom agent development, specialized integrations with internal tools, and ongoing managed support. This directly leverages the 'Consulting, support, integration, modification, and single-customer internal deployments' allowances of the BSL 1.1 license, providing high-value services.
Effort: Ongoing Service · Target: Large Enterprises, Financial Institutions, Government Agencies · Pricing: $10,000 - $100,000+ per project/year
Sai Pavan Gopularam's Take
Agor is a seriously cool project, tackling the messy problem of managing AI coding agents in a structured, collaborative way. The BSL 1.1 license is a real 'gotcha' for direct SaaS, but it explicitly allows integration into broader products or offering consulting services around it. I'd estimate a well-executed enterprise consulting service for Agor could easily pull in $50k+ per client engagement.
Watch Out For
- Business Source License 1.1 (BSL 1.1): This is not an open-source license. You cannot offer Agor's core agent-orchestration functionality as a hosted or managed service to third parties. It converts to Apache 2.0 in 2029, but until then, commercial SaaS offerings are restricted.
- Self-Hosting Complexity: While quick to run solo, deploying Agor for a team with robust security, isolation, and persistent storage (e.g., Postgres, Docker setups) requires significant DevOps expertise. It's a full-stack application with database and Git management.
- Node.js Version Requirement: Requires Node.js 22.12 or newer. This might necessitate upgrading your development environment or using a version manager, which could be a hurdle for some users or CI/CD pipelines.
I break down trending repos like Agor every week — join the newsletter.