Any platform — one line
curl -fsSL https://privatearchive.xyz/install.sh | bash
Or download a tarball for macOS, Linux, Windows, FreeBSD or OpenBSD (amd64 + arm64) — and the source — from the latest release.
v0.1 · open beta
Restic-encrypted archives, routed over Tor, settled in Monero. Your client certificate is your account — no email, no name, no recoverable identity.
Open-source clients· Audited encryption (Restic)· No tracking on this page
Restic encrypts every byte on your machine before it leaves. We hold ciphertext only — the keys never touch our infrastructure.
The client and server speak through hidden services. Your IP, our IP, both irrelevant.
Subaddress per client. No card on file, no billing address — nothing about your wallet ties to anything we hold.
Your client certificate is your account. Lose it and we cannot help you. Keep it and nobody can.
Where we put the bytes doesn’t matter — we couldn’t read them anyway. Our infrastructure is a sealed envelope, nothing more.
No name, no email, no phone, no IP, no fingerprint. We log the first 8 chars of your cert hash.
Run the installer. The client generates an X.509 certificate locally. That file is now your sole credential.
The client prints a Monero subaddress. Send XMR. The credit drops in once the chain confirms.
privatearchive backup ~. Schedule it. Your data is encrypted, then on its way through Tor before you finish reading this paragraph.
Monero top up · burn down
Balance burns down by the second. No subscription. No minimum. No card.
static binaries · reproducible builds · SHA256 sums published
Direct builds — verify each against the published SHA256SUMS:
Install & keep up to date
Every channel below installs the same reproducible, signed binaries. Verify direct downloads against SHA256SUMS; the apt, dnf and pacman repositories are GPG repo-signed with fingerprint 4792 23EA 8405 287A 11FB B12E 02A7 7A1E EDD0 F111.
curl -fsSL https://privatearchive.xyz/install.sh | bash
Or download a tarball for macOS, Linux, Windows, FreeBSD or OpenBSD (amd64 + arm64) — and the source — from the latest release.
curl -fsSL https://privatearchive.xyz/apt/release-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/privatearchive.gpg
echo "deb [signed-by=/usr/share/keyrings/privatearchive.gpg] https://privatearchive.xyz/apt stable main" | sudo tee /etc/apt/sources.list.d/privatearchive.list
sudo apt update && sudo apt install privatebackup
sudo curl -fsSL https://privatearchive.xyz/dnf/privatearchive.repo -o /etc/yum.repos.d/privatearchive.repo
sudo dnf install privatebackup
curl -fsSL https://privatearchive.xyz/pacman/release-key.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key 479223EA8405287A11FBB12E02A77A1EEDD0F111
printf '\n[privatearchive]\nServer = https://privatearchive.xyz/pacman\n' | sudo tee -a /etc/pacman.conf
sudo pacman -Sy privatebackup
brew install https://privatearchive.xyz/brew/privatebackup.rb
scoop install https://privatearchive.xyz/scoop/privatebackup.json