# What is Superset?



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, an [iPhone app](/install#iphone), 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.

<YouTubeVideo id="7jhPfMDwTUc" title="Superset Demo" thumbnail="/images/video-thumbnail.png" />

## Who It's For [#who-its-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 [#what-makes-it-different]

* **Worktree isolation, handled for you**: no manual `git worktree` bookkeeping, no stashing, no checkout whiplash
* **Any agent**: Claude Code, Codex, Amp, Gemini, OpenCode, Cursor Agent, and [more](/agent-integration), 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
* **[Pages](/pages)**: share agent-created designs and reports with your team, and have an agent act on comments directly

## Next Steps [#next-steps]

<Cards>
  <Card icon="<Download />" title="Install" href="/install">
    Requirements and first launch. Two minutes.
  </Card>

  <Card icon="<Rocket />" title="Your First Parallel Session" href="/first-workspace">
    The ten-minute tutorial: three agents in parallel, ship the winner.
  </Card>

  <Card icon="<Layers />" title="The Superset Model" href="/superset-model">
    The five concepts everything else builds on.
  </Card>

  <Card icon="<Workflow />" title="Recipes" href="/recipes/race-agents">
    Named workflows: race agents, fan out a refactor, wake up to an audit.
  </Card>
</Cards>
