Skip to content

Installation

Install the Localport CLI on macOS, Linux, or Windows in under 30 seconds. One binary, zero dependencies. Homebrew, curl, or manual download.

Localport is a single binary with zero dependencies. No runtime, no Docker, no package managers required. Download it and run it.

Install the CLI

Run the command that corresponds to your operating system to install Localport:

Install via Homebrew:

brew install localport-dev/tap/localport

Or use the install script:

curl -fsSL https://get.localport.dev | sh

Verify the installation

localport --version

You should see the version number. If you get "command not found," make sure /usr/local/bin is in your PATH.

Get a tunnel token

Before you can start a tunnel, you need a token:

1. Create an account at dashboard.localport.io

2. Create a team (or use the default one)

3. Go to Tunnels and create a new tunnel

4. Copy the token

You'll use this token every time you start a tunnel:

localport http 3000 --token YOUR_TOKEN

Start with a free trial

Localport has no free plan. Start a free trial — 30 days on Hobby or 7 days on Pro — with full HTTP, TCP, and TLS support (mTLS on Pro). See pricing for plan details.

Next steps