Setup fast.
Repair fast.
These are the canonical DexRelay Mac commands for install, pairing, repair, and uninstall. If something breaks, start with dexrelay status, then dexrelay repair.
1. Install on Mac
Recommended Homebrew install flow:
brew tap dexrelay-app/dexrelay && brew install dexrelay && dexrelay install
Alternative raw installer:
curl -fsSL https://assets.dexrelay.app/install.sh | bashThe install flow sets up the DexRelay runtime on your Mac, installs the local bridge and helper, and starts the required launch agents.
2. Pair Your iPhone
After install, run this on your Mac and scan the QR in the iPhone app:
dexrelay pair3. Health and Repair
Use these commands in this order when DexRelay is unhealthy:
- Check status.
- Confirm Tailscale is actually available on the Mac if you expect remote access.
- Run repair.
- Rerun install only if repair is insufficient.
dexrelay status
dexrelay repair
dexrelay install4. Uninstall
To remove DexRelay from your Mac:
dexrelay uninstallThis removes the DexRelay runtime, launch agents, logs, and the Homebrew CLI if it was installed through Homebrew.
5. Keep-Awake Controls
DexRelay also exposes keep-awake controls for the Mac runtime:
dexrelay wake on
dexrelay wake off
dexrelay wake status6. Advanced
Advanced or internal relay bootstrap flow:
dexrelay relay-pairIf you need support or want website signup information deleted, contact [email protected].