Superset — Summary
Superset is "The Code Editor for AI Agents" — a macOS desktop application (Electron + Bun) that lets users run 10–100+ CLI coding agents simultaneously, each isolated in its own git worktree, monitored from a single dashboard with built-in diff viewer and one-click IDE handoff. It is agent-agnostic (any CLI agent: Claude Code, Codex, Gemini CLI, Amp, Cursor, Copilot, OpenCode, Pi) and does not proxy API calls — users bring their own keys. The platform pairs a desktop app with a SaaS backend (PostgreSQL + ElectricSQL sync, Relay WebSocket cluster) for task management, automation scheduling, and multi-user workspaces. The core value proposition is eliminating context-switching overhead when managing many parallel agent runs. An ELv2-licensed GitHub repo (11.3k stars) with a hosted freemium offering; the desktop app is the primary consumer surface.
Differs from seeds: Superset is most similar in spirit to claude-flow (both run parallel agents) but is a native desktop app rather than an npm plugin, and it externalizes orchestration coordination from the agent's context window into a standalone GUI + backend. Unlike superpowers (skill-injection Claude plugin), Superset is a process manager — it doesn't inject behavior into agents but rather creates worktrees and terminal sessions for them to run in. The MCP server exposes Superset's task/workspace management to agents so they can self-schedule work; this is the inverse of superpowers' "agent controls the flow" model — here the platform controls the flow and agents interact with it via MCP.