Download RVNT

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

macOS

Tested

RVNT-0.1.0-arm64.dmg

SHA-256: pending release signing

Download .dmg (Apple Silicon)

RVNT-0.1.0-x64.dmg

SHA-256: pending release signing

Download .dmg (Intel)
# Homebrew (coming soon)
brew install --cask rvnt

Requires macOS 12.0 (Monterey) or later. Tested on macOS 15 Sequoia (Apple Silicon). Not yet tested on macOS 16 Tahoe. 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.

Linux

Untested

RVNT-0.1.0-x86_64.AppImage

SHA-256: pending release signing

Download AppImage

rvnt_0.1.0_amd64.deb

SHA-256: pending release signing

Download .deb
# Debian/Ubuntu
sudo dpkg -i rvnt_0.1.0_amd64.deb

# Arch (AUR) — coming soon
# Fedora (COPR) — coming soon

Linux builds compile and package but have not been tested on real hardware yet. Key storage uses Secret Service (D-Bus). If you test this, please report issues.

Windows

Untested

RVNT-0.1.0-x64.msi

SHA-256: pending release signing

Download .msi
# winget (coming soon)
winget install rvnt.rvnt

Windows builds compile and package but have not been tested on real hardware yet. Key storage currently uses encrypted file fallback (Windows Credential Manager support in progress). If you test this, please report issues.

Android

Untested

RVNT-0.1.0.apk

SHA-256: pending release signing

Download APK

Android builds have not been tested on real hardware yet. We do not distribute through the Google Play Store — sideload the APK directly. Crypto operations run via the Rust JNI bridge. If you test this, please report issues.

iOS

In Development

RVNT TestFlight

Apple TestFlight distribution. Coming soon.

TestFlight Coming Soon

The iOS app uses the same Rust cryptographic core as the desktop app via C FFI. Same encryption, same protocol, same network stack. Full feature parity with desktop is in progress. Requires iOS 16.0 or later.

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