← Back to research
·8 min read·company

Superset

Superset (YC Spring 2026) is a source-available macOS code editor for orchestrating 100+ parallel coding agents with git worktree isolation, diff review, and team features.

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.

AttributeValue
CompanySuperset (YC-backed startup)
Founded2025
FundingY Combinator, Spring 2026 batch; amount beyond YC's standard deal not publicly disclosed
Employees3 co-founders
HeadquartersNot 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

CapabilityDescription
Parallel ExecutionRun dozens of coding agents simultaneously
Worktree IsolationEach task gets its own branch and working directory
Agent MonitoringTrack status, get notified when changes are ready
Built-in Diff ViewerInspect and edit agent changes without leaving the app
Remote WorkspacesCloud-hosted workspaces (beta, Pro tier)
Issue TrackingLinear integration (Pro) and GitHub integration
Workspace PresetsAutomate env setup, dependency installation

Product Surfaces

SurfaceDescriptionAvailability
macOS AppElectron-based desktop appGA (v1.12.5, June 2026)
CLIsuperset CLI (v0.2.22)GA
LinuxBuild exists but not fully maintainedUnsupported
WindowsPending engineering bandwidthPlanned
MobileCompanion appComing 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

AspectDetail
DeploymentLocal macOS app; remote workspaces in beta
Terminal Enginexterm.js + node-pty
FrameworkElectron, React, Tailwind
Build SystemBun, Turborepo, Vite
LicenseElastic 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

TierPriceIncludes
Free$01 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)
EnterpriseCustom (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

CompetitorDifferentiation
ConductorSuperset is agent-agnostic with a CLI and remote workspaces; maintains a "vs Conductor" comparison page
SupacodeSuperset works on current macOS; Supacode is native Swift
Claude SquadSuperset is GUI-first; Claude Squad is TUI (terminal-based)
SkwadSuperset 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

FactorAssessment
Financial HealthImproved (YC Spring 2026; revenue model live with Pro/Enterprise tiers)
Market PositionFront-runner among Mac agent orchestrators (11,700+ stars, #1 Product Hunt)
Innovation PaceRapid (multiple releases per week, v0.0.68 → v1.12.5 in four months)
Community/EcosystemActive (Discord community, three HN launches, growing fork count)
Long-term OutlookPositive (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