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

macOS (Intel)

amd64

SHA256: 674f1ddfa37a05c6bc3f294d53d85aed3ed47adb00062911f1847eda44b0b622

macOS (Apple Silicon)

arm64

SHA256: 5a28d4501a2ef05ead1f9c61d9b6f3d4afafc9b487383e33e4d4d2aab8450e37

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