macOS / Linux
curl -fsSL https://tunnel.anureo.dev/install.sh | shExpose local services with one command. Get a public HTTPS URL without opening ports, configuring DNS, or managing certificates.
The installer checks prerequisites, builds the native CLI from source, installs it, and prints the first tunnel command.
Detecting your operating system…
curl -fsSL https://tunnel.anureo.dev/install.sh | shirm https://tunnel.anureo.dev/install.ps1 | iexSource access is currently required. Review the scripts at /install.sh or /install.ps1 before running them. Public signed binaries are not available yet.
Whether you are testing an API or receiving a webhook, Anureo keeps the local development loop short and predictable.
Call a service on your laptop from a remote client, CI job, or a teammate's browser.
Give Stripe, GitHub, or any third party a stable HTTPS endpoint while you develop.
Keep response bodies flowing for SSE and other streaming HTTP workloads.
The Connector dials out to Anureo Edge. Public requests travel over HTTPS and are forwarded to your local origin.
Create a temporary public URL for a demo or debugging session. Anyone with the URL can access it; add --protected to require an access key. The tunnel expires after 60 minutes.
Build the CLI, start your local service, and expose it in one command.