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.

Run the command that corresponds to your operating system:

Install via Homebrew:

brew install localport/tap/localport

Or use the install script:

curl -fsSL https://localport.io/install.sh | sh

Manual Installation#

Download the latest build for your platform from GitHub:

Verify your download with checksums.txt.

Make it executable, clear the Gatekeeper quarantine flag macOS adds to downloads, then move it onto your PATH:

chmod +x localport-darwin-*
xattr -d com.apple.quarantine localport-darwin-*
sudo mv localport-darwin-* /usr/local/bin/localport

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.

Next steps#