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: bbf11873277df7ff39d32738128509a495c9c28108925286581fd91f38bd3d38

macOS (Apple Silicon)

arm64

SHA256: 34fe0ed2af906d05a24f4828fe2d69425198c7909fa1368fc04ab06c4b9b2fe9

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