How can I verify the integrity of the release binaries? #7
Answered
by
l1ve709
test-lab1999
asked this question in
Q&A
-
|
Hello, I just downloaded the v0.1.0-Win64 zip file. I see the SHA-256 hashes listed in the README, but I want to make sure the files are untampered before running them as Administrator. |
Beta Was this translation helpful? Give feedback.
Answered by
l1ve709
Apr 18, 2026
Replies: 1 comment 1 reply
-
|
You can manually verify the integrity of any binary file using Windows PowerShell. This ensures the files match the official hashes provided in the README.
Additionally, you can upload the files directly to VirusTotal to confirm they are safe and haven't been modified. Or you can ask the AI directly... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
test-lab1999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can manually verify the integrity of any binary file using Windows PowerShell. This ensures the files match the official hashes provided in the README.
filenamewith the actual file):Additionally, you can upload the files directly to VirusTotal to confirm they are safe and haven't been modified.
Or you can ask the AI directly...