Fast setup
Install in seconds and expose localhost with one command.
Installation, usage, and verification for the FastTunnel CLI.
Install in seconds and expose localhost with one command.
First-class support for macOS, Linux, and Windows with native release artifacts.
Release artifacts include signatures so you can verify integrity before running binaries.
brew install fasttunnels/fasttunnel/fasttunnelcurl -sSL https://fasttunnel.dev/install.sh | shcurl -LO https://github.com/fasttunnels/fasttunnel/releases/download/v0.1.1/fasttunnel_0.1.1_darwin_arm64.tar.gz
tar -xzf fasttunnel_0.1.1_darwin_arm64.tar.gz
sudo mv fasttunnel /usr/local/bin/fasttunnelcurl -sSL https://fasttunnel.dev/install.sh | shcurl -LO https://github.com/fasttunnels/fasttunnel/releases/download/v0.1.1/fasttunnel_0.1.1_linux_amd64.tar.gz
tar -xzf fasttunnel_0.1.1_linux_amd64.tar.gz
sudo mv fasttunnel /usr/local/bin/fasttunnelcurl -LO https://github.com/fasttunnels/fasttunnel/releases/download/v0.1.1/fasttunnel_0.1.1_linux_amd64.deb
sudo dpkg -i fasttunnel_0.1.1_linux_amd64.debirm https://fasttunnel.dev/install.ps1 | iexscoop bucket add fasttunnel https://github.com/fasttunnels/scoop-fasttunnel
scoop install fasttunneliwr -Uri https://github.com/fasttunnels/fasttunnel/releases/download/v0.1.1/fasttunnel_0.1.1_windows_amd64.zip -OutFile fasttunnel.zip
Expand-Archive -Path .\fasttunnel.zip -DestinationPath .\fasttunnel -Forcegit clone https://github.com/fasttunnels/fasttunnel.git
cd fasttunnel/cli
go build -o fasttunnel ./cmd/fasttunnelfasttunnel login
fasttunnel http 3000
fasttunnel https 3000
fasttunnel http 8080 -s my-app
fasttunnel --versionDownload an artifact and its .sig file, then verify with cosign.pub:
curl -LO https://github.com/fasttunnels/fasttunnel/releases/download/v0.1.1/fasttunnel_0.1.1_linux_amd64.tar.gz
curl -LO https://github.com/fasttunnels/fasttunnel/releases/download/v0.1.1/fasttunnel_0.1.1_linux_amd64.tar.gz.sig
cosign verify-blob --key cosign.pub --signature fasttunnel_0.1.1_linux_amd64.tar.gz.sig fasttunnel_0.1.1_linux_amd64.tar.gz