Highest comment count in the orchestration category. Real users reporting adoption. Key criticism: 'parallel agents only make sense if each worktree has a tight contract: scoped task, invariant tests.'
Superset
activeBest pure multiplexer — 7,386 stars, Apache 2.0, zero telemetry, 512 Product Hunt upvotes, Git worktree isolation. The 'tmux for agents' buyer. desktop-v1.2.1 released 2026-03-18.
66/100
Trust
7.4K+
Stars
3
Evidence
Videos
Reviews, tutorials, and comparisons from the community.
Apache Superset Review 2025: Is It the Best Open-Source BI Tool?
Apache Superset Dashboard Customization: Settings & CSS Guide
Is this FREE tool better than Power BI? | Apache Superset Overview
Repo health
15h ago
Last push
376
Open issues
527
Forks
48
Contributors
Editorial verdict
Best pure multiplexer. Highest raw community traction among orchestrators (7.2K stars, 512 PH). Privacy-first (Apache 2.0, zero telemetry, BYOK). Simple and focused.
Source
GitHub: superset-sh/superset
Public evidence
Strong consumer traction. 512 upvotes validates the 'tmux for agents' value proposition among developer-tool buyers.
Independent validation of core multiplexer functionality. Confirms zero-telemetry claims and worktree isolation workflow.
How does this compare?
See side-by-side metrics against other skills in the same category.
Where it wins
7,386 stars — highest among orchestration-layer tools
512 Product Hunt upvotes — strong consumer validation
Apache 2.0 + zero telemetry + BYOK — most developer-trust-friendly
Git worktree isolation — safe parallel agent execution
desktop-v1.2.1 released 2026-03-18 — active release velocity
Dogfooding: 'We use Superset to build Superset'
Where to be skeptical
macOS only — no Linux/Windows support
No issue-tracker integration or Best-of-N
Not in Ry Walker's Tier 1 (notable absence)
Bootstrapped 3-person team — execution risk
Naming collision with Apache Superset
Ranking in categories
Know a better alternative?
Submit evidence and we'll run the full pipeline.
Similar skills
Claude Code
90Anthropic's official agentic coding CLI. Terminal-native, tool-use-driven, with deep file system and shell access. #1 SWE-bench Pro standardized (45.89%), ~4% of GitHub public commits (SemiAnalysis), $2.5B annualized revenue (fastest enterprise SaaS to $1B ARR). 8M+ npm weekly downloads. Opus 4.6 with 1M context.
OpenHands
88Category leader in multi-agent orchestration — 69,352 stars (verified), $18.8M Series A, AMD hardware partnership, 455 contributors, 1M downloads/month PyPI (3.4M all-time). SWE-Bench Verified 72% with Claude 4.5 Extended Thinking (updated 2026-03-19), Multi-SWE-Bench #1 across 8 languages. Gap to #2 is enormous on every axis.
n8n
83179,860 GitHub stars — largest OSS repo in adjacent workflow-automation space by 2×. 3,000+ enterprise customers, ~200,000 active users, $60M Series B. 1,100+ ready-to-use integrations, native AI Agent node, MCP client/server support. Best for orchestrating SaaS integrations and processes with AI nodes — not for building agent systems in code.
LangGraph
78#1 Python agent framework by production evidence — 40.2M PyPI downloads/month, Fortune 500 deployments (LinkedIn, Uber, Replit, Elastic, Klarna, Cloudflare, Coinbase), ~400 LangGraph Platform companies, LangSmith rated best-in-class observability. Stable v1.x API, model-agnostic, MCP support.
Raw GitHub source
GitHub README peek
Constrained peek so you can sanity-check the source material without leaving the site.
The Terminal for Coding Agents
<br />Download for macOS • Documentation • Changelog • Discord
<br /> </div>Why Superset?
Superset is a turbocharged terminal that allows you to run any CLI coding agents along with the tools to 10x your development workflow.
- 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 changes quickly with built-in diff viewer and editor
Wait less, ship more.
Features
| Feature | Description |
|---|---|
| Parallel Execution | Run 10+ coding agents simultaneously on your machine |
| Worktree Isolation | Each task gets its own branch and working directory |
| Agent Monitoring | Track agent status and get notified when changes are ready |
| Built-in Diff Viewer | Inspect and edit agent changes without leaving the app |
| Workspace Presets | Automate env setup, dependency installation, and more |
| Universal Compatibility | Works with any CLI agent that runs in a terminal |
| Quick Context Switching | Jump between tasks as they need your attention |
| IDE Integration | Open any workspace in your favorite editor with one click |
Supported Agents
Superset works with any CLI-based coding agent, including:
| Agent | Status |
|---|---|
| Claude Code | Fully supported |
| OpenAI Codex CLI | Fully supported |
| Cursor Agent | Fully supported |
| Gemini CLI | Fully supported |
| GitHub Copilot | Fully supported |
| OpenCode | Fully supported |
| Pi | Fully supported |
| Any CLI agent | Will work |
If it runs in a terminal, it runs on Superset
Requirements
| Requirement | Details |
|---|---|
| OS | macOS (Windows/Linux untested) |
| Runtime | Bun v1.0+ |
| Version Control | Git 2.20+ |
| GitHub CLI | gh |
| Caddy | caddy (for dev server) |
Getting Started
Quick Start (Pre-built)
Download Superset for macOS
Build from Source
<details> <summary>Click to expand build instructions</summary>1. Clone the repository
git clone https://github.com/superset-sh/superset.git
cd superset
2. Set up environment variables (choose one):
Option A: Full setup
cp .env.example .env
# Edit .env and fill in the values
Option B: Skip env validation (for quick local testing)
cp .env.example .env
echo 'SKIP_ENV_VALIDATION=1' >> .env
3. Set up Caddy (reverse proxy for Electric SQL streams):
# Install caddy: brew install caddy (macOS) or see https://caddyserver.com/docs/install
cp Caddyfile.example Caddyfile
4. Install dependencies and run
bun install
bun run dev
5. Build the desktop app
bun run build
open apps/desktop/release
</details>
Keyboard Shortcuts
All shortcuts are customizable via Settings > Keyboard Shortcuts (⌘/). See full documentation.
Workspace Navigation
| Shortcut | Action |
|---|---|
⌘1-9 | Switch to workspace 1-9 |
⌘⌥↑/↓ | Previous/next workspace |
⌘N | New workspace |
⌘⇧N | Quick create workspace |
⌘⇧O | Open project |
Terminal
| Shortcut | Action |
|---|