Skip to content

Releases: osm-API/osmrouter

osmRouter v1.2.1

04 Jun 22:07

Choose a tag to compare

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

04 Jun 19:57

Choose a tag to compare

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

04 Jun 19:37

Choose a tag to compare

osmRouter CLI v1.1.0

New:

  • Raw TCP tunnelsosmrouter tcp 5432 exposes a TCP service (databases, SSH, game servers) at tunnel.<domain>:<port>.
  • Basic AuthOSM_BASIC_AUTH=user:pass osmrouter http 8080 gates 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          # Windows

SHA-256 checksums are in checksums.txt; the installers verify them automatically.

osmRouter v1.0.0

04 Jun 18:57

Choose a tag to compare

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

04 Jun 23:26

Choose a tag to compare

Fix: tunnel restart tears down the old process cleanly.

osmRouter Desktop v1.2.2

04 Jun 23:26

Choose a tag to compare

Robustness: binary download writes to a temp file and renames on success. Bundles CLI v1.2.1.