GET GRIMOIRE!!!
✦ free · MIT · no telemetry · no adware ✦Only does anything useful if you have DEADLOCK installed via Steam!! ★
★ CLICK HERE 4 WINDOWS!! ★
💾 the big one · windows installer
windows portable .exe · no install
Don't wanna install?? Grab the portable!! Single executable, same app as the installer, just rawer!!
Grimoire-Portable-1.14.2.exe
Grimoire isn't code-signed yet, so Windows SmartScreen may holler
Unknown Publisher!! Just click More info » Run anyway. It's fine, promise!!
★ 4 DA UNWINDOWED ★
4 linux
AppImage · universal, works on most distros.
▶APPIMAGE · 209.1 MB then run
$ chmod +x Grimoire-1.14.2.AppImage
Debian / Ubuntu · apt repo, auto-updates via apt upgrade!!
add repo + install
▶OR JUST THE .DEB · 171.9 MB $ sudo install -d -m 0755 /etc/apt/keyrings && curl -fsSL https://apt.grimoiremods.com/grimoire.gpg | sudo tee /etc/apt/keyrings/grimoire.gpg >/dev/null && echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/grimoire.gpg] https://apt.grimoiremods.com stable main" | sudo tee /etc/apt/sources.list.d/grimoire.list >/dev/null && sudo apt update && sudo apt install grimoire
then install
$ sudo apt install ./grimoire_1.14.2_amd64.deb
4 arch (btw)
grimoire-bin · pre-built binary package on the AUR.
install with yay
VIEW ON AUR » $ yay -S grimoire-bin
★ VERIFY UR LOOT!! ★
⚖ provenance · trust but verify
Every release ships a SHA256SUMS file and a GitHub build
provenance attestation. Either one proves a binary came from the real GitHub Actions
build, not some rando re-hosting it!!
checksum · linux / macos
$ sha256sum -c SHA256SUMS
checksum · powershell PS> Get-FileHash <file>
build provenance · gh cli
$ gh attestation verify <file> --owner Slush97
Confirms the binary was built by Grimoire's GitHub Actions workflow.