Downloads

Current version: latest release. Binaries are generated automatically for each release. You can also download them from the GitHub releases page.

# Automatic installer (Linux and macOS)

# Detects your system (Linux: Arch / Debian / Fedora / openSUSE ยท macOS: Apple Silicon) and installs Rustty $ curl -sSf https://rustty.es/install.sh | sh

Linux

Requires WebKitGTK 4.1 and libayatana-appindicator.

On distributions where WebKitGTK 4.1 is not packaged by default, install it with your package manager before running Rustty.

Windows

The quickest option is winget: winget install rustty

Requires Microsoft Edge WebView2 Runtime (included in Windows 10 22H2 and Windows 11).

Windows binaries are not signed yet (code signing is under evaluation; see the code signing policy). Some antivirus tools may report a false positive; verify the sha256 published on the release page.

macOS

The quickest option is the automatic installer: curl -sSf https://rustty.es/install.sh | sh

Apple Silicon (aarch64). Signed and notarized with Developer ID.

Intel Mac users need to build from source. See the installation guide.

Integrity verification

Each artifact is published with its Tauri updater signature (.sig). The GitHub release page also includes the sha256 for every file.

sha256sum Rustty_*.deb
# compare with the hash listed in the release

How the binaries are signed per platform and how to verify them: code signing policy.