Downloads

Grace 0.0.1 — pre-release. Binaries are not yet published; the table below will activate when v1.0 is posted.

Platform Format Version Size SHA-256
Linux .deb (Ubuntu/Debian/Mint, 64-bit) deb 0.0.1 Coming soon
Linux Flatpak (universal) flatpak 0.0.1 Coming soon
Windows installer (NSIS, 64-bit) exe 0.0.1 Coming soon
Windows portable (.zip, 64-bit) zip 0.0.1 Coming soon
macOS .dmg (Universal — Intel + Apple Silicon) dmg 0.0.1 Coming soon
Note: Right-click → Open on first launch (unsigned pre-1.0).
Source tarball (.tar.gz) tar.gz 0.0.1 Coming soon

Verifying a download

Once binaries ship, every download has a SHA-256 published next to it on this page. To verify on Linux/macOS:

shasum -a 256 grace-*.deb
# compare to the value shown above

On Windows PowerShell:

Get-FileHash .\grace-*.exe -Algorithm SHA256