# Superset > Run 10+ parallel coding agents on your machine Superset is an open-source desktop application that lets developers run multiple AI coding agents in parallel, each in its own isolated Git worktree. It works with any CLI-based agent including Claude Code, OpenCode, and OpenAI Codex. Agents can work on different branches or features simultaneously without conflicts. Superset is free, does not proxy API calls, and supports macOS with Windows and Linux coming soon. ## Docs - [Documentation](https://docs.superset.sh) - [Getting Started](https://docs.superset.sh/getting-started) - [GitHub](https://github.com/superset-sh/superset) ## Blog - [You Don't Need Another AI Coding Agent — You Need an Orchestrator](https://superset.sh/blog/agent-orchestration-not-another-agent) - [The Complete Guide to Running Parallel AI Coding Agents](https://superset.sh/blog/parallel-coding-agents-guide) - [Working with Git Worktrees in Superset](https://superset.sh/blog/working-with-worktrees-in-superset) - [Our plan for running 100 Parallel Coding Agents](https://superset.sh/blog/roadmap-to-100-agents) - [How to get hit (probably in the face but anywhere else works too)](https://superset.sh/blog/how-to-get-hit) - [Git Worktrees: The Feature That Waited a Decade for Its Moment](https://superset.sh/blog/git-worktrees-history-deep-dive) - [The Terminal That (Almost) Never Dies: Building a Persistent Terminal Daemon for Electron](https://superset.sh/blog/terminal-daemon-deep-dive) ## Comparisons - [Best AI Coding Tools and Agents (2026): Complete Comparison](https://superset.sh/compare/best-ai-coding-agents-2026) - [Superset vs Claude Code (2026): Agent Orchestrator vs AI Coding Agent](https://superset.sh/compare/superset-vs-claude-code) - [Superset vs Codex CLI (2026): Agent Orchestrator vs OpenAI's Coding Agent](https://superset.sh/compare/superset-vs-codex) - [Superset vs Devin (2026): Local Agent Orchestration vs Cloud AI Engineer](https://superset.sh/compare/superset-vs-devin) - [Superset vs GitHub Copilot (2026): Agent Orchestration vs AI Pair Programmer](https://superset.sh/compare/superset-vs-github-copilot) - [Superset vs Windsurf (2026): Parallel Agent Orchestration vs AI IDE](https://superset.sh/compare/superset-vs-windsurf) - [Superset vs Conductor (2026): Comparing AI Agent Orchestration Platforms](https://superset.sh/compare/superset-vs-conductor) - [Superset vs Cursor (2026): Parallel Agents vs AI Editor](https://superset.sh/compare/superset-vs-cursor) - [Superset vs OpenCode (2026): Agent Orchestration vs Open-Source AI Terminal](https://superset.sh/compare/superset-vs-opencode) - [Superset vs Warp (2026): Agent Orchestration vs AI-Powered Terminal](https://superset.sh/compare/superset-vs-warp) ## FAQ ### I already use an IDE like Cursor, is this for me? Superset is designed to work with your existing tool, we natively support deep-linking to IDEs like Cursor so you can open your workspaces and files in your IDE. ### Which AI coding agents are supported? Superset works with any CLI-based coding agent including Claude Code, OpenCode, OpenAI Codex, and more. If it runs in a terminal, it runs in Superset. ### How does the parallel agent system work? Each agent runs in its own isolated Git worktree, which means they can work on different branches or features simultaneously without conflicts. You can monitor all agents in real-time and switch between them instantly. ### Is Superset free to use? Yes, Superset is completely free and open source. You can self-host it, modify it, and use it however you like. The source code is available on GitHub under a permissive license. ### Can I use my own API keys? Absolutely. Superset doesn't proxy any API calls. You use your own API keys directly with whatever AI providers you choose. This means you have full control over costs and usage.