Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.6.1
Using cargo
cargo install sockudo --version 2.6.1
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.6.1
docker pull sockudo/sockudo:2.6.1
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/broadcast metrics by @MarcEspiard in #64
- Pin rust to 1.89 bookworm by @MarcEspiard in #68
Full Changelog: v2.6.0...v2.6.1