Skip to content
Discussion options

You must be logged in to vote

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.

  1. Open PowerShell.
  2. Run the following command (replace filename with the actual file):
    Get-FileHash ./NeuroPace.exe -Algorithm SHA256
  3. Compare the output hash with the one listed in the Security & Verification section of the repository.

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...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@test-lab1999
Comment options

Answer selected by test-lab1999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants