RustStrom v1.0.3
High-Performance Load Balancer built with Rust
🎉 What's New in This Release
- 🔐 Full SSL/TLS Support: HTTPS with Let's Encrypt certificates
- 🔑 Multi-Format Keys: RSA, ECDSA, Ed25519 (PKCS8 & RSA formats)
- 🏗️ ARM64 MUSL Builds: Universal Linux binaries for all distros
- ⚡ HTTP→HTTPS Redirect: Automatic SSL enforcement
- 🔧 Production Ready: Tested on live deployment
Installation
One-line install (Linux & macOS):
curl -sSL https://raw.githubusercontent.com/ismoilovdevml/RustStrom/main/install.sh | bashOr download binary directly:
- Linux x86_64 (MUSL static):
rust-strom-linux-x86_64 - macOS Intel:
rust-strom-macos-x86_64 - macOS Apple Silicon:
rust-strom-macos-aarch64