v1.0.2
Downloads
Core engine and desktop binaries. All builds are statically linked and verified.
Quick Install (Recommended)
Auto-detects your OS, downloads the correct binary, verifies checksum, and configures:
curl -fsSL https://assets.rvpn.org/install.sh | sudo bash
For interactive setup: add -s -- --setup --client
Core & Desktop Binaries
Verifying Downloads
curl -LO https://assets.rvpn.org/1.0.2/rvpn-x86_64-linux-gnu.sha256
echo "$(cat rvpn-x86_64-linux-gnu.sha256) rvpn-x86_64-linux-gnu" | sha256sum -c
Mobile Clients
Android
Android devices with VPN service support
Google Play Download APK SHA256 ChecksumAndroid 14+ (API 35+)
Server
The rVPN server binary is included in the same release. Use the installer:
curl -fsSL https://assets.rvpn.org/install.sh | sudo bash -s -- --server-only
See the documentation for server deployment guides including Docker, systemd, and cloud providers.
Build From Source
All rVPN code is open source under AGPL v3.0. Clone the repository and build locally:
git clone https://github.com/PDG-Global/rvpn.git
cd rvpn/rvpn
cargo build --release