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