Key takeaways
- Claims 50+ parallel agent capacity — highest among Mac orchestrators
- Native macOS app built on libghostty (Ghostty terminal library) for GPU acceleration
- Actively developed: v0.10.2 shipped June 3, 2026 with persistent terminal sessions; 1,135 GitHub stars as of June 2026
FAQ
What is Supacode?
Supacode is a native macOS app for running 50+ coding agents in parallel with GPU-accelerated terminals via libghostty.
How much does Supacode cost?
Supacode is free and open source. Download via supacode.sh or brew install supacode.
Who competes with Supacode?
Superset, Conductor, Skwad, and Claude Squad offer similar multi-agent orchestration on Mac.
Executive Summary
Supacode is a native macOS app that claims to run 50+ coding agents in parallel, built on libghostty (the terminal library from Ghostty) for GPU-accelerated performance. It's open source, free, and uses a BYOA (Bring Your Own Agents) model. As of June 2026 the project is actively developed — v0.10.2 shipped June 3, 2026, and the repo saw pushes as recently as June 10.
| Attribute | Value |
|---|---|
| Company | Supabitapp (indie) |
| Founded | 2025 |
| Funding | Not publicly disclosed (no external funding announced) |
| GitHub Stars | 1,135 (as of June 2026) |
| Headquarters | Unknown |
Product Overview
Supacode positions itself as the "Native terminal coding agents command center" — a fully native macOS app optimized for running many agents in parallel. The technical approach is distinctive: rather than wrapping web technologies like Electron, Supacode is built in Swift using libghostty as the terminal engine.
The app supports any CLI-based coding agent — Claude Code, Codex, OpenCode — running them directly in native terminals without translation layers. Each agent gets its own git worktree for isolation.
Key Capabilities
| Capability | Description |
|---|---|
| Parallel Execution | Run 50+ agents simultaneously |
| Native Performance | libghostty GPU-accelerated terminals |
| BYOA | Works with Claude Code, Codex, OpenCode, any CLI agent |
| Worktree Isolation | Each agent gets isolated git workspace |
| GitHub Integration | Open PRs, see CI checks, fix conflicts |
Product Surfaces
| Surface | Description | Availability |
|---|---|---|
| macOS App | Native Swift desktop app | Beta |
| Homebrew | brew install supacode (cask at v0.10.2) | Available |
Recent Developments (as of June 2026)
Development pace has been brisk since this profile's first publication: five minor versions (v0.8.5 through v0.10.2) shipped between May 5 and June 3, 2026. Highlights from the v0.10 series:
- Persistent terminal sessions — sessions survive app restarts and updates via a bundled zmx multiplexer; agents keep running across quit/relaunch
- Worktree controls — pick the base ref from local/remote branches, override worktree name and parent directory, lock worktrees against pruning
- GitHub merge queue state — surfaced in the PR popover and sidebar
- Performance fixes — reduced tab-bar progress lag and re-render cost during heavy agent activity
The repo last received pushes on June 10, 2026, with 1,135 stars and 145 forks.
Technical Architecture
Supacode takes a different technical approach than most competitors: it's built as a fully native macOS app using The Composable Architecture (TCA) for state management and libghostty for terminal rendering.
Key Technical Details
| Aspect | Detail |
|---|---|
| Deployment | Local macOS app |
| Terminal Engine | libghostty (GPU-accelerated) |
| Framework | Swift, The Composable Architecture |
| Build System | Xcode + Makefile |
| Open Source | Yes (custom license; GitHub classifies it as "Other") |
Build Process
make build-ghostty-xcframework # Build GhosttyKit from Zig source
make build-app # Build macOS app (Debug)
make run-app # Build and launch
The build requires either downloading prebuilt libghostty binaries or building from source with Zig. As of June 2026 the project manages toolchain dependencies with mise and uses Tuist for project generation and caching.
Architecture Highlights
- libghostty integration — Uses the same terminal library that powers Ghostty, providing native-quality rendering
- TCA (The Composable Architecture) — Point-Free's architecture for predictable state management
- No Electron — Pure native Swift, avoiding the overhead of web-based desktop frameworks
Mitchell Hashimoto (creator of Ghostty) has highlighted Supacode as one of the notable projects using libghostty.
Strengths
- Maximum Parallel Capacity — 50+ agents is the highest claimed capacity among Mac orchestrators, suitable for aggressive parallel workflows
- True Native Performance — libghostty provides GPU-accelerated rendering that keeps up with heavy agent output; no Electron overhead
- Open Source Transparency — Full code visibility, community contributions welcome; maintainer reviews every PR personally
- Zero Translation Layer — Agents run directly in native terminals; no PTY wrappers or emulation that could introduce bugs
- Modern Swift Architecture — Built on TCA (The Composable Architecture), making the codebase predictable and testable
Cautions
- Requires macOS 26 (Tahoe) — Excludes anyone still on macOS 15 or earlier; the website and Homebrew cask both list macOS 26+ as the floor
- Beta Quality — Still labeled a beta on the website; rapid release cadence means breaking changes are likely
- Non-standard License — GitHub reports the license as "Other" (no recognized SPDX identifier), which complicates corporate adoption review
- Modest Real-world Adoption — Roughly 1,000 Homebrew installs in the 90 days ending June 2026, and no Hacker News or notable Reddit discussion threads found as of June 11, 2026
- Concentrated Maintainership — Creator khoi accounts for ~1,574 of the repo's commits; a second contributor (sbertix) drove most of the v0.10 release work, but the bus factor remains low
What Developers Say
Independent community discussion is still thin: a Hacker News (Algolia) search returns no stories about Supacode as of June 11, 2026, and we found no substantive Reddit threads. Early reactions on X are positive:
"If you're juggling multiple AI coding agents on macOS, this looks like a game-changer." — Bilal Haidar, developer, on X
"Claude Code, Codex, Open Code or any agents run natively. libghostty as the engine so blazing fast." — khoi (creator), launch post on X
Critical takes have not yet surfaced publicly — itself a signal that the user base is small. The most concrete adoption proxy is Homebrew: about 1,005 cask installs in the trailing 90 days as of June 2026.
Pricing & Licensing
| Tier | Price | Includes |
|---|---|---|
| Open Source | $0 | Full app, open source |
Pricing verified against the live site June 11, 2026: the app remains a free beta download with no paid tier mentioned.
Licensing model: Open source with a custom license — GitHub classifies it as "Other" rather than a standard SPDX license
Hidden costs: Requires AI coding CLI subscriptions (Claude Code, Codex, etc.)
Competitive Positioning
Direct Competitors
| Competitor | Differentiation |
|---|---|
| Superset | Supacode claims 50+ agents vs Superset's 10+; Supacode is native Swift vs Electron |
| Conductor | Supacode is open source and higher capacity; Conductor is simpler but limited to 2 agents |
| Skwad | Supacode focuses on scale; Skwad focuses on MCP-based agent coordination |
When to Choose Supacode Over Alternatives
- Choose Supacode when: You want maximum parallel capacity with native terminal performance on macOS 26
- Choose Superset when: You want mature UX with built-in diff viewer and PR workflow
- Choose Conductor when: You want the simplest possible setup with no configuration
Ideal Customer Profile
Best fit:
- Developers on macOS 26 (Tahoe) comfortable with beta software
- Users who prioritize native performance over cross-platform
- Teams running many parallel agents who hit limits on other tools
- Open source contributors interested in Swift/libghostty
Poor fit:
- Anyone on macOS 15 or earlier (tool won't run)
- Developers who prefer stable, well-documented tools
- Teams needing Windows or Linux support
- Users who want turnkey installation
Viability Assessment
| Factor | Assessment |
|---|---|
| Financial Health | Uncertain (indie; funding not publicly disclosed) |
| Market Position | Niche but growing (macOS 26-only floor) |
| Innovation Pace | Very active (5 releases May–June 2026, last push June 10, 2026) |
| Community/Ecosystem | Growing (1,135 stars, 145 forks as of June 2026) |
| Long-term Outlook | Promising but indie-risk |
Supacode is clearly alive as of June 2026: stars more than quadrupled since February (249 → 1,135), forks grew from 18 to 145, and the v0.9–v0.10 release series landed substantial features like persistent terminal sessions. The technical foundation (libghostty, TCA) is solid. The main risks are the concentrated maintainership and the absence of any visible monetization or funding.
Bottom Line
Supacode is a fast-improving, genuinely native option for power users running many agents in parallel — still beta, but demonstrably alive and shipping.
Recommended for: Developers on macOS 26 who want maximum parallel agent capacity with native terminal performance, and who tolerate beta software.
Not recommended for: Anyone on macOS 15 or earlier, teams that need a standard OSI license for procurement, or users who want production-grade stability and documentation.
Outlook: Momentum is real — stars quadrupled and five releases shipped in roughly a month during spring 2026, including persistent sessions that survive app restarts. The native Swift + libghostty architecture remains technically superior to Electron-based alternatives. The open questions are sustainability (indie, no disclosed funding, low bus factor) and whether it can convert GitHub interest into a durable user base beyond its ~1,000 quarterly Homebrew installs.
Research by Ry Walker Research • methodology
Sources
- [1] Supacode Website
- [2] Supacode GitHub Repository
- [3] Supacode Releases (GitHub)
- [4] Homebrew Cask: supacode
- [5] Mitchell Hashimoto on libghostty Projects
- [6] Bilal Haidar on Supacode (X)
- [7] libghostty (Ghostty Terminal)
- [8] Hacker News Search: Supacode (Algolia)
- [9] Agentic Coding Mac Apps Compared
- [10] Supacode Launch Post by khoi (X)