
Should I self-host Adobe Acrobat?
YESworth it
Stirling-PDF is the whole Acrobat toolbox — merge, split, OCR, compress, redact, sign — behind one port, with no Adobe account and no telemetry. It booted healthy in under two minutes.
The math (nothing hidden, including your time)
| Adobe Acrobat (Acrobat Standard) | $24.99/mo |
| VPS share + storage | −$0.50/mo |
| Your maintenance: 10 min/mo at $20/h | −$3.33/mo |
| Net saving | $21.16/mo |
| Setup: 12 min measured (one-time) | $4.00 |
| Break-even | 0.2 months |
| Markup Index (price ÷ real self-host cost) | 6.5× |
Price: source, checked 2026-08-05. Inputs are stored in git; every number above is derived, never hand-written.
What you lose
- Acrobat's collaborative review flows and cloud sync
- The genuinely better mobile scanning apps
What you're paying Adobe Acrobat for
- PDF editing
- merge/split/compress
- OCR
- fill & sign

Ranked alternatives
Sixty-odd PDF tools in one container, running on your machine, with nothing uploaded to anybody else's.
Hardware
Runs comfortably on a real VPS (2 GB+).
The tested compose file (our evidence, CI-booted)
# Stirling-PDF — the whole Acrobat toolbox behind one port
services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
container_name: stirling-pdf
restart: unless-stopped
environment:
DISABLE_ADDITIONAL_FEATURES: "true"
ports:
- "8092:8080"
volumes:
- stirling-data:/usr/share/tessdata
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:8080/api/v1/info/status || exit 1"]
interval: 5s
timeout: 10s
retries: 40
start_period: 30s
volumes:
stirling-data:
Want a guided install instead? caniselfhostit.com/adobe-acrobat has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
Verification
Protocol v1 · verified by zernonia on 2026-08-10 · setup measured at 12 min · AI assistant: claude-code (allowed & stated)
What broke
- Boot to healthy measured at 72s on the 2GB reference env
Full timed log
# Adobe Acrobat — verdict log - **Date:** 2026-08-10 - **Verdict:** YES — worth it - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence - Compose: `compose/adobe-acrobat-stirling-pdf.yml` - Boot to healthy: **72s** measured this session - Setup time recorded: 12 min (boot + configuration to first working workflow) ## What broke / notes - Boot to healthy measured at 72s on the 2GB reference env ## The call Stirling-PDF is the whole Acrobat toolbox — merge, split, OCR, compress, redact, sign — behind one port, with no Adobe account and no telemetry. It booted healthy in under two minutes.
Verdict history
- 2026-08-10: unscored → YES — Initial verdict: Stirling-PDF is the whole Acrobat toolbox — merge, split, OCR, compress, redact, sign — behind one port, with .