Focused Tool · Apache 2.0 · Single Binary · Personal & Lifestyle

Self-hosted personal document manager

Upload PDFs, images, and text files, tag them, search the contents. Your own Dropbox Paper without Dropbox. Contracts, receipts, certificates — owned forever.

Install Archivist Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Archivist is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

The problem

Every document your team creates contains context that matters — title, filename, mime type, size bytes, folder. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Archivist keeps it local.

How Archivist runs

Point curl at /api/documents to interact with Archivist programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

A regulated company runs Archivist inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Endpoints

Dropbox Paper at $12.50/user/mo.

Self-hosted personal document manager. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool archivist
Run
PORT=10190 ./archivist
Open
http://localhost:10190

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 documents
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited documents, full-text search, OCR, folder organization, sharing
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export ARCHIVIST_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./archivist

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev