🔌Websocket
Websocat Installation Guide
macOS Installation
Method 2: Using Cargo
Method 3: Using pre-built binaries
Download the latest release:
Make executable and move to system path:
Windows Installation
Method 1: Using Cargo
Install Rust and Cargo first from https://rustup.rs/
Open PowerShell and run:
Method 2: Using pre-built binaries
Download the latest Windows release from: https://github.com/vi/websocat/releases/latest/download/websocat_windows_amd64.exe
Rename the file to
websocat.exe
Add to System PATH:
Move the executable to a directory in your PATH, or
Add the directory containing websocat.exe to your PATH environment variable
Verifying Installation
To verify the installation was successful, open a terminal/command prompt and run:
Last updated