Discover and explore top open-source AI tools and projects—updated daily.
superset-shParallel CLI coding agent management terminal
Top 63.0% on SourcePulse
Superset addresses the challenge of managing numerous concurrent CLI coding agents by providing a dedicated terminal environment for parallel execution. It targets developers and power users seeking to boost productivity by running dozens of agents like Claude Code or Codex simultaneously, allowing seamless switching between tasks and efficient monitoring of their progress.
How It Works
The core approach leverages Git worktrees to create isolated environments for each parallel task, ensuring organized workspaces and dedicated terminal systems. This design automates the setup of environment variables and dependencies via a .superset/config.json file, streamlining the onboarding for new agents. Superset actively monitors running agents, provides timely notifications when tasks are ready or require attention, and includes an integrated diff view with an editor for inspecting and managing agent outputs, aiming to be a superset of existing terminal tools by unifying agent management.
Quick Start & Requirements
git clone https://github.com/superset-sh/superset.git.env.example to .env and fill in Neon Database (DATABASE_URL, DATABASE_URL_UNPOOLED) and Clerk Auth (NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY, CLERK_SECRET_KEY) credentials.bun installbun run devbun run build then open apps/desktop/releaseHighlighted Details
Maintenance & Community
https://discord.gg/cZeD9WYcV7), Twitter (https://x.com/superset_sh).CONTRIBUTING.md.docs/cookbook/README.md.Licensing & Compatibility
Limitations & Caveats
The Superset Desktop application has been built and tested exclusively on macOS; functionality on other operating systems is currently untested and may not be reliable.
18 hours ago
Inactive
Significant-Gravitas