Signal Mar 31, 2016

Reproducible Android Builds

Article Summary

Signal just made their Android builds reproducible, and they're practically begging you not to send them panicked encrypted emails about it. This is transparency done right.

Signal's Android team shipped reproducible builds as a weekend hack, allowing anyone to verify that the APK distributed through Google Play matches the exact source code in their GitHub repository. They've published a Docker image that makes verification straightforward for developers.

Key Takeaways

Critical Insight

Signal now lets anyone verify their Android APK matches public source code through a simple Docker-based build process.

The article reveals why getting native library builds reproducible will be significantly harder than the Java components.

Recent from Signal

Related Articles