Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please digitally sign installer and application binaries #1139

Open
cody-somerville opened this issue Dec 5, 2024 · 6 comments
Open

Please digitally sign installer and application binaries #1139

cody-somerville opened this issue Dec 5, 2024 · 6 comments

Comments

@cody-somerville
Copy link

Please digitally sign the Windows installer and application binaries.

A digitally signed installer and application binaries assures users that the software has not been tampered with since it was signed and improves the user installation experience by increasing trust and reducing likelihood of being blocked/warned by Windows Defender SmartScreen.

@ShreyasZare
Copy link
Member

Thanks for the post. The code signing certs are too expensive which is why the binaries are not signed currently. Will try to get it done in future once its feasible.

@thetredev
Copy link

thetredev commented Jan 11, 2025

ChrisTitusTech (who you might know from YouTube) distributes unsigned binaries for free on GitHub (https://github.com/ChrisTitusTech/winutil), but also distributes signed binaries for a price on his website, to at least have a chance to nullify the costs of certification. Maybe you can do the same? Just a thought.

@ShreyasZare
Copy link
Member

ChrisTitusTech (who you might know from YouTube) distributes unsigned binaries for free on GitHub (https://github.com/ChrisTitusTech/winutil), but also distributes signed binaries for a price on his website, to at least have a chance to nullify the costs of certification. Maybe you can do the same? Just a thought.

Thanks for the suggestion. I am not sure users would appreciate such a differentiation. Will think on this for a while though.

@cody-somerville
Copy link
Author

Would distribution via Windows app store be an option? They would provide signing and only cost would be a $99 one time registration fee. This would only work if can be packaged as msix.

@thetredev
Copy link

thetredev commented Jan 11, 2025

@ShreyasZare yeah I don't think many people will buy it in the end or attract more people in general imo.

@ShreyasZare
Copy link
Member

Would distribution via Windows app store be an option? They would provide signing and only cost would be a $99 one time registration fee. This would only work if can be packaged as msix.

Thanks for the suggestion. Will evaluate that option once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants