How VPN9's reproducible builds ensure your security
VPN9 is the first VPN provider to offer fully reproducible server builds with runtime attestation. This means you can verify that our servers are running exactly the code we claim, with no hidden modifications or backdoors.
Key Principle:
You don't need to trust us - you can verify everything yourself.
Visit our verification dashboard for instant checks:
Open Verification Dashboardcurl https://vpn9.com/api/v1/attestation | jq . curl https://vpn9.com/api/v1/attestation/verify | jq .
# Clone and build git clone https://github.com/vpn9labs/vpn9-portal.git cd vpn9-portal ./scripts/reproducible-build.sh # Verify against production ./scripts/verify-build.sh production
Our builds are deterministic, meaning the same source code always produces bit-for-bit identical binaries. This is achieved through:
Anyone can rebuild our software and verify it matches what's running in production.
Every build includes a complete SBOM listing all components and dependencies:
Download SBOMs from our GitHub releases .
All artifacts include SHA256 checksums for integrity verification
Supply chain security with SLSA provenance
Cryptographically signed builds when configured
Live attestations signed by production servers
Found a security issue? We offer rewards for responsible disclosure:
Report to: [email protected]