PA
v 0.1.0 / 2026

№01
Object

Private
Archive

An offsite backup service that does not learn the identity of its users. Files are encrypted on the user’s device, transmitted through Tor, and settled in Monero.

A1 / B1
2026


№02
System

System

01EncryptionRestic, AES-256-GCM
02Key generationOn user device, at install
03Key custodyUser only. Service holds none.
04Service seesCiphertext only
05NetworkTor hidden service
06IdentityX.509 client certificate (mTLS)
07Account recoveryNone. Lose the certificate, lose the account.
08SettlementMonero, subaddress per client
09Personal data collectedNone

№03
Tariff

Tariff

ModelCurrencyTermBilling
Pay-as-you-goMoneroNoneBurns down by the second

No subscription. No commitment. Balance burns down by the second.


№04
Method

Method

  1. A. Install client. A certificate is generated on your device.
  2. B. Fund balance. Send Monero to the printed subaddress.
  3. C. Back up. privatearchive backup ~/Documents
  4. D. Verify. Restore one file before you trust the system with the rest.
  5. E. Forget.

№05
Distribution

Distribution

Direct builds — verify each against the published SHA256SUMS:

OSArchitectureFormatFile
macOSarm64 · Apple Silicon.tar.gzprivatearchive-darwin-arm64.tar.gz
macOSamd64 · Intel.tar.gzprivatearchive-darwin-amd64.tar.gz
Linuxamd64.tar.gzprivatearchive-linux-amd64.tar.gz
Linuxarm64.tar.gzprivatearchive-linux-arm64.tar.gz
Windowsamd64.zipprivatearchive-windows-amd64.zip
Windowsarm64.zipprivatearchive-windows-arm64.zip
FreeBSDamd64.tar.gzprivatearchive-freebsd-amd64.tar.gz
FreeBSDarm64.tar.gzprivatearchive-freebsd-arm64.tar.gz
OpenBSDamd64.tar.gzprivatearchive-openbsd-amd64.tar.gz
OpenBSDarm64.tar.gzprivatearchive-openbsd-arm64.tar.gz
Source.tar.gzSource · privatearchive-source.tar.gz
ChecksumsSHA256SUMS

Builds are reproducible. Source is published under a permissive licence.


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.

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.

Debian / Ubuntu — apt

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

Fedora / RHEL — dnf

sudo curl -fsSL https://privatearchive.xyz/dnf/privatearchive.repo -o /etc/yum.repos.d/privatearchive.repo
sudo dnf install privatebackup

Arch — pacman

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

macOS — Homebrew

brew install https://privatearchive.xyz/brew/privatebackup.rb

Windows — Scoop

scoop install https://privatearchive.xyz/scoop/privatebackup.json