GopherTrunk v0.2.3
Pre-releaseInstall
Windows 11 (x64): download gophertrunk-v0.2.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 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.3-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.3-darwin-arm64.tar.gz (Apple Silicon) or gophertrunk-v0.2.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.2.3-linux-amd64.tar.gz (x86_64) or gophertrunk-v0.2.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. 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.2 — promote CHANGELOG + bump hardcoded refs + social drafts by @MattCheramie in #357
- airspy: defer SET_SAMPLE_TYPE to StreamIQ; clarify Windows USB errors by @MattCheramie in #358
- sdr: add
sdr doctorWindows 11 RTL-SDR diagnostic + smarter error by @MattCheramie in #359 - dsp/tuner: extract narrow-band IQ from a wide-band SDR stream by @MattCheramie in #360
- trunking/composer: gate Engine.Touch on decoder progress (#356) by @MattCheramie in #361
- sdr/widebandt2: cover a cluster of DMR T2 repeaters with one dongle by @MattCheramie in #362
- widebandt2: decode DMR Tier III control channel on the wideband dongle by @MattCheramie in #363
- widebandt2: fix per-channel ClockGain + add e2e grant test by @MattCheramie in #364
- iqtap: add IQ tap broker for multi-consumer SDR fan-out by @MattCheramie in #365
- rtltcp: add remote rtl_tcp SDR driver by @MattCheramie in #366
- rigctld: add Hamlib rigctld TCP server by @MattCheramie in #367
- bookmarks: add UI-managed conventional channel manager by @MattCheramie in #368
- cc-activity: add CC chatter panel by @MattCheramie in #369
- constellation: add IQ scatter diagnostic panel by @MattCheramie in #370
- spectrum: click-to-tune + bookmark markers by @MattCheramie in #371
- pocsag: protocol layer + BCH(31,21) FEC by @MattCheramie in #372
- pocsag: syncer + page assembler + bus + log + REST + web panel by @MattCheramie in #373
Full Changelog: v0.2.2...v0.2.3