GopherTrunk v0.5.3
Pre-releaseInstall
Windows 11 (x64): download gophertrunk-v0.5.3-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 one data folder (default: Documents\GopherTrunk) that holds everything else: config, recordings, IQ captures, exports, the database, logs, and the browser-based consoles (standard, Signal Lab, Config Builder). 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.5.3-windows-arm64.zip (no installer for arm64 yet — portable ZIP only). The web consoles live in the gophertrunk-web\ subfolder inside the zip (siglab\ and configbuilder\ alongside the standard console).
macOS: extract gophertrunk-v0.5.3-darwin-arm64.tar.gz (Apple Silicon) or gophertrunk-v0.5.3-darwin-amd64.tar.gz (Intel) and run ./gophertrunk. Builds are unsigned — right-click → Open the first time to bypass Gatekeeper.
Linux: extract gophertrunk-v0.5.3-linux-amd64.tar.gz (x86_64) or gophertrunk-v0.5.3-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 with all three consoles — the standard console at the top, plus siglab/ and configbuilder/. Open the relevant 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.5.2 — promote CHANGELOG, bump refs, announcement by @MattCheramie in #790
- voice/mbe: power-complementary unvoiced overlap-add window (refs #644) by @MattCheramie in #791
- docs(learn): add "Software Licensing & Agreements" learning path by @MattCheramie in #792
- Add opt-in voice enhancement chain for "sound-good" decoded audio by @MattCheramie in #793
- voice: decimate voice IQ with a strided FIR to stop live-IQ drops by @MattCheramie in #794
- p25/phase2: publish WACN/System ID the instant the NSB lands by @MattCheramie in #795
- Make control_channels optional for conventional DMR; add multi-repeater sample by @MattCheramie in #796
- voice/recorder: don't create empty talkgroup folders for no-audio calls by @MattCheramie in #797
- Render timestamps in local time and surface neighbor sites in live views by @MattCheramie in #798
Full Changelog: v0.5.2...v0.5.3