Supacode
April 14, 2026 ยท View on GitHub
Native terminal coding agents command center.

Technical Stack
Requirements
- macOS 26.0+
- mise (for dependencies)
Building
Optionally warm the macOS Tuist cache from the repo root with:
mise exec -- tuist auth login
mise exec -- tuist auth whoami
make mac-warm-cache
make build-ghostty-xcframework # Build GhosttyKit from Zig source
make build-app # Build macOS app (Debug)
make run-app # Build and launch
Development
make check # Run swiftformat and swiftlint
make test # Run tests
make format # Run swift-format
Contributing
- I actual prefer a well written issue describing features/bugs u want rather than a vibe-coded PR
- I review every line personally and will close if I feel like the quality is not up to standard