You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Download section with direct per-platform links
Prebuilt binaries were only findable by opening the Releases page and reading a
list of filenames. The README now carries a `## Download` block: one <details>
per platform, every build with its architecture, format, filename and size, and
a link straight to the asset.
Generated by stoatworks-backend/release/gen-downloads.py from the releases API,
between the downloads:start/end markers, and regenerated as a release step
(RELEASE-CHECKLIST.md 4b) — most asset URLs are pinned to a tag and go stale at
the next release.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
All builds, checksums and release notes: [github.com/stoatworks-labs/srt-router/releases](https://github.com/stoatworks-labs/srt-router/releases).
90
+
91
+
These builds are unsigned, so macOS and Windows each warn once on first launch — see [Unsigned builds — Gatekeeper, SmartScreen & Defender Firewall](#unsigned-builds--gatekeeper-smartscreen--defender-firewall) for the one-time fix.
92
+
93
+
<!-- downloads:end -->
94
+
39
95
## What it does
40
96
41
97
By default, routing is a **pure relay**: the crosspoint moves opaque payload
0 commit comments