Downloads
- Windows:
*-setup.exe(installer) or.msi - macOS:
.dmg(unsigned build: on first launch, right-click the app → Open) - Linux:
.AppImage(portable,chmod +xthen run),.debor.rpm
Verify your download (optional)
SHA256SUMS lists the hash of every file above and is signed with the author's minisign key:
RWTz3c4gUmglCX5Uvjthigz1ts3TS3ZSdhRNpFgOJRW/Wr4XjGlqTR3O
- The signature proves the hash list comes from the author:
minisign -Vm SHA256SUMS -P RWTz3c4gUmglCX5Uvjthigz1ts3TS3ZSdhRNpFgOJRW/Wr4XjGlqTR3O - The hashes prove your file was not altered:
- Linux:
sha256sum --check SHA256SUMS --ignore-missing - macOS:
shasum -a 256 --check SHA256SUMS --ignore-missing - Windows:
(Get-FileHash .\<file>).Hashmust match the file's line inSHA256SUMS
- Linux: