Capture web pages and documents before they change or disappear. Every capture is fingerprinted and stored on Arweave's permanent decentralized network. Pay once. No subscriptions.

A complete pipeline from URL to permanent storage.
Paste any URL or upload a document. Permavault captures the page as it exists right now: content, screenshot, PDF rendering, and a technical record of how it was retrieved.
Your capture lives on Arweave, a network of hundreds of independent nodes worldwide, funded by a long-term storage endowment. Designed for permanence, not monthly invoices.
See exact file size and Arweave storage cost before you commit. No hidden fees.
Source adapters are modular npm packages. Add new content types or build your own.
Power users get a full CLI. Curators get a clean web dashboard. Same engine underneath.
Archive thousands of URLs via CSV. If something fails, retry without re-downloading.
Drop a link to any public web page, or upload a document. Permavault detects what it is and prepares the capture.
See what will be captured and the exact one-time price in USD before you commit. No surprises, no subscriptions.
One click fingerprints your capture and stores it on Arweave. You get a permanent link and a verifiable record anyone can check, today or years from now.
Captures complete in seconds. Permanence takes one click.
Permavault uses a plugin system. Each source is an independent adapter. Install only what you need.
Web Pages
Full-fidelity capture: content, screenshot, PDF, provenance record
PDF & Documents
Upload files, fingerprinted at capture with SHA-256
GitHub Repos
Snapshot a repository at an exact commit
Direct URL
Any public file: PDF, image, video, audio
Build Your Own
Implement 3 methods. Get upload, tagging, and UI for free.
interface SourceAdapter { name: string; canHandle(url: string): boolean; fetchMetadata(url: string): Promise<Metadata>; download(url: string, options: DownloadOptions): Promise<DownloadResult>; }
Permavault is AGPL-3.0 licensed and built in public. Self-host it, fork it, extend it with new adapters. Contributions welcome.
docker pull permavault/permavault:latestTypeScript · AGPL-3.0 License