A patch release that fixes the macOS app failing to launch on Intel Macs.
Fixed
- macOS app now launches on Intel Macs. The "universal" macOS build was shipping Apple Silicon (arm64) versions of the core .NET libraries, so on an Intel Mac the app crashed at startup with CoreCLR error
0x8007000B("incorrect format") before its window ever appeared. macOS now ships two separate builds, one native to Apple Silicon and one native to Intel, so each Mac gets the right architecture. The Tor stack and the macOS privileged helper are universal, so TUN/VPN mode works on both.
Windows and Linux
- No functional changes since 3.4.1. Rebuilt at 3.4.2 to keep version numbers aligned across platforms.
Downloads
| Platform | File |
|---|---|
| Windows installer | OnionHop-Setup-v3.exe
|
| Windows portable | OnionHopV3-Portable-3.4.2-win-x64.zip
|
| Windows CLI | OnionHop-CLI-Setup-3.4.2.exe / OnionHopCLI-Portable-3.4.2-win-x64.zip
|
| Linux | OnionHop-x86_64.AppImage
|
| Linux CLI | OnionHopCLI-3.4.2-linux-x64.tar.gz
|
| macOS (Apple Silicon) | OnionHop-3.4.2-macOS-arm64.dmg
|
| macOS (Intel) | OnionHop-3.4.2-macOS-x64.dmg
|
Not sure which Mac you have? Apple menu > About This Mac. "Apple M1/M2/M3/M4" means Apple Silicon (arm64); anything listing an Intel processor needs the x64 build.
macOS CLI is still coming soon.