Skip to content

Gezel Early Beta v1.26244.63

Choose a tag to compare

@github-actions github-actions released this 01 Sep 22:43
Immutable release. Only release title and notes can be modified.
64b33bb

Verifying your download

Every file below is listed in SHA256SUMS and carries SLSA build
provenance tied to this commit and workflow run.

Check the bytes — --ignore-missing matters, because the manifest
covers every platform and you downloaded one:

sha256sum --ignore-missing -c SHA256SUMS     # Linux
shasum -a 256 --ignore-missing -c SHA256SUMS # macOS

Check where the build came from, with the
GitHub CLI (run gh auth login once first):

gh attestation verify <file> --repo bendyline/gezel

The macOS and Windows installers are signed, and the macOS package is
notarized — your operating system checks those for you. The Linux
.deb and .rpm packages are not GPG-signed, so the two checks above
are the verification path there.
Full instructions, including Windows.


What's Changed

Full Changelog: v1.26237.59...v1.26244.63