Skip to main content

The Terminal for Coding Agents

Run an army of Claude Code, Codex, and other AI agents simultaneously on your machine. Isolate each task in its own git worktree, monitor all agents from one place, and ship faster.

Superset icon

Quick start

Get Superset running in minutes and start orchestrating your agents

1

Download Superset

Download the latest release for macOS from GitHub or build from source.
# Option 1: Download pre-built app
# Visit https://github.com/superset-sh/superset/releases/latest

# Option 2: Build from source
git clone https://github.com/superset-sh/superset.git
cd superset
bun install
bun run dev
2

Create your first workspace

Launch Superset and create a workspace for your project. Each workspace is isolated in its own git worktree.
# Keyboard shortcut
⌘N (New workspace)

# Or use quick create
⌘⇧N
Workspaces automatically run setup scripts defined in .superset/config.json to install dependencies and configure your environment.
3

Run your first agent

Open a terminal in your workspace and start any CLI coding agent.
# Example: Claude Code
claude-code "Add authentication to the API"

# Example: OpenAI Codex
codex "Implement user dashboard"

# Any CLI agent works!
4

Monitor and review changes

Watch your agent work in real-time. When it’s done, review changes in the built-in diff viewer.
# Toggle changes panel
⌘L

# Open in external editor
⌘O
Use ⌘⌥↑/↓ to quickly switch between workspaces as different agents complete their tasks.

Explore by topic

Learn about core concepts and features that power Superset

Workspaces

Isolated environments for each agent task using git worktrees

Agents

Run any CLI coding agent - Claude Code, Codex, Cursor, and more

Keyboard shortcuts

Navigate between workspaces and control your terminal with shortcuts

Setup scripts

Automate environment setup and teardown for each workspace

MCP servers

Integrate with Model Context Protocol servers for enhanced agent capabilities

Integrations

Connect Superset with your favorite tools and services

API and extensibility

Build on top of Superset with our APIs and extension points

Desktop API

Electron IPC APIs for programmatic control of workspaces and terminals

tRPC endpoints

Type-safe RPC endpoints for agent orchestration and state management

MCP servers

Build custom MCP servers to extend agent capabilities

API overview

Complete API reference and integration guides

Ready to supercharge your development workflow?

Download Superset and start running multiple coding agents simultaneously. Wait less, ship more.

Build docs developers (and LLMs) love