
What is proven, what is architecture, and what still needs your trust. We list all three, because anyone who claims everything is proven is lying.
Checking the live connection...
This browser currently holds 0 chats with 0 messages in local storage. We have no database for your conversations. Clear your browser data and they are gone forever, even we could not bring them back.
Inference runs on NVIDIA H100 GPUs in confidential-computing mode inside AMD SEV-SNP encrypted VMs, operated by Privatemode (Edgeless Systems, Germany). The hardware signs a measurement of the exact code it runs; the encryption proxy rejects the connection unless that signature chain verifies against AMD and NVIDIA root certificates. Neither the operator nor the datacenter can read prompts, and nothing is retained after the response.
No sign-up, no cookies for tracking, no analytics scripts on the chat. There is nothing to link your conversations to you.
Deploy provenance is being set up: soon this will show the exact public commit this server was built from.
Your message passes through our server on its way to the encrypted channel, and today you have to trust that we do not log it. We do not, and our code is public, but honesty requires the label. The fix is already on our roadmap: verification moves into the app on your device, so our server becomes a blind pipe. The upcoming native app closes this gap completely.
Four checks, increasing effort. Any mismatch means our claims are broken; please report it.
curl -s https://privepal.com/api/version
curl -s https://privepal.com | grep -o 'privepal-commit[^>]*'
git clone https://github.com/yachty66/Privepal cd Privepal/web && git checkout <commit> npm ci && npm run build # compare .next/static/chunks with what privepal.com serves
Honest limits: these checks catch any mismatch in the code your browser runs. The server-side relay cannot be externally proven this way; a deliberately malicious operator could misreport its own version. Closing that gap requires hardware-attested serving, which is on our roadmap, and is already how the AI inference itself runs.
Our code is open source. One click sends it to an AI you already trust, with the question: is this really as private as they claim? It's a second opinion, not a formal proof, but it's a second opinion we can't influence.
If the AI can't fetch URLs, use "Copy audit package": it puts the question plus the complete source of the privacy-critical files in your clipboard, ready to paste into any AI. Raw bundle: /audit-bundle.txt
Want to check the deep claims yourself? Privatemode's attestation flow, manifests, and source are public: docs.privatemode.ai