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.
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.
| Model | Currency | Term | Billing |
|---|---|---|---|
| Pay-as-you-go | Monero | None | Burns down by the second |
No subscription. No commitment. Balance burns down by the second.
privatearchive backup ~/DocumentsDirect builds — verify each against the published SHA256SUMS:
| OS | Architecture | Format | File |
|---|---|---|---|
| macOS | arm64 · Apple Silicon | .tar.gz | privatearchive-darwin-arm64.tar.gz |
| macOS | amd64 · Intel | .tar.gz | privatearchive-darwin-amd64.tar.gz |
| Linux | amd64 | .tar.gz | privatearchive-linux-amd64.tar.gz |
| Linux | arm64 | .tar.gz | privatearchive-linux-arm64.tar.gz |
| Windows | amd64 | .zip | privatearchive-windows-amd64.zip |
| Windows | arm64 | .zip | privatearchive-windows-arm64.zip |
| FreeBSD | amd64 | .tar.gz | privatearchive-freebsd-amd64.tar.gz |
| FreeBSD | arm64 | .tar.gz | privatearchive-freebsd-arm64.tar.gz |
| OpenBSD | amd64 | .tar.gz | privatearchive-openbsd-amd64.tar.gz |
| OpenBSD | arm64 | .tar.gz | privatearchive-openbsd-arm64.tar.gz |
| Source | — | .tar.gz | Source · privatearchive-source.tar.gz |
| Checksums | SHA256SUMS | ||
Builds are reproducible. Source is published under a permissive licence.
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