#86 · Primary category: AI Coding Assistants
superset
Superset is an agentic IDE to orchestrate 100+ coding agents in parallel. Run any agent with your own subscription.
Project last updated:08/29/26
GitHub Stars
13.5K
Forks
1.2K
Contributors
105
License
Other
Why we included this project
Running a handful of Claude Code or Codex sessions at once tends to become a mess of overlapping edits. Superset solves that by giving every task its own git worktree on a separate branch, so agents work in parallel without colliding or cluttering your main branch. It's a local-first desktop app, with a CLI and an MCP server as alternatives, and each workspace bundles its own terminal, diff viewer, commit and PR flow, and dev server. You can review several agents' output from one window and hand the winner off to your editor, and because it works with any CLI agent rather than locking you into one vendor, it fits teams juggling feature work, bug fixes, and review queues at the same time. The isolation alone removes most of the stash-and-rebuild churn that normally eats your day.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.