Windows binaries are now code-signed with Authenticode #490
AlexsJones
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We're excited to announce that all Windows release binaries are now signed with Authenticode via the SignPath Foundation program.
What this means for you
Starting with the next release, when you download
llmfitfor Windows:How it works
Our release pipeline now includes an automated signing step:
.exeis submitted to SignPath for Authenticode signingSignPath verifies that the signing request originates from our trusted GitHub Actions workflow, providing an auditable chain from source to signed binary.
Verifying signatures
On Windows, right-click the downloaded
llmfit.exe→ Properties → Digital Signatures tab to inspect the Authenticode signature.Thanks to the SignPath Foundation for providing free code signing for open-source projects!
See PR #489 for the implementation details.
All reactions