superset-sh/superset

Superset is an agentic IDE to orchestrate 100+ coding agents in parallel. Run any agent with your own subscription.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 9 minutes ago
Added to GitGenius on March 2nd, 2026
Created on October 21st, 2025
Open Issues & Pull Requests: 584 (+2)
Number of forks: 1,230
Total Stargazers: 13,536 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 days
Mean response time: 31.6 days
90th percentile: 107.4 days
Tracked items: 1,116

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 2 days, while "Improvement" waits about 2 weeks. Almost all tracked open issues have seen activity in the last three months. Only 12% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 302
New in 7 days: 24
Closed in 7 days: 14
Avg open age: 26 days
Stale 30+ days: 168
Stale 90+ days: 2

Recent activity

Opened in 7 days: 20
Closed in 7 days: 14
Comments in 7 days: 22
Events in 7 days: 35

Top labels

  • bug (460)
  • enhancement (179)
  • Feature (72)
  • Improvement (31)
  • Chore (29)
  • help wanted (19)
  • Security (6)

Detailed Description

Superset is an agentic IDE that orchestrates multiple coding agents in parallel, each running in isolated git worktrees.

The tool addresses the inefficiency of running coding agents sequentially or managing them across separate windows. It works by spawning multiple agents simultaneously—such as Claude Code, Codex, and other CLI-based tools—each in its own git worktree with isolated branches, terminals, and environments. This isolation prevents agents from interfering with each other while allowing developers to monitor progress from a single interface, compare results, and merge the best outcomes.

Superset suits developers who want to parallelize coding tasks and reduce context-switching overhead. It works best for projects where multiple independent coding approaches can be explored simultaneously, and where agents need to operate on the same codebase without collision. The tool includes a built-in terminal with tabs and splits, a diff viewer for inspecting and editing agent changes before committing, and an in-app browser for previewing dev servers. Workspaces can be accessed remotely via CLI, SDK, or MCP, and handed off to external editors when needed.

The project receives most of its issue reports from outside users rather than the core team, indicating a substantial base of real-world adopters. Responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker centers on bugs, enhancements, and feature requests.