Gitpedia

Superset

Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine

From superset-sh·Updated May 31, 2026·View on GitHub·

Orchestrate swarms of Claude Code, Codex, and more in parallel. Works with any CLI agent. Built for local worktree-based development. The project is written primarily in TypeScript, distributed under the Other license, first published in 2025. It has gained significant community traction with 11,453 stars and 963 forks on GitHub. Key topics include: agentic-ai, ai-agents, claude-code, cli, codex.

Latest release: desktop-canarySuperset Desktop Canary
May 30, 2026View Changelog →
<div align="center"> <img width="full" alt="Superset" src="apps/marketing/public/images/readme-hero.png" />

The Code Editor for AI Agents

GitHub stars
GitHub release
License
Twitter
Discord

<br />

Orchestrate swarms of Claude Code, Codex, and more in parallel.<br />
Works with any CLI agent. Built for local worktree-based development.

<br />

Download for macOS  •  Documentation  •  Changelog  •  Discord

<br /> </div>

Code 10x Faster With No Switching Cost

Superset orchestrates CLI-based coding agents across isolated git worktrees, with built-in terminal, review, and open-in-editor workflows.

  • Run multiple agents simultaneously without context switching overhead
  • Isolate each task in its own git worktree so agents don't interfere with each other
  • Monitor all your agents from one place and get notified when they need attention
  • Review and edit changes quickly with the built-in diff viewer and editor
  • Open any workspace where you need it with one-click handoff to your editor or terminal

Wait less, ship more.

Features

FeatureDescription
Parallel ExecutionRun 10+ coding agents simultaneously on your machine
Worktree IsolationEach task gets its own branch and working directory
Agent MonitoringTrack agent status and get notified when changes are ready
Built-in Diff ViewerInspect and edit agent changes without leaving the app
Workspace PresetsAutomate env setup, dependency installation, and more
Universal CompatibilityWorks with any CLI agent that runs in a terminal
Quick Context SwitchingJump between tasks as they need your attention
IDE IntegrationOpen any workspace in your favorite editor with one click

Supported Agents

Superset works with any CLI-based coding agent, including:

AgentStatus
<img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/amp.svg" />  Amp CodeFully supported
<img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/claude.svg" />  Claude CodeFully supported
<picture><source media="(prefers-color-scheme: dark)" srcset="packages/ui/src/assets/icons/preset-icons/codex-white.svg" /><img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/codex.svg" /></picture>  OpenAI Codex CLIFully supported
<img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/cursor.svg" />  Cursor AgentFully supported
<picture><source media="(prefers-color-scheme: dark)" srcset="packages/ui/src/assets/icons/preset-icons/droid-white.svg" /><img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/droid.svg" /></picture>  DroidFully supported
<img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/gemini.svg" />  Gemini CLIFully supported
<picture><source media="(prefers-color-scheme: dark)" srcset="packages/ui/src/assets/icons/preset-icons/copilot-white.svg" /><img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/copilot.svg" /></picture>  GitHub CopilotFully supported
<picture><source media="(prefers-color-scheme: dark)" srcset="packages/ui/src/assets/icons/preset-icons/mastracode-white.svg" /><img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/mastracode.svg" /></picture>  Mastra CodeFully supported
<picture><source media="(prefers-color-scheme: dark)" srcset="packages/ui/src/assets/icons/preset-icons/opencode-white.svg" /><img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/opencode.svg" /></picture>  OpenCodeFully supported
<picture><source media="(prefers-color-scheme: dark)" srcset="packages/ui/src/assets/icons/preset-icons/pi-white.svg" /><img height="16" align="top" src="packages/ui/src/assets/icons/preset-icons/pi.svg" /></picture>  PiFully supported
Any other CLI agentWorks without configuration

If it runs in a terminal, it runs on Superset

Requirements

RequirementDetails
OSmacOS (Windows/Linux untested)
RuntimeBun v1.0+
Version ControlGit 2.20+
GitHub CLIgh
Caddycaddy (for dev server)

Install

Download Superset for macOS

Builds for Windows and Linux are not yet available.

Development

Want to hack on Superset or contribute a PR? Spin up a local dev environment in one command:

bash
git clone https://github.com/superset-sh/superset.git cd superset ./.superset/setup.local.sh bun run dev

No Neon account or third-party credentials needed — setup.local.sh brings up a local Postgres + Electric stack via Docker and seeds a dev account. Sign in with the "Sign in as dev" button (or admin@local.test / supersetdev).

Prereqs: bun, docker, jq, caddy (brew install jq caddy && caddy trust).

See DEVELOPMENT.md for the full guide — what the setup script does, manual setup against real services, common commands, troubleshooting, and how to build the desktop app. Contribution process lives in CONTRIBUTING.md.

Keyboard Shortcuts

All shortcuts are customizable via Settings > Keyboard Shortcuts (⌘/). See full documentation.

Workspace Navigation

ShortcutAction
⌘1-9Switch to workspace 1-9
⌘⌥↑/↓Previous/next workspace
⌘NNew workspace
⌘⇧NQuick create workspace
⌘⇧OOpen project

Terminal

ShortcutAction
⌘TNew tab
⌘WClose pane/terminal
⌘DSplit right
⌘⇧DSplit down
⌘KClear terminal
⌘FFind in terminal
⌘⌥←/→Previous/next tab
Ctrl+1-9Open preset 1-9

Layout

ShortcutAction
⌘BToggle workspaces sidebar
⌘LToggle changes panel
⌘OOpen in external app
⌘⇧CCopy path

Configuration

Configure workspace setup and teardown in .superset/config.json. See full documentation.

json
{ "setup": ["./.superset/setup.sh"], "teardown": ["./.superset/teardown.sh"] }
OptionTypeDescription
setupstring[]Commands to run when creating a workspace
teardownstring[]Commands to run when deleting a workspace

Example setup script

bash
#!/bin/bash # .superset/setup.sh # Copy environment variables cp ../.env .env # Install dependencies bun install # Run any other setup tasks echo "Workspace ready!"

Scripts have access to environment variables:

  • SUPERSET_WORKSPACE_NAME — Name of the workspace
  • SUPERSET_ROOT_PATH — Path to the main repository

Mastra Dependencies

This repo uses the published upstream mastracode and @mastra/* packages directly. Avoid adding custom tarball overrides unless there is a repo-specific blocker.

Tech Stack

<p> <a href="https://www.electronjs.org/"><img src="https://img.shields.io/badge/Electron-191970?logo=Electron&logoColor=white" alt="Electron" /></a> <a href="https://reactjs.org/"><img src="https://img.shields.io/badge/React-%2320232a.svg?logo=react&logoColor=%2361DAFB" alt="React" /></a> <a href="https://tailwindcss.com/"><img src="https://img.shields.io/badge/Tailwindcss-%2338B2AC.svg?logo=tailwind-css&logoColor=white" alt="TailwindCSS" /></a> <a href="https://bun.sh/"><img src="https://img.shields.io/badge/Bun-000000?logo=bun&logoColor=white" alt="Bun" /></a> <a href="https://turbo.build/"><img src="https://img.shields.io/badge/Turborepo-EF4444?logo=turborepo&logoColor=white" alt="Turborepo" /></a> <a href="https://vitejs.dev/"><img src="https://img.shields.io/badge/Vite-%23646CFF.svg?logo=vite&logoColor=white" alt="Vite" /></a> <a href="https://biomejs.dev/"><img src="https://img.shields.io/badge/Biome-339AF0?logo=biome&logoColor=white" alt="Biome" /></a> <a href="https://orm.drizzle.team/"><img src="https://img.shields.io/badge/Drizzle%20ORM-FFE873?logo=drizzle&logoColor=black" alt="Drizzle ORM" /></a> <a href="https://neon.tech/"><img src="https://img.shields.io/badge/Neon-00E9CA?logo=neon&logoColor=white" alt="Neon" /></a> <a href="https://trpc.io/"><img src="https://img.shields.io/badge/tRPC-2596BE?logo=trpc&logoColor=white" alt="tRPC" /></a> </p>

Private by Default

  • Source Available — Full source is available on GitHub under Elastic License 2.0 (ELv2).
  • Explicit Connections — You choose which agents, providers, and integrations to connect.

Contributing

We welcome contributions! If you have a suggestion that would make Superset better:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

You can also open issues for bugs or feature requests.

See CONTRIBUTING.md for detailed instructions and code of conduct.

<a href="https://github.com/superset-sh/superset/graphs/contributors"> <img src="https://contrib.rocks/image?repo=superset-sh/superset" /> </a>

Community

Join the Superset community to get help, share feedback, and connect with other users:

Team

Avi Twitter
Kiet Twitter
Satya Twitter

License

Distributed under the Elastic License 2.0 (ELv2). See LICENSE.md for more information.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from superset-sh/superset via the GitHub API.Last fetched: 5/31/2026