Getting Started
Installation
Requirements and first-run setup for Supacode
Supacode currently targets macOS only and is built as a native app around SwiftUI, The Composable Architecture, and GhosttyKit.
Requirements
- macOS 26.0 or newer
- Git installed and available in your shell
- GitHub CLI installed if you want PR and CI features:
gh auth status miseif you are building the app from source
Build from source
make build-ghostty-xcframework
make build-app
make run-appDevelopment commands
make check
make test
make formatFirst-run checklist
- Open Supacode
- Add a repository
- Decide which editor should open worktrees by default
- If you use GitHub PR workflows, enable GitHub CLI integration