Support
We're here to help.
Joining the TestFlight beta
Iron Rain for iOS is currently in external beta via TestFlight.
- Install TestFlight from the App Store.
- Open the public invitation link (posted on the GitHub repo).
- Tap Install in TestFlight.
Setting up the Mac daemon
One line installs the Iron Rain Mac app + daemon and launches the app — no dependencies, no terminal:
curl -fsSL https://howlerops.github.io/iron-rain/install.sh | sh
The app auto-starts the daemon, which auto-detects opencode, claude-code, and pi (and sets up the claude-code bridge on first run), then shows a pairing QR to scan from the iPhone or iPad app. Everything after that is automatic.
Headless / Linux? The same command installs just the daemon and starts it
(~/.oculus/oculusd.log). Prefer source? cd daemon && go run . serve
--secret <your-secret>
Common questions
Do I need an API key? No — claude-code runs on your existing Claude
subscription. Only headless/CI setups need an ANTHROPIC_API_KEY.
Is my code sent anywhere? No. Traffic is end-to-end encrypted between your phone and your Mac. See our Privacy Policy.
Can I connect to more than one Mac? Yes — pair each one, name it, and switch between them in the app.
Report a bug or request a feature
Open an issue at github.com/howlerops/iron-rain/issues, or email support@howlerops.com.
