Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.7.6
Using cargo
cargo install sockudo --version 2.7.6
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.7.6
docker pull sockudo/sockudo:2.7.6
Direct Download
Download the appropriate binary for your platform from the assets below.
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ Linux x86_64 (musl)
- ✅ Linux ARM64 (GNU)
- ✅ Linux ARM64 (musl)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
- ✅ Docker linux/amd64
- ✅ Docker linux/arm64
What's Changed
- Feat/rewrite benchmark by @countradooku in #108
- Perf/optimize channel manager by @countradooku in #110
- Feat/add unix socket support by @countradooku in #103
- perf: Fix issues in channel manager following perf improvements by @MarcEspiard in #112
- Feat/multinode comms improvements by @MarcEspiard in #113
- FIX binstall on MUSL by @MarcEspiard in #114
- Fix/unsupported character for channel by @countradooku in #116
Full Changelog: v2.7.5...v2.7.6