AnandPilania/AgentOS
Enterprise-grade AI Agent Orchestration Cockpit
Platform-specific configuration:
{
"mcpServers": {
"AgentOS": {
"command": "npx",
"args": [
"-y",
"AgentOS"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Enterprise-grade AI agent orchestration cockpit — cross-platform (macOS, Windows, Linux) desktop app for running multiple AI agents in parallel on your codebase. Real tool use, MCP protocol, split panes, team collab, cost tracking.
| Feature | AgentOS | | ------------------- | ---------------------------------- | | Cross-platform | ✅ macOS + Windows + Linux | | MCP protocol | ✅ stdio / SSE / WebSocket | | Real tool use | ✅ 9 built-in tools + all MCP tools | | Split panes | ✅ 1/2/4-pane layouts | | Agent pipelines | ✅ Topological execution engine | | Team collab | ✅ Socket.io real-time presence | | Cost dashboard | ✅ Per-call tracking + charts | | Templates | ✅ 8 built-in + marketplace | | Global search | ✅ Messages + files + agents | | Shortcuts | ✅ 30+ keyboard shortcuts | | Self-hosted | ✅ Docker Compose | | Air-gapped | ✅ | | SSO / SAML | ✅ | | Audit logs | ✅ | | Open source | ✅ MIT |
git clone https://github.com/anandpilania/agentos.git
cd agentos
npm install
npm run devnpm run dist:mac # macOS .dmg (Intel + Apple Silicon)
npm run dist:win # Windows .exe installer
npm run dist:linux # Linux .AppImage + .deb + .rpm
npm run dist:all # All platformsdocker-compose up -d # http://localhost:3000Loading reviews...