AIAny
AI Coding2025
Icon for item

Superset (superset-sh)

Desktop app that runs many CLI coding agents — Claude Code, Codex, Cursor, Gemini — in parallel, each in its own git worktree and branch. A built-in diff viewer, terminal, and PR tracking let you dispatch and review 10+ agents at once.

Introduction

For most of the past year, the ceiling on agent-assisted coding stopped being the model and became the human serially watching one terminal. Superset takes that as the actual problem: it reframes the editor of the AI era not as where you type code, but as where you supervise a fleet writing it. The enabling trick is mundane and decisive — every task gets its own git worktree and branch, so ten or more agents can edit the same repository at once without stepping on each other.

What Sets It Apart
  • Worktree-per-task isolation. Each agent works in a separate directory and branch, so parallel runs never collide; you review and merge them independently rather than untangling one shared checkout.
  • Agent-agnostic, not a wrapper. It drives any CLI agent — Claude Code, Codex, Cursor, Gemini, OpenCode, Copilot — instead of shipping its own model, so switching tools doesn't mean switching cockpits.
  • Review is the product. A diff viewer, integrated terminal, and commit/PR tracking sit over every branch, putting the expensive step — judging what ten agents produced — in one place.
Great Fit / Look Elsewhere

Great fit if you already run several coding agents and your bottleneck is supervision rather than generation — solo developers or small teams pushing many parallel branches at once. Look elsewhere if you typically work one task at a time, where a plain terminal is simpler, or if you're not on macOS: it's an Electron app that currently requires macOS plus Bun, Git 2.20+, and the GitHub CLI, with no web or Linux build.

Information

  • Websitegithub.com
  • OrganizationsSuperset
  • Authorssuperset-sh, Avi (avimakesrobots), Kiet (flyakiet), Satya (saddle_paddle)
  • Published date2025/10/21

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.