Rustty
en

rustty --download

Current version latest release. CI builds every binary on each release, publishing its sha256 and signature alongside the package. They are also on the releases page.

install.sh // Linux and macOS, the fast lane

# detects your distribution (Arch Β· Debian Β· Fedora Β· openSUSE) or Apple Silicon, and installs it $ curl -sSf https://rustty.es/install.sh | sh
# Windows, from the system package manager > winget install rustty

// the script asks for no privileges until it knows which package to use, and you can read it first at rustty.es/install.sh

binaries // pick your platform

macOS

Apple Silicon (aarch64), signed and notarised with a Developer ID.

// Intel Macs need a build from source β€” installation docs

verify // that what you downloaded is what we published

// every release publishes the sha256 of each file and, next to each artefact, its Tauri updater signature (.sig)

# hash it and compare against the one on the release page $ sha256sum Rustty_*.deb

// how each platform is signed and how to check it: code signing policy