Skip to content

Releases: Dtour-Stack/detour

Detour 0.4.0

14 May 06:21

Choose a tag to compare

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

v0.1.0-shadow

11 May 23:21

Choose a tag to compare

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

Detour 0.3.0

05 May 23:24

Choose a tag to compare

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

Or manually:

  1. Download Detour-0.3.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.

Full Changelog: v0.2.0...v0.3.0

Detour 0.1.0

04 May 20:32

Choose a tag to compare

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

Or manually:

  1. Download Detour-0.1.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.

Full Changelog: canary...v0.1.0

Canary (rolling)

04 May 20:20

Choose a tag to compare

Canary (rolling) Pre-release
Pre-release

Latest canary build from main @ 58b3d6b.

Built: 2026-05-26T10:06:24-04:00
Commit: Update push hook for desktop cleanup

Install

One-liner (handles download + de-quarantine + install to /Applications):

curl -fsSL https://raw.githubusercontent.com/Dexploarer/detour/main/scripts/install.sh | bash

Or manually:

  1. Download Detour-canary.zip, unzip, drag Detour.app into /Applications/.
  2. Strip the macOS quarantine flag (required since the build isn't notarized):
    xattr -dr com.apple.quarantine /Applications/Detour.app
  3. Open. ⚠️ Unstable — canary tracks main and may break.