superset.sh: IDE to run parallel coding agents
superset.sh is a desktop app for running several AI coding agents at once, each in its own isolated workspace. It covers the same ground as Conductor, but also runs on Linux (Conductor is Mac-only as of August 2026). What it does Like other agentic IDEs, superset.sh is built around a few features specifically for modern agentic coding: Run multiple agents simultaneously Isolate each task in its own git worktree so agents don’t interfere with each other Monitor all agents from one place and get notified when they need attention Switch between LLM providers (Claude, Codex, and others) per task Why worktrees, not branches The core concept behind superset.sh — and tools like it — is the git worktree: a separate directory with its own files and branch, sharing the same repository history and remote as your main checkout. ...