supabitapp/supacode

worktree coding agents command center.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on August 31st, 2026
Created on January 21st, 2026
Open Issues & Pull Requests: 56 (+0)
Number of forks: 306
Total Stargazers: 2,320 (-2)
Total Subscribers: 13 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.4 hours
Mean response time: 2.2 days
90th percentile: 5.3 days
Tracked items: 356

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 13% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 8
Closed in 7 days: 3
Avg open age: 61 days
Stale 30+ days: 31
Stale 90+ days: 1

Recent activity

Opened in 7 days: 7
Closed in 7 days: 3
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • enhancement (78)
  • ready (70)
  • bug (52)
  • question (7)
  • not a bug (5)
  • already implemented (4)
  • duplicate (2)

Detailed Description

Supacode is a native macOS command center that orchestrates multiple coding agents running in parallel, each with its own git worktree and terminal session.

The tool solves the problem of managing concurrent coding agent tasks without collisions or session loss. It assigns each task its own isolated git worktree and real terminal, allowing agents to run side by side. Sessions persist in a background daemon rather than as child processes of the app itself, so quitting Supacode or losing an SSH connection does not interrupt work. The sidebar provides live visibility into branch state, file changes, and pull request status, automatically hoisting worktrees that need attention—such as an agent awaiting input or a running script—to the top.

Supacode suits developers who run multiple coding agents simultaneously and need reliable session persistence across app restarts and network interruptions. The worktree-first design prevents the resource contention and state conflicts that arise when agents operate in a shared repository. The tool detects which agent occupies each pane and displays live status badges showing whether it is busy, awaiting input, or idle, with notifications alerting you when interaction is needed. Remote SSH repositories are supported in beta, allowing you to manage worktrees on a remote host with a single multiplexed connection. Beyond repositories, plain folders are first-class citizens in the sidebar, each with a persistent terminal. The CLI and deeplink system let you drive the app from scripts, hotkeys, or other tools.

The project receives most of its issue reports from outside users rather than the core team, indicating a substantial base of real-world adopters. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on enhancements, bug fixes, and items marked ready for implementation.