$git clone https://github.com/superset-sh/superset<br />
| 1 | <div align="center"> |
| 2 | |
| 3 | <img width="full" alt="Superset" src="apps/marketing/public/images/readme-hero.png" /> |
| 4 | |
| 5 | ### The Code Editor for AI Agents |
| 6 | |
| 7 | [](https://github.com/superset-sh/superset/stargazers) |
| 8 | [](https://github.com/superset-sh/superset/releases) |
| 9 | [](LICENSE.md) |
| 10 | [](https://x.com/superset_sh) |
| 11 | [](https://discord.gg/cZeD9WYcV7) |
| 12 | |
| 13 | <br /> |
| 14 | |
| 15 | Orchestrate swarms of Claude Code, Codex, and more in parallel.<br /> |
| 16 | Works with any CLI agent. Built for local worktree-based development. |
| 17 | |
| 18 | <br /> |
| 19 | |
| 20 | [**Download for macOS**](https://github.com/superset-sh/superset/releases/latest) • [Documentation](https://docs.superset.sh) • [Changelog](https://github.com/superset-sh/superset/releases) • [Discord](https://discord.gg/cZeD9WYcV7) |
| 21 | |
| 22 | <br /> |
| 23 | |
| 24 | |
| 25 | </div> |
| 26 | |
| 27 | ## Code 10x Faster With No Switching Cost |
| 28 | |
| 29 | Superset orchestrates CLI-based coding agents across isolated git worktrees, with built-in terminal, review, and open-in-editor workflows. |
| 30 | |
| 31 | - **Run multiple agents simultaneously** without context switching overhead |
| 32 | - **Isolate each task** in its own git worktree so agents don't interfere with each other |
| 33 | - **Monitor all your agents** from one place and get notified when they need attention |
| 34 | - **Review and edit changes quickly** with the built-in diff viewer and editor |
| 35 | - **Open any workspace where you need it** with one-click handoff to your editor or terminal |
| 36 | - **Reach your workspaces from anywhere** via remote hosts, the CLI, the SDK, or MCP |
| 37 | |
| 38 | Wait less, ship more. |
| 39 | |
| 40 | ## Features |
| 41 | |
| 42 | <table> |
| 43 | <tr> |
| 44 | <td width="50%" valign="middle"> |
| 45 | |
| 46 | ### Parallel Workspaces |
| 47 | |
| 48 | Run 10+ coding agents at once, each in its own git worktree with its own branch, terminal, and environment. Compare the results and merge the winner. |
| 49 | |
| 50 | [Docs →](https://docs.superset.sh/workspaces) |
| 51 | |
| 52 | </td> |
| 53 | <td width="50%"> |
| 54 | <a href="https://docs.superset.sh/workspaces"><img src="apps/marketing/public/images/readme/parallel-workspaces.png" alt="Superset sidebar with multiple workspaces running agents in parallel" width="100%" /></a> |
| 55 | </td> |
| 56 | </tr> |
| 57 | <tr> |
| 58 | <td width="50%" valign="middle"> |
| 59 | |
| 60 | ### Agent Monitoring |
| 61 | |
| 62 | Track every agent from the sidebar, with working indicators, completion chimes, and dock badges when one needs your attention. |
| 63 | |
| 64 | [Docs →](https://docs.superset.sh/agent-integration) |
| 65 | |
| 66 | </td> |
| 67 | <td width="50%"> |
| 68 | <a href="https://docs.superset.sh/agent-integration"><img src="apps/marketing/public/images/readme/agent-monitoring.png" alt="Agent status indicators in the workspace sidebar" width="100%" /></a> |
| 69 | </td> |
| 70 | </tr> |
| 71 | <tr> |
| 72 | <td width="50%" valign="middle"> |
| 73 | |
| 74 | ### Built-in Terminal |
| 75 | |
| 76 | Tabs, infinite splits, presets, and persistent sessions that survive restarts. Press ⌘I for a rich prompt editor with multiline editing and @-file mentions. |
| 77 | |
| 78 | [Docs →](https://docs.superset.sh/terminal-integration) |
| 79 | |
| 80 | </td> |
| 81 | <td width="50%"> |
| 82 | <a href="https://docs.superset.sh/terminal-integration"><img src="apps/marketing/public/images/readme/terminal.png" alt="Split terminals running agents side by side" width="100%" /></a> |
| 83 | </td> |
| 84 | </tr> |
| 85 | <tr> |
| 86 | <td width="50%" valign="middle"> |
| 87 | |
| 88 | ### Built-in Diff Viewer |
| 89 | |
| 90 | Inspect, comment on, and edit agent changes without leaving the app, then commit and push when it's ready. |
| 91 | |
| 92 | [Docs →](https://docs.superset.sh/diff-viewer) |
| 93 | |
| 94 | </td> |
| 95 | <td width="50%"> |
| 96 | <a href="https://docs.superset.sh/diff-viewer"><img src="apps/marketing/public/images/readme/diff-viewer.png" alt="Reviewing an agent's changes in the diff viewer" width="100%" /></a> |
| 97 | </td> |
| 98 | </tr> |
| 99 | <tr> |
| 100 | <td width="50%" valign="middle"> |
| 101 | |
| 102 | ### In-App Browser & Ports |
| 103 | |
| 104 | Preview running dev servers in a browser pane. Ports are detected |