Download RVNT

Every binary is reproducible and signed. Verify before you trust.

macOS

Beta

RVNT-0.1.0-arm64.dmg

Apple Silicon (M1/M2/M3/M4)

Download Beta

Requires macOS 12.0 (Monterey) or later. Tested on macOS 15 Sequoia (Apple Silicon). The app is unsigned during beta — you may need to right-click and select "Open" on first launch, or allow it in System Settings > Privacy & Security.

iOS

Coming Soon

RVNT for iPhone

Available via Apple TestFlight soon. Same Rust cryptographic core as the desktop app — same encryption, same protocol, same network.

TestFlight Coming Soon

Requires iOS 16.0 or later. End-to-end encrypted messaging, P2P peer discovery via DNS-SD, QR code contact sharing, and encrypted SQLCipher storage — all running on-device.

Windows

Coming Soon

RVNT for Windows

Desktop app with Windows Credential Manager key storage. Currently in development.

Coming Soon

Linux

Coming Soon

RVNT for Linux

AppImage and .deb packages. Key storage uses Secret Service (D-Bus). Currently in development.

Coming Soon

Android

Coming Soon

RVNT for Android

Direct APK download — no Google Play Store. Crypto runs via Rust JNI bridge. Currently in development.

Coming Soon

Verify Your Download

Every release is signed with our GPG key. Do not trust a binary you have not verified.

# Import our public key
curl -sL https://rvntos.io/keys/release.asc | gpg --import

# Verify the signature
gpg --verify RVNT-1.0.0-arm64.dmg.sig RVNT-1.0.0-arm64.dmg

# Verify SHA-256
shasum -a 256 RVNT-1.0.0-arm64.dmg

GPG Key Fingerprint: XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX

Full verification guide