user@archive:~$ privatearchive --about
Private Archive is a backup service that holds ciphertext for you. We do not see your filenames, your file contents, your IP address, your identity, or your payment trail. We do not want to see them. You install a small client. The client encrypts your files locally with keys you control, using Restic. The encrypted output is routed through Tor to our endpoint over mTLS. We pay no attention to who sent it, because we cannot. When you stop paying, your archive expires and is deleted. We will not write to you about it — we have no email, no name, no way to reach you.
user@archive:~$ privatearchive --threats
THREAT MODEL ============ [+] Network observer (ISP, transit, server side) ........ blocked: tor + mtls [+] Server compromise of THIS service ........ blocked: client-side encryption [+] Disk seizure at THIS service ........ blocked: ciphertext only, no keys here [+] Insider with admin access ........ blocked: we hold no keys, no plaintext, no PII [+] Loss of YOUR client certificate ........ TOTAL ARCHIVE LOSS [+] Loss of YOUR encryption passphrase ........ TOTAL DATA LOSS [!] We treat the last two as features, not bugs. [!] Your cert IS your account. There is no recovery flow. There is no "forgot password" link. There is no support email that can help.
user@archive:~$ privatearchive --storage
Restic encrypts every byte before it leaves your machine. We hold ciphertext only. Where we put those bytes does not matter — we couldn't read them anyway. No keys on our side, no plaintext on our side, no metadata about you on our side. Zero PII collected, ever. No analytics. No telemetry.
user@archive:~$ privatearchive --how
1. install client → curl -L https://privatearchive.xyz/releases/latest | sh 2. generate cert → privatearchive init 3. fund balance → privatearchive pay (prints monero address) 4. backup → privatearchive backup ~/Documents 5. forget about it
user@archive:~$ privatearchive --download
PLATFORM ARCH ARTIFACT SIZE ------------ ------ ----------------------------------------------------- ------ macos arm64 privatearchive-darwin-arm64.dmg ~16 MB macos amd64 privatearchive-darwin-amd64.dmg ~16 MB linux amd64 privatearchive-linux-amd64.tar.gz ~14 MB linux arm64 privatearchive-linux-arm64.tar.gz ~14 MB windows amd64 privatearchive-windows-amd64.zip ~15 MB source — privatearchive-source-v0.1.0.tar.gz (verify the crypto) ~3 MB checksums — SHA256SUMS 1 KB [!] builds are reproducible. diff your own build against ours.
user@archive:~$ privatearchive --pricing
pay-as-you-go in monero. balance burns down by the second. top up when needed. no minimum, no commit, no subscription.
user@archive:~$ privatearchive --sources
client (cli): git.privatearchive.xyz/privatearchive/client-cli client (desktop): git.privatearchive.xyz/privatearchive/client-desktop client (daemon): git.privatearchive.xyz/privatearchive/client-backend source tarball: /releases/v0.1.0/privatearchive-source-v0.1.0.tar.gz (verify the crypto yourself) audit reports: /audits/ (when available)
user@archive:~$ _