Skip to content
Snippets Groups Projects
README.md 2.46 KiB

Go Reproducer

This is a tool you can use to verify that golang binaries used by Briar (such as obfs4proxy) were built exactly from the public source code and no modifications (such as backdoors) were added.

More information about these so called reproducible builds is available at reproducible-builds.org.

The source code for this tool is available at https://code.briarproject.org/briar/go-reproducer

How to use

Make sure the version of Go you want to verify is included in versions.json.

Verify that you have docker installed:

docker --version

If this command does not work, please install Docker and continue once it is installed.

Using our pre-built image