Command every AI agent from your iPhone. Your Mac runs the work locally.
Claude, Codex, Gemini, Hermes, Pi, Amp, Claw, Kilo, SoulForge, and Droid in one control surface.
TestFlight / Homebrew install / Landing page / Support
This repository is Sortie's public pre-launch home: beta support, install notes, issue intake, and release-facing documentation. The app and CLI source are private during TestFlight, with source opening planned after v1.0.
| iPhone app | Launch, inspect, and resume agent sessions from iOS. |
| Mac CLI | Runs the real local agent process on your linked machine. |
| Encrypted relay | Routes messages while device-held keys protect content. |
brew tap thebasedcapital/sortie
brew install sortie
sortieThen install the iOS TestFlight beta, create your account, and scan the QR code shown by your Mac:
Settings -> Account -> Link New Device
| Beta-ready | Experimental |
|---|---|
| Claude, Codex, Gemini | Pi, Claw, Kilo |
| Amp, Hermes, Droid | SoulForge |
┌──────────────────────┐ end-to-end encrypted ┌──────────────────────┐
│ iPhone Sortie app │ ◄──────────────────────────► │ Mac sortie daemon │
│ command surface │ libsodium relay │ local agent runtime │
└──────────────────────┘ └──────────┬───────────┘
│
▼
┌─────────────────────────┐
│ claude / codex / gemini │
│ amp / hermes / droid │
│ pi / claw / ... │
└─────────────────────────┘
The relay handles auth and routing. Message content stays end-to-end encrypted; keys live on your devices.
- macOS on Apple Silicon or Intel
- Homebrew
- iPhone with iOS 17 or newer
- At least one supported agent CLI installed, such as
claude,codex, orgemini
Run this first:
sortie doctorThen open a bug report with what you did, what you expected, what happened, and the sortie doctor output. Screenshots or recordings help for visual issues.
| Resource | Link |
|---|---|
| Landing page | sortie.fly.dev |
| TestFlight beta | testflight.apple.com/join/1jB6HJ9m |
| Homebrew tap | thebasedcapital/homebrew-sortie |
| Privacy policy | sortie.fly.dev/privacy.html |
The CLI is MIT-licensed through the Homebrew tap. The iOS app source is planned to open after v1.0.