Superset

Active
GitHub TypeScript NOASSERTION

Description

Code editor for the AI agents era that runs an army of Claude Code, Codex, and other coding agent instances in parallel

Key Features

  • Parallel agent execution: run 10+ coding agents simultaneously across isolated git worktrees without context switching
  • Worktree isolation: each task gets its own branch and working directory so agents never interfere with each other
  • Universal CLI agent compatibility: works with Claude Code, Codex, Gemini CLI, Copilot, Cursor Agent, Amp Code, and any terminal-based agent
  • Built-in diff viewer and editor: inspect and edit agent-generated changes without leaving the application
  • Workspace presets: automate environment setup, dependency installation, and teardown scripts per project
  • One-click IDE handoff: jump between tasks and open any workspace in your preferred editor or terminal instantly

Use Cases

💡 Running multiple feature development tasks in parallel with isolated worktrees per branch
💡 Coordinating large refactors by distributing subtasks across parallel agent instances
💡 Rapid prototyping with parallel code generation, review, and iteration workflows
💡 Team environments where multiple developers each spawn agent swarms on shared repositories

Quick Start

Download Superset for macOS from the GitHub releases page, install prerequisites (Bun v1.0+, Git 2.20+, gh CLI), then run `bun run dev` from a cloned repo. Create workspaces via the UI and launch coding agents like Claude Code in each isolated worktree.

Related Projects