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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (13.0k stars)

⚠️ Limitations

  • No clear open-source license

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

Emdash

5.4k · TypeScript
Active A

Open-source agentic development environment (YC W26) that runs multiple coding agents in parallel with any LLM provider

coding-agentdev-environmentparallel-agents +3
  • · Run multiple coding agents in parallel, each in its own isolated Git worktree
  • · Automatic detection of installed agent CLIs (Claude Code, Codex, OpenCode, Gemini, Amp, and more)
  • · Import tasks from Linear, GitHub, Jira, GitLab, Asana, and other issue trackers

Agent Orchestrator

9.6k · Go
Active A

An agentic orchestrator for parallel coding agents that plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews for complex development workflows.

orchestrationparallel-agentscode-review +3
  • · Spawns parallel coding agents in isolated git worktrees with independent branches and PRs
  • · Agent-agnostic: works with Claude Code, Codex, Aider, and others
  • · Runtime-agnostic: supports tmux, ConPTY/process, and Docker

Sandcastle

7.4k · TypeScript
Normal B

A TypeScript tool for orchestrating sandboxed coding agents with secure execution environments powered by sandcastle.run.

coding-agentsandboxtypescript +1
  • · Sandboxed agent orchestration — safely execute AI coding agents in isolated sandboxes via sandcastle.run()
  • · Multiple sandbox providers — built-in Docker, Podman, Vercel support, custom sandbox creation
  • · Provider-agnostic design — swappable agent providers, built-in Claude Code support

Maestro

3.3k · TypeScript
Active A

Agent Orchestration Command Center.

orchestrationcoding-agentclaude-code +1
  • · Git Worktrees parallel development - Run AI agents in parallel on isolated branches with one-click PR creation from the branch menu
  • · Auto Run & Playbooks - File-system-based task runner that batch-processes markdown checklists through AI agents, each task in its own session
  • · Group Chat coordination - Coordinate multiple AI agents in a single conversation with a moderator AI orchestrating discussions