Download wsgrok Client
wsgrok is your app's front door, the fastest way to put your local development on the internet.
Install via Script
curl -sSL https://wsgrok.com/install.sh | bash
Or Download Manually
Setup Instructions
1. Make the binary executable:
chmod +x wsgrok-client-*
2. Move to your PATH:
sudo mv wsgrok-client-* /usr/local/bin/wsgrok
3. Start tunneling:
wsgrok -subdomain myapp -port 3000
Verify Your Download
You can verify the integrity of your downloaded file by checking its SHA256 checksum:
macOS / Linux
sha256sum wsgrok-client-*
Windows (PowerShell)
Get-FileHash wsgrok-client-windows-amd64.exe -Algorithm SHA256
