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)
$ curl -sSf https://rustty.es/install.sh | sh
Linux
Requires WebKitGTK 4.1 and libayatana-appindicator.
-
AppImage (portable)
Rustty_{version}_amd64.AppImage -
.deb (Debian/Ubuntu/Mint)
Rustty_{version}_amd64.deb -
.rpm (Fedora/openSUSE/RHEL)
Rustty-{version}-1.x86_64.rpm -
.pkg.tar.zst (Arch/Manjaro)
Rustty-{version}-1-x86_64.pkg.tar.zst -
Flatpak (bundle)
Rustty-{version}-x86_64.flatpak
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).
-
MSI installer
Rustty_{version}_x64.msi -
NSIS setup
Rustty_{version}_x64-setup.exe -
Portable executable
Rustty_{version}_x64-portable.exe
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.
-
.dmg
Rustty_{version}_aarch64.dmg -
.app.tar.gz
Rustty_aarch64.app.tar.gz
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.