Analysis updated 2026-05-18
Run several AI coding agents like Claude Code and Codex on different tasks at the same time.
Inspect what each agent changed with a built-in diff viewer before accepting the changes.
Hand off any agent's workspace to your usual code editor or terminal with one click.
Automatically run setup and teardown scripts for each new agent workspace.
| o3dotdev/o3-code | audemodo/audemodo-responsive-keepalive | cahn91/gpt-repo-mcp | |
|---|---|---|---|
| Stars | 28 | 28 | 28 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
macOS only currently, requires Git 2.20 or later and Docker for local development.
This repository contains the source code for Superset, a macOS desktop application that lets you run multiple AI coding agents at the same time from a single dashboard. AI coding agents are programs like Claude Code, OpenAI Codex, Cursor, and Gemini CLI that can read and write code in a terminal. Normally you can only work with one at a time, and each agent needs its own working copy of your project. Superset manages that juggling for you. The core idea is worktree isolation. When you give Superset a task, it creates a separate working directory for that task by using a Git feature called worktrees, which lets multiple branches of a project coexist on disk simultaneously. Each agent gets its own isolated copy, so several agents can work on different parts of a project at once without interfering with each other. You monitor all of them from one place. The interface includes a built-in diff viewer so you can inspect what each agent changed without opening another application, and one-click handoff to open any workspace in your usual code editor or terminal. You can configure setup and teardown scripts that run automatically when a workspace is created or deleted, which handles things like copying environment files or installing dependencies for each agent task. Superset works with any command-line coding agent, not just a fixed list. The README lists Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Gemini CLI, and others as fully supported, and notes that anything runnable in a terminal should work without extra configuration. The app is currently macOS only, Windows and Linux builds are listed as untested. It is built with TypeScript using the Bun runtime and requires Git 2.20 or later. The source code is open and includes a local development setup that uses Docker for a local database.
A macOS app that runs multiple AI coding agents at once, each in its own isolated Git worktree, from a single dashboard.
Mainly TypeScript. The stack also includes TypeScript, Bun, Git.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.