Skip to content

Detour 0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 May 06:21
· 95 commits to main since this release

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.0

Or manually:

  1. Download Detour-0.4.0-stable.zip, unzip, drag Detour.app into /Applications/.
  2. Strip the macOS quarantine flag (the build is unsigned by Apple Developer ID — free OSS):
    xattr -dr com.apple.quarantine /Applications/Detour.app
  3. 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

Full Changelog: v0.3.0...v0.4.0