Download Open Grind
Never download Open Grind from unofficial sources. The only official source of Open Grind releases is https://git.opengrind.org/open-grind/open-grind/releases. All releases are signed and reproducible.
🚧 Open Grind is in active development. 🚧
Contribute to the project or join the discussion to help us prioritize features and improvements.
Android
Install using your system's APK installer. Optionally, enable auto updates.
Windows
Launch the installer and follow the steps. Optionally, enable auto updates. To uninstall, use the bundled uninstall.exe. Check "delete app data" to delete the session and preferences.
Linux
For Linux distributions that aren't supported, please build manually. Open Grind does not ship an AppImage yet, for two reasons: Tauri's AppImage bundler uses tooling from rolling versions at build time, so the result is not reproducible, and the bundle it produces fails to start on systems with Mesa 25 or newer, which includes current Arch and Fedora (tauri#15665).
deb (Debian, Ubuntu, Linux Mint, other Debian-based)
deb releases do not have in-app auto-updater.
To uninstall, manually clear all secrets from your Secret Service, then run apt purge.
Track updates with apt
Debian, Ubuntu and derivatives can install Open Grind from the project's own repository, so apt handles updates:
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://git.opengrind.org/api/packages/open-grind/debian/repository.key \
| sudo tee /etc/apt/keyrings/opengrind.asc > /dev/null
sudo tee /etc/apt/sources.list.d/opengrind.sources > /dev/null <<'EOF'
Types: deb
URIs: https://git.opengrind.org/api/packages/open-grind/debian
Suites: beta
Components: main
Signed-By: /etc/apt/keyrings/opengrind.asc
EOF
sudo apt update && sudo apt install open-grindOpen Grind is still in beta, so every release so far is published to the beta suite. Once stable, use Suites: stable to track those instead. To remove the repository, delete both files.
Trust
The repository index is signed by a key held on the server. The release artifacts and their .minisig signatures stay the canonical, reproducible download — the repository only exists so updates arrive through your package manager.
Arch Linux
As of September 1st, 2026, AUR has disabled account registration and new package publishing, so it's not possible to install Open Grind from AUR right now.
The PKGBUILD for Arch Linux can be found in ci/aur/PKGBUILD.
macOS
Extract Open Grind.app from zip archive and move to Applications folder. To uninstall, move the app from Applications to Trash.
If you get "Apple could not verify “Open Grind” is free of malware that may harm your Mac or compromise your privacy.",
- Open System Settings
- Go to "Privacy & Security"
- Scroll to "“Open Grind” was blocked to protect your Mac."

- Click "Open Anyway"
- In the "Open “Open Grind”?" dialog click "Open Anyway"
- Enter administrator password or Touch ID
iOS
iOS is currently not supported. Open Grind iOS builds are likely to be released in Fall 2026 with the upcoming publishing in the third party app stores.