This repository contains the source code of all components of Privatemode that are part of the TCB. The build is reproducible. This allows users to fully verify the Privatemode service.
You are allowed to inspect the code and build it for auditing and verification purposes. For details, see LICENSE.
See the Verification from source code guide in the Privatemode documentation.
Ensure that the following programs are installed:
before building the app with the following command:
./scripts/build-app.nu v<x>.<y>.<z> <target>Where v<x>.<y>.<z> corresponds to the version number of the release (e.g. v1.30.0).
<target> can be one of the following:
rpm: RPM package for RedHat-based Linux distributionsdeb: Debian package for Debian-based Linux distributionsdmg: MacOS disk image installermsix: Windows installer