Releases: osm-API/osmrouter
osmRouter v1.2.1
Fixes: the CLI now waits for the relay to actually accept the tunnel before reporting it online, so rejected tunnels (reserved subdomain, plan limit, suspended account) show a clear error instead of a false success. Install: curl -fsSL https://osmrouter.com/install.sh | sh
osmRouter v1.2.0
Live request log in the CLI: osmrouter http now prints incoming requests (method, path, status, latency) as they arrive. Suppress with OSM_NO_LOG=1. Plus tunnel release from the dashboard.
osmRouter v1.1.0
osmRouter CLI v1.1.0
New:
- Raw TCP tunnels —
osmrouter tcp 5432exposes a TCP service (databases, SSH, game servers) attunnel.<domain>:<port>. - Basic Auth —
OSM_BASIC_AUTH=user:pass osmrouter http 8080gates an HTTP tunnel behind a username and password. - Windows binaries + a PowerShell installer (
irm https://osmrouter.com/install.ps1 | iex).
Install:
curl -fsSL https://osmrouter.com/install.sh | sh # macOS / Linux
irm https://osmrouter.com/install.ps1 | iex # WindowsSHA-256 checksums are in checksums.txt; the installers verify them automatically.
osmRouter v1.0.0
First public release of the osmRouter CLI. Install: curl -fsSL https://osmrouter.com/install.sh | sh (macOS/Linux) or irm https://osmrouter.com/install.ps1 | iex (Windows). SHA-256 checksums in checksums.txt.
osmRouter for Android v1.0.1
Fix: tunnel restart tears down the old process cleanly.
osmRouter Desktop v1.2.2
Robustness: binary download writes to a temp file and renames on success. Bundles CLI v1.2.1.