claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Developer Tools

superset

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

// Developer Tools[ cli ][ api ][ desktop ][ web ][ claude ]#claude#agentic-ai#ai-agents#claude-code#cli#codex#coding-agents#cursor-agent#devtoolsNOASSERTION$open-sourceupdated 15 days ago
Actively maintained
100/100
last commit 2 days ago
last release 2 days ago
releases 173
open issues 732
// install
git clone https://github.com/superset-sh/superset
Superset

The Code Editor for AI Agents


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


Download for macOS  •  Documentation  •  Changelog  •  Discord


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
superset  Amp CodeFully supported
superset  Claude CodeFully supported
superset  OpenAI Codex CLIFully supported
superset  Cursor AgentFully supported
superset  DroidFully supported
superset  Gemini CLIFully supported
superset  GitHub CopilotFully supported
superset  Mastra CodeFully supported
superset  OpenCodeFully supported
superset  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:

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 [email protected] / 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.

{
  "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

#!/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

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.

superset

Community

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

Team

License

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

// compatibility

Platformscli, api, desktop, web
Operating systems
AI compatibilityclaude
LicenseNOASSERTION
Pricingopen-source
LanguageTypeScript

// faq

What is superset?

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

Is superset free to use?

superset is open-source under the NOASSERTION license, so it is free to use.

What category does superset belong to?

superset is listed under devtools in the Claudeers registry of Claude-compatible tools.

0 views
12,288 stars
unclaimed
updated 15 days ago

// embed badge

superset on Claudeers
[![Claudeers](https://claudeers.com/api/badge/superset.svg)](https://claudeers.com/superset)

// retro hit counter

superset hit counter
[![Hits](https://claudeers.com/api/counter/superset.svg)](https://claudeers.com/superset)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript225,699MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript119,234MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python80,484MIT[ claude ]
🔓

🙌 OpenHands: AI-Driven Development

// devtoolsOpenHands/Python79,324NOASSERTION[ claude ]

// built by

1 of its contributors also build on official projectsskills

→ see how superset connects across the ecosystem