Hacker News new | ask | show | jobs
by fauigerzigerk 2425 days ago
Is there a way to verify that the Signal app in the app store was compiled from the published Signal sources?
1 comments

Yes, this is generally called "reproducible builds". Signal has reproducible builds for Android, here is how to build it and compare against the one on your phone:

https://github.com/signalapp/Signal-Android/blob/master/Repr...