Reve AI
리소스 마켓
Tool개발무료

superset

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

9.8k

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
Amp CodeFully supported
Claude CodeFully supported
OpenAI Codex CLIFully supported
Cursor AgentFully supported
Gemini CLIFully supported
GitHub CopilotFully supported
OpenCodeFully supported
PiFully supported
Any CLI agentWill work

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)

Getting Started

Quick Start (Pre-built)

Download Superset for macOS

Build from Source

1. Clone the repository

git clone https://github.com/superset-sh/superset.git
cd superset

2. Set up environment variables (choose one):

Option A: Full setup

cp .env.example .env
# Edit .env and fill in the values

Option B: Skip env validation (for quick local testing)

cp .env.example .env
echo 'SKIP_ENV_VALIDATION=1' >> .env

3. Set up Caddy (reverse proxy for Electric SQL streams):


GitHub에서 전체 내용 보기