Dashboard
Quick Start
Expose any local server to the internet with a single command.
1. Share a local port
tunr share -p 30002. Share with a custom subdomain
tunr share -p 3000 --subdomain myapp3. Vibecoder demo mode (freeze + read-only)
tunr share -p 3000 --demo --freeze --inject-widget4. MCP integration (Claude / Cursor)
tunr mcpInstall tunr CLI
macOS (Homebrew)
brew install tunr-dev/tap/tunrLinux / macOS (curl)
curl -sSL https://tunr.sh/install | shnpm
npx tunr@latest share --port 3000