One small binary, no dependencies — it runs next to your app and forwards a port you're already serving. Download it, or let the one-line installer set it up and connect for you.
$env:TUNNRA_TOKEN="<key>"; $env:TUNNRA_PORT="3000"; irm https://tunnra.com/install.ps1 | iexcurl -fsSL https://tunnra.com/install.sh | TUNNRA_TOKEN=<key> sh -s -- 3000curl -fsSL https://tunnra.com/install.sh | TUNNRA_TOKEN=<key> sh -s -- 3000Run your service locally as usual — say a dev server on localhost:3000. tunnra forwards to it; it doesn't take the port.
Create a workspace or sign in to get a key, then run tunnra up 3000 --relay wss://tunnra.com --token <key>. The relay and key are saved.
tunnra 3000 — the subdomain is auto-named from your folder. Use tunnra api=8080 to name it yourself, or tunnra service to keep it running at login.