Properties3
Is BaseNo
Icon
Order
10Prerequisites
- macOS 26+ (Tahoe)
- pixi package manager
- Xcode with macOS 26 SDK
- Ghostty source at
~/Syntropment/ghostty
Install pixi
curl -fsSL https://pixi.sh/install.sh | bash
Clone
git clone https://github.com/jwintz/kytos
cd kytos
Build
pixi run build
This runs the full build pipeline:
build-ghostty— buildsGhosttyKit.xcframeworkfrom Ghostty sourcegenerate— generatesKytos.xcodeprojfromproject.ymlusing XcodeGenxcodebuild— compiles Swift sources and links against GhosttyKit and KelyphosKit
Run
pixi run run
Builds if needed, then launches Kytos.app.
Configure Terminal
Terminal settings are managed via Ghostty's config file:
~/.config/ghostty/config
Use the Settings window → "Open Ghostty Config" for quick access.
Next Steps
- Usage — sessions, splits, tabs
- Configuration — Ghostty config reference
