zed icon indicating copy to clipboard operation
zed copied to clipboard

sha256 checksums for GitHub release artifacts

Open redat00 opened this issue 1 year ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the feature

Hi !

I wanted to install Zed by downloading the pre-built version from GitHub. For security reasons when I do this, I also make sure to check that the checksums, that usually can be found with assets inside a GitHub release, match what I've downloaded.

Unfortunately for Zed, it seems to be missing. Would love for it to be added !

Thanks for everything, and keep up the good work :pray:

If applicable, add mockups / screenshots to help present your vision of the feature

No response

redat00 avatar Aug 23 '24 08:08 redat00

I wanted to add an example from what I'm requesting. The best example I found (but which is not the only one) is what's done at Permify. In their releases, they place a checksums.txt file which contains all the list of files present in the release, and their corresponding checksum.

Example of a release : https://github.com/Permify/permify/releases/tag/v1.0.2

redat00 avatar Aug 23 '24 08:08 redat00