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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).