Key takeaways
- Repositioned from 'turbocharged terminal' to 'the IDE for the agents era' — now a YC Spring 2026 company
- Automatic git worktree isolation, remote workspaces (beta), Linear/GitHub integration, and a CLI
- License changed from Apache 2.0 to Elastic License 2.0; freemium pricing with a $20/mo Pro tier
FAQ
What is Superset?
Superset is a source-available macOS code editor for orchestrating 100+ parallel coding agents (Claude Code, Codex, OpenCode, and more) with git worktree isolation and built-in diff review.
How much does Superset cost?
Free for 1 user with local workspaces; Pro is $20/month ($15/month billed yearly) with unlimited users, remote workspaces, and Linear integration; Enterprise is custom-priced.
Is Superset open source?
The code is public on GitHub under the Elastic License 2.0 (ELv2) — source-available with self-hosting allowed, but not OSI-approved open source. It was previously Apache 2.0.
Who competes with Superset?
Conductor, Claude Squad, Supacode, and Skwad offer similar multi-agent orchestration capabilities.
Executive Summary
Superset is a source-available macOS code editor built specifically for orchestrating coding agents in parallel — the site now claims support for "100+ coding agents in parallel." Created by three engineers (Kiet, Avi, Satya) who "use Superset to build Superset," it joined Y Combinator's Spring 2026 batch and did a Launch HN in May 2026. The core workflow remains git worktree isolation, notifications when agents need attention, and quick code review via built-in diff viewer.
| Attribute | Value |
|---|---|
| Company | Superset (YC-backed startup) |
| Founded | 2025 |
| Funding | Y Combinator, Spring 2026 batch; amount beyond YC's standard deal not publicly disclosed |
| Employees | 3 co-founders |
| Headquarters | Not publicly disclosed |
Product Overview
Superset launched in late 2025 as "a turbocharged terminal" and has since repositioned as "the IDE for the agents era." The core insight is unchanged: git worktrees are the right isolation primitive, but they're annoying to manage. Superset automates worktree creation, environment setup, port management, and switching — the founders argue managing agent state (worktrees, ports, terminals, diffs, tasks, PRs) is harder than merely running multiple agents.
It works with any CLI agent — Claude Code, Codex, OpenCode, Cursor, Copilot, Gemini, and Amp — and hands off worktrees to VS Code, Cursor, Xcode, JetBrains, or a terminal with one click. The product hit #1 on Product Hunt in February 2026 and the website shows logos and testimonials from engineers at Microsoft, OpenAI, Vercel, Cloudflare, Webflow, and Mastra.
Key Capabilities
| Capability | Description |
|---|---|
| Parallel Execution | Run dozens of coding agents simultaneously |
| Worktree Isolation | Each task gets its own branch and working directory |
| Agent Monitoring | Track status, get notified when changes are ready |
| Built-in Diff Viewer | Inspect and edit agent changes without leaving the app |
| Remote Workspaces | Cloud-hosted workspaces (beta, Pro tier) |
| Issue Tracking | Linear integration (Pro) and GitHub integration |
| Workspace Presets | Automate env setup, dependency installation |
Product Surfaces
| Surface | Description | Availability |
|---|---|---|
| macOS App | Electron-based desktop app | GA (v1.12.5, June 2026) |
| CLI | superset CLI (v0.2.22) | GA |
| Linux | Build exists but not fully maintained | Unsupported |
| Windows | Pending engineering bandwidth | Planned |
| Mobile | Companion app | Coming soon |
Technical Architecture
Superset is built with Electron, React, and xterm.js — the same terminal stack used by VS Code and Hyper. This provides proven PTY handling while enabling rapid feature development.
Key Technical Details
| Aspect | Detail |
|---|---|
| Deployment | Local macOS app; remote workspaces in beta |
| Terminal Engine | xterm.js + node-pty |
| Framework | Electron, React, Tailwind |
| Build System | Bun, Turborepo, Vite |
| License | Elastic License 2.0 (source-available; self-hosting allowed) |
Tech Stack
- Electron — Cross-platform desktop runtime
- React — UI framework
- xterm.js + node-pty — Terminal emulation (same as VS Code)
- Bun — Package manager and runtime
- Turborepo — Monorepo build system
- Drizzle ORM + Neon — Database (for cloud features)
- tRPC — Type-safe APIs
- Biome — Linting/formatting
Configuration
Workspace setup and teardown can be configured via .superset/config.json:
{
"setup": ["./.superset/setup.sh"],
"teardown": ["./.superset/teardown.sh"]
}
Setup scripts have access to environment variables like SUPERSET_WORKSPACE_NAME and SUPERSET_ROOT_PATH.
Strengths
- Thoughtful UX for Parallel Work — The team has clearly experienced the pain of juggling agents and designed around it; notifications, quick switching, and built-in diff review reduce context-switching overhead
- Agent-Agnostic — Works with Claude Code, Codex, OpenCode, Cursor, Copilot, Gemini, or Amp; doesn't lock you into one ecosystem
- Strong Momentum — 11,700+ GitHub stars and 1,000+ forks as of June 2026 (up from launch in December 2025), with releases shipping multiple times per week (desktop v1.12.5 on June 9, 2026)
- YC Backing — Spring 2026 batch reduces the sustainability risk that hung over the bootstrapped era
- Dogfooding — "We use Superset to build Superset" — the team eats their own cooking daily
- Proven Terminal Stack — xterm.js + node-pty is battle-tested in VS Code; fewer edge cases than custom terminal implementations
Cautions
- License Change — Switched from Apache 2.0 to Elastic License 2.0 between February and May 2026; source-available, not OSI open source — a pattern worth watching as the company commercializes
- Login Wall — Launch HN users complained the app requires sign-in and downloads its own agent copies: "Behind a login wall, tries to download OpenCode instead of using installed"
- Electron Overhead — Unlike native apps (Supacode, Skwad), Electron adds memory and CPU overhead; one HN user reported 2GB memory usage and terminal rendering freezes
- macOS Only (Supported) — A Linux build exists but isn't fully maintained, and Windows support is still pending per the founders
- Small Team — 3 engineers is lean; 1,300+ open issues on GitHub as of June 2026 suggests demand is outpacing capacity
What Developers Say
From the May 2026 Launch HN thread:
"I love it! Built exactly around my workflow with many worktrees" — micro23xd
"Switched from Conductor and haven't looked back" — cpan22
"Behind a login wall, tries to download OpenCode instead of using installed" — tacone
"Freezing and terminal rendering issues; 2GB is too much for this app" — desireco42
Pricing & Licensing
| Tier | Price | Includes |
|---|---|---|
| Free | $0 | 1 user, local workspaces, desktop app, GitHub integration, CLI |
| Pro | $20/mo ($15/mo billed yearly) | Unlimited users, remote workspaces, Linear integration, mobile app (coming soon) |
| Enterprise | Custom (annual) | SSO/SAML, IP restrictions, SCIM, audit logs, priority support, SLA |
Pricing as of June 2026.
Licensing model: Elastic License 2.0 (ELv2) — source-available with self-hosting permitted, but restricts offering Superset as a managed service; previously Apache 2.0
Hidden costs: Requires AI coding CLI subscriptions (Claude Code, Codex, etc.)
Competitive Positioning
Direct Competitors
| Competitor | Differentiation |
|---|---|
| Conductor | Superset is agent-agnostic with a CLI and remote workspaces; maintains a "vs Conductor" comparison page |
| Supacode | Superset works on current macOS; Supacode is native Swift |
| Claude Squad | Superset is GUI-first; Claude Squad is TUI (terminal-based) |
| Skwad | Superset focuses on UX/workflow; Skwad focuses on MCP agent coordination |
When to Choose Superset Over Alternatives
- Choose Superset when: You want a polished GUI with diff viewer, notifications, and team features (Linear, remote workspaces)
- Choose Supacode when: You want native performance and minimal memory footprint
- Choose Claude Squad when: You prefer terminal-based tools and tmux
- Choose Conductor when: You want a simpler Claude-centric setup
Ideal Customer Profile
Best fit:
- Developers who run multiple agents throughout the day and want workflow optimization
- Teams adopting parallel development who want shared setup, Linear/GitHub integration, and remote workspaces
- Claude Code or Codex users who find raw CLI limiting
- macOS users who want active community and rapid updates
Poor fit:
- Developers on Windows or Linux who need supported builds
- Resource-constrained machines where Electron overhead matters
- Developers who object to login requirements or the ELv2 license
- Developers who prefer native apps to Electron
Viability Assessment
| Factor | Assessment |
|---|---|
| Financial Health | Improved (YC Spring 2026; revenue model live with Pro/Enterprise tiers) |
| Market Position | Front-runner among Mac agent orchestrators (11,700+ stars, #1 Product Hunt) |
| Innovation Pace | Rapid (multiple releases per week, v0.0.68 → v1.12.5 in four months) |
| Community/Ecosystem | Active (Discord community, three HN launches, growing fork count) |
| Long-term Outlook | Positive (funding secured, monetization underway) |
The Superset team has shown consistent execution since launching in late 2025: two Show HN posts (24 and 96 points), a Launch HN as a YC company in May 2026 (108 points, 135 comments), and a #1 Product Hunt finish in February 2026. The shift from free Apache 2.0 tool to ELv2 freemium product is the standard YC commercialization playbook — it secures the project's future but changes the deal for purists.
Bottom Line
Superset has graduated from indie terminal to the best-funded, fastest-moving option in the Mac agent orchestrator space.
Recommended for: Developers and teams who want a polished, GUI-based workflow for parallel agent development on macOS, especially those who'll use Linear integration and remote workspaces.
Not recommended for: Windows/Linux users, resource-constrained machines, or developers who require OSI-approved open source and no login wall.
Outlook: With YC backing, a 1.x release cadence, and 11,700+ GitHub stars, Superset is the category leader to beat as of June 2026. The risks have shifted from sustainability to commercialization friction — watch whether the login wall, ELv2 license, and memory footprint complaints slow community goodwill.
Research by Ry Walker Research • methodology
Sources
- [1] Superset Website
- [2] Superset GitHub Repository
- [3] Show HN: Superset – Run 10 parallel coding agents (Dec 2025)
- [4] Show HN: Superset – Terminal to run 10 parallel coding agents (Jan 2026)
- [5] Agentic Coding Mac Apps Compared
- [6] Launch HN: Superset (YC P26) – IDE for the agents era (May 2026)
- [7] Superset Pricing
- [8] Superset | Y Combinator