Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.6.0
Using cargo
cargo install sockudo --version 2.6.0
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.6.0
docker pull sockudo/sockudo:2.6.0
Direct Download
Download the appropriate binary for your platform from the assets below.
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
- ✅ Docker linux/amd64
- ✅ Docker linux/arm64
What's Changed
- Feat/app allow origins by @MarcEspiard in #52
Per-App Origin Validation: Introduced allowed_origins configuration for each application, enabling granular control over WebSocket connection sources.
Full docs
Full Changelog: v2.5.5...v2.6.0