GraphCanon updated 1d · GitHub synced 1d · 28 views this month
Decision brief
Superset is designed to enhance productivity by enabling developers to manage multiple agents across isolated git worktrees, offering a built-in terminal and diff viewer.
Good fit when
- When you need to run and monitor multiple CLI-based coding agents simultaneously without the overhead of context switching.
- If you are working on macOS with a setup that includes Bun runtime, Git 2.20+, GitHub CLI, and Caddy server, making Superset compatible with your environment.
Avoid when
- Avoid if you are working primarily on Windows or Linux systems since builds for these operating systems are not yet available.
- If your workflow does not require the isolation of tasks in separate git worktrees, other tools might be more suitable without the need for such specific setup.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 1d
- Provenance
- Not a fork · Organization account
- As of 1d
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install superset npmHow it fits your stack(8)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Integrates
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Superset orchestrates CLI-based coding agents across isolated git worktrees, enabling developers to run multiple AI-driven tasks simultaneously without context switching.
Capability facts
- Deploy
- Self-host
Source: dockerfile:docker-compose.yml · Aug 20, 2026
- Docker
- Dockerfile present
Source: dockerfile:docker-compose.yml · Aug 20, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 20, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 20, 2026
Categories
Tags
README
Code 10x Faster With No Switching Cost
Superset runs CLI-based coding agents in parallel across isolated git worktrees, with built-in terminal, review, and open-in-editor workflows.
- Run multiple agents simultaneously without context switching overhead
- Isolate each task in its own git worktree so agents don't interfere with each other
- Monitor all your agents from one place and get notified when they need attention
- Review and edit changes quickly with the built-in diff viewer and editor
- Open any workspace where you need it with one-click handoff to your editor or terminal
- Reach your workspaces from anywhere via remote hosts, the CLI, the SDK, or MCP
Wait less, ship more.
Install
Download the desktop app:
- macOS: Apple Silicon (.dmg) · Intel (.dmg)
- Linux: x64 AppImage (experimental; macOS is the primary target)
- Windows: not yet available
- All builds
All you need installed is Git. gh is optional and unlocks the PR workflows; Superset offers to install it for you.
License & what's free forever
The desktop app is free forever. Running agents in parallel on your own machine will never require payment. Anything we charge for will be an optional service on top.
The whole app is in this repo under the Elastic License 2.0: use it, fork it, modify it, self-host it for your team. The only thing off the table is repackaging Superset itself as a service you sell to others.
For agents
This page has a .md twin and JSON over the API.