Install
One-liner (handles download + de-quarantine + install to /Applications):
curl -fsSL https://raw.githubusercontent.com/Dexploarer/detour/main/scripts/install.sh | bash -s -- 0.4.0Or manually:
- Download
Detour-0.4.0-stable.zip, unzip, dragDetour.appinto/Applications/. - Strip the macOS quarantine flag (the build is unsigned by Apple Developer ID — free OSS):
xattr -dr com.apple.quarantine /Applications/Detour.app
- Open. macOS won't ask again after the first launch.
What's Changed
- [codex] add OpenRouter provider and Detour integrations by @Dexploarer in #2
- port: forward-port origin/main features onto flatten's typed-RPC architecture by @Dexploarer in #3
New Contributors
- @Dexploarer made their first contribution in #2
Full Changelog: v0.3.0...v0.4.0