GopherTrunk v0.2.7
Pre-releaseInstall
Windows 11 (x64): download gophertrunk-v0.2.7-windows-amd64-setup.exe and double-click. The installer adds GopherTrunk to your Start Menu — single static binary, no DLLs to ship — and prompts for a folder to install the browser-based web operator console (default: Documents\GopherTrunk Web Console). After install, follow INSTALL-WINDOWS.md to install the WinUSB driver via Zadig — the OS won't see your RTL-SDR until you do this once.
Windows on ARM: extract gophertrunk-v0.2.7-windows-arm64.zip (no installer for arm64 yet — portable ZIP only). The web console lives in the gophertrunk-web\ subfolder inside the zip.
macOS: extract gophertrunk-v0.2.7-darwin-arm64.tar.gz (Apple Silicon) or gophertrunk-v0.2.7-darwin-amd64.tar.gz (Intel) and run ./gophertrunk. Builds are unsigned — right-click → Open the first time to bypass Gatekeeper.
Linux: extract gophertrunk-v0.2.7-linux-amd64.tar.gz (x86_64) or gophertrunk-v0.2.7-linux-arm64.tar.gz (aarch64, e.g. Raspberry Pi 4/5) and run ./gophertrunk. Single static binary; no system dependencies needed.
Web operator console: every archive includes a standalone gophertrunk-web/ folder. Open its index.html in any browser and point it at a running daemon. Setup walkthrough: gophertrunk.org/web.html.
All artifacts are SHA-256-checksummed in SHA256SUMS.
What's Changed
- docs: post-release v0.2.6 — promote CHANGELOG + bump hardcoded refs + social drafts by @MattCheramie in #436
- dsp/demod: stop adaptive C4FM slicer outer-threshold runaway (#402) by @MattCheramie in #439
- adsb: BEAST upstream client + per-ICAO CPR pair-tracker (end-to-end) by @MattCheramie in #440
- mdc1200: end-to-end Motorola FFSK signaling decode (#438) by @MattCheramie in #441
- voice: force vocoder-native WAV rate + decode-quality telemetry (#356) by @MattCheramie in #444
- sdr: warn when gain looks like dB instead of tenths-of-dB by @MattCheramie in #445
- dsp/demod: fix adaptive C4FM slicer outer-rail under-tracking (#402) by @MattCheramie in #447
- dsc: add FFSK DSP frontend and bit-stream receiver by @MattCheramie in #448
- adsb: native 1090 MHz PPM Mode-S receiver by @MattCheramie in #449
- p25/#402: fixed slicer by default, improved adaptive slicer behind a flag, + I/Q-imbalance investigation by @MattCheramie in #450
- replay/diag: FSW-keyed true-symbol outer-rail eye to localize the #402 spread by @MattCheramie in #452
Full Changelog: v0.2.6...v0.2.7