Get Started
What is Superset?
The 60-second version
Superset is a source-available platform for running AI coding agents in parallel, licensed under the Elastic License 2.0. It's available as a desktop IDE, a command-line interface, and an MCP server.
The core move: every task gets its own workspace, an isolated git worktree on its own branch. Agents work in workspaces, so three agents (or ten) can run at once without touching each other's changes or your main. You review each result in a built-in diff viewer and integrate through ordinary branches and PRs.
Who It's For
- You use Claude Code, Codex, Amp, or another CLI agent and keep hitting the one-branch-at-a-time wall
- You're juggling a feature, a bugfix, and a PR review, and every switch means stash-checkout-rebuild
- You want scheduled agents doing maintenance while you sleep
Superset is local-first: it works offline and syncs when connected. Your code never leaves your machine unless you say so.
What Makes It Different
- Worktree isolation, handled for you: no manual
git worktreebookkeeping, no stashing, no checkout whiplash - Any agent: Claude Code, Codex, Amp, Gemini, OpenCode, Cursor Agent, and more, or the built-in chat
- The whole loop in one place: terminals, diffs, commits, PRs, ports, and dev servers per workspace
- Automations: agent sessions on a schedule, with a real workspace as the output