Skip to content

GopherTrunk v0.5.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jun 04:24
· 963 commits to main since this release
8afaf8d

Install

Windows 11 (x64): download gophertrunk-v0.5.2-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.2-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.2-darwin-arm64.tar.gz (Apple Silicon) or gophertrunk-v0.5.2-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.2-linux-amd64.tar.gz (x86_64) or gophertrunk-v0.5.2-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.1 — promote CHANGELOG, bump refs, announcement by @MattCheramie in #781
  • siglab: diagnose no-lock cause + opt-in soft-sync; guard premature issue closes (#771) by @MattCheramie in #780
  • feat(broadcast): add generic JSON webhook call sink (#404, #268) by @MattCheramie in #776
  • test(ccdecoder): verify #764 SNR deficit is captured-data, not the DDC by @MattCheramie in #782
  • dmr/voice: detect 2-slot cadence by AMBE FEC, not the embedded LC (#644) by @MattCheramie in #783
  • docs: tighten nav, fix mobile sub-nav, adaptive CTAs, sitemap + SEO by @MattCheramie in #784
  • Add "Intro to Using AI in Software Development" learning path by @MattCheramie in #785
  • docs(learn): make /learn/ a progress dashboard and goal explainer by @MattCheramie in #786
  • docs(field-guide): add Hardware (computers & devices) domain by @MattCheramie in #787
  • voice/composer: end silent-from-start calls at a bounded window, not the 30s watchdog by @MattCheramie in #788

Full Changelog: v0.5.1...v0.5.2