Install
Every release ships installers for macOS, Windows, and Linux. The links below always point at the latest release.
| macOS | Apple silicon · Intel |
| Windows | x64 installer |
| Debian / Ubuntu | amd64 .deb · arm64 .deb |
| Linux AppImage | x86_64 · aarch64 |
macOS
Open the DMG and drag Ronda into Applications. Pick Apple silicon for M-series Macs and Intel for older ones.
Builds are not notarized by Apple yet, so macOS blocks the first launch. Open Ronda once, then go to System Settings → Privacy & Security and click Open Anyway. If macOS instead says the app "is damaged", remove the download quarantine flag and open it again:
xattr -dr com.apple.quarantine /Applications/Ronda.appWindows
Run the installer. The installer is not code-signed yet, so SmartScreen may show "Windows protected your PC": click More info, then Run anyway.
Linux
On Debian or Ubuntu, install the .deb with apt so it pulls in WebKitGTK. The AppImage runs on most other distributions and needs FUSE 2 (libfuse2t64 on Ubuntu 24.04).
sudo apt install ./Ronda-linux-amd64.deb
chmod +x Ronda-linux-x86_64.AppImage
./Ronda-linux-x86_64.AppImageVerify a download
Each release includes SHA256SUMS.txt. Put it next to your download and run:
shasum -a 256 --check --ignore-missing SHA256SUMS.txt