Releases: stoatworks-labs/srt-router
Release list
SRT Router 0.1.3
Local build — GitHub Actions minutes are exhausted, so these artefacts were cut on a Mac. Unsigned: see the README for the macOS quarantine step.
Full Changelog: v0.1.1...v0.1.3
SRT Router 0.1.1
Local build. GitHub Actions minutes are exhausted, so these artefacts were cut on a Mac rather than in CI.
macOS — -app.dmg / -app.pkg install the SRT Router launcher into /Applications. -cli.pkg puts the srtrouter binary on PATH; .tar.gz is the portable server.
Windows — -app-setup.exe installs the launcher (Start Menu + Desktop shortcuts); -app.zip is the portable equivalent. -setup.exe / .zip are the server on its own.
Linux — portable server tarballs. The Tauri launcher needs a Linux host to bundle and could not be built here.
Nothing is code-signed. On macOS, after installing:
xattr -dr com.apple.quarantine "/Applications/SRT Router.app"
Approving the app is not enough — the nested srtrouter helper stays quarantined and Gatekeeper kills it silently.
What's Changed
- Add built-in logging and crash diagnostics by @stoatworks-labs in #1
New Contributors
- @stoatworks-labs made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
SRT Router v0.1.0
Desktop app for srt-router — a menu-bar app to pick a network interface + port, Start/Stop the server, and open the crosspoint web UI. The srtrouter server is bundled inside, so it's one download with nothing to install or wire up.
Assets
SRT-Router_0.1.0_aarch64.dmg— the desktop app (Apple Silicon), server embedded. Drag to Applications.srtrouter-macos-aarch64— the standalone server binary, for headless/Docker/CLI use.
Unsigned build. On first launch, macOS Gatekeeper will block it — right-click the app → Open → Open, once. Thereafter it opens normally.