Skip to content

RustStrom v1.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Oct 15:02
· 2 commits to main since this release

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 | bash

Or 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

📚 Documentation