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

macOS (Apple Silicon)

arm64

SHA256: 9fef40d6b6b6d332ab8efedbe824c461e3395754dec96275e726cd14399e6b7e

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