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.
Private Archive
privatearchive.xyz · an encrypted offsite backup service
Private Archive is a small, deliberate tool for scholars who care what becomes of their data — encrypted on the workstation by software they can audit, transported over Tor, and held offsite in a form no one but the holder of the key can read.1
Download the client latest · macOS, Linux, Windows · reproducible builds
I. · On the durability problem
The literature on digital preservation has, for at least three decades, returned again and again to the same uncomfortable conclusion: institutional repositories come and go, file formats fall out of fashion, hard drives die quietly in office drawers, and the storage substrate beneath us is rarely as permanent as the words we write upon it.2 A doctoral thesis is the work of years; the medium it lives on is rarely the work of more than a decade.
Compounding this is the matter of confidentiality. Interview transcripts gathered under ethics review, fieldnotes that name informants, draft manuscripts containing claims one is not yet ready to defend — this material does not belong, unencrypted, on a consumer cloud. Encryption ought not to be optional for sensitive datasets; it ought to be the default condition under which they exist outside the researcher’s own machine.
Private Archive is built on that assumption. Restic encrypts research data on the user’s hardware before any transit; the service holds only ciphertext. The physical location of that ciphertext is, by design, an irrelevance for the security of the material: a service that holds no decryption keys cannot disclose the contents in any circumstance — whether by breach, by acquisition, or by error.
II. · What this is, in concrete terms
Private Archive is, in essence, four well-understood pieces of software arranged carefully:
III. · On long-horizon preservation
It would be dishonest to present this service as a solution to the durability problem set out above. It is not. It is one piece of a preservation strategy, and a deliberately narrow piece at that. What it offers is the following: an offsite copy of encrypted material whose readability is contingent only upon the researcher’s continued custody of the key, and not upon the continued goodwill, solvency, or jurisdictional cooperation of any operator — ourselves included.
That is a different proposition from the work of an institutional repository, and not a substitute for it. A curated repository attends to format migration, descriptive metadata, citation infrastructure, and the human labour of stewardship. We attend to none of those things. The reader is urged to treat Private Archive as a confidentiality-preserving offsite copy alongside whatever curated deposit their institution or funder requires — not in place of it.
IV. · What it is not
An honest description of any tool must include the work it declines to do. Private Archive is not:
V. · Settlement
Settlement is in Monero, on a pay-as-you-go basis. Funded balances are consumed by the second of storage; refills are user-initiated. There is no subscription, no minimum commitment, and no continuing instrument on file.
A balance, once exhausted, lapses; the obligation to maintain it rests with the user, as does the obligation to keep an additional copy of any material whose loss would be material.
VI. · How it fits a research workflow
Private Archive is not the first place a paper goes, nor the last. It is a quiet adjunct to whatever else you already do. In practice, colleagues have found it suitable for:
VII. · Download
The client is open source and built reproducibly. Verify each archive against SHA256SUMS before installation. The source archive is offered alongside the binaries so that the encryption may be inspected and the builds reproduced by any reader so inclined.4
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