Paperless-ngx Alternative With No Server — Organize Documents on iPhone (2026)
If you have read a "quit Big Tech" guide recently, the document-management answer is almost always the same: Paperless-ngx. It is a genuinely good piece of software. Upload a receipt or a warranty, it runs OCR, tags it, and makes the whole pile searchable.
The catch is what sits underneath it. To run it you need a machine that stays on, Docker, a domain (about $10 a year), a reverse proxy or a VPN to reach it from your phone, and something watching your public IP address so none of that breaks when your ISP changes it.
That is a real hobby. Plenty of people enjoy it. But there is a large group who wanted the outcome — my documents, my device, no subscription — and discovered the price was becoming a part-time sysadmin.
This is for that group. Not "Paperless-ngx is bad", but: what do you actually lose if you skip the server, and is it a loss you care about?
The short version
- If you need full-text search across hundreds of mixed documents, keep the server. Nothing on a phone matches that yet.
- If what you actually have is receipts, warranties, and the occasional contract, a phone handles it, and the data never leaves the device.
- The self-hosted route is not "no cloud" either — most guides route you through Cloudflare and a paid VPN tier.
- On-device means no server to breach, no account to leak, and nothing to keep patched.
What Paperless-ngx gives you that a phone does not
Being honest about this first, because the rest of the article is worthless if it oversells.
Full-text search across everything. Paperless OCRs every document and indexes it, so you can search a phrase you half-remember from a letter two years ago. This is its single best feature and it is the hardest to replace.
Automatic tagging rules. You can tell it that anything with "invoice" in the filename gets tagged as an invoice, forever, without you touching it.
One library, any device. A browser on any machine in the house reaches the same collection.
Arbitrary document types. It does not care what you feed it.
If those four things describe your problem, stop reading and go set up the server. It is the right tool and this article cannot beat it.
What you keep without one
Here is the part the self-hosting guides skip: for most households, the document pile is not "hundreds of mixed documents". It is receipts, a few warranties, some tax paperwork, and a handful of contracts. That shape fits on a phone.
Your data actually stays put. This is worth being precise about. Self-hosting moves your data from a company's server to your server — which is better, but it is still a server, and it is now your job to back it up and patch it. On-device processing means there is no server in the picture at all.
Nothing to maintain. No Docker updates, no certificate renewals, no DDNS script quietly failing while you are on holiday.
It works on the train. No VPN, no reverse proxy, no "is my home internet up?"
No domain, no $10 a year, no Cloudflare.
The receipts problem specifically
Receipts are the bulk of most people's paper, and they are the case where a phone genuinely does better than a server — because the capture happens where the receipt is.
With a self-hosted setup the flow is: photograph the receipt, get it onto the server somehow, wait for OCR, tag it. With ReceiptZero the flow is: point the camera at it. The OCR runs on the device and pulls out the vendor, the date, and the total. There is no upload step because there is nowhere to upload to.
At tax time it exports PDF or CSV, with US and Canadian tax-rule validation built in. That is the part a generic document manager does not do for you — Paperless will store the receipt and find it later, but it will not tell you whether the claim holds up.
It is free, and it has no ads and no subscription.
Everything else: documents into folders
For the rest of the pile — contracts, letters, the manual for the washing machine — the job is simpler than Paperless makes it sound. You mostly need it scanned, as a PDF, in a folder you will remember.
Scanory does that: scan multiple pages into one document, export as a PDF, file it into folders. No page limit and no watermark on the export.
Be clear on the trade: Scanory organizes by folders, not by full-text search. If you tend to find documents by remembering roughly where you filed them, that is fine. If you find them by remembering a phrase inside them, that is exactly the case where Paperless wins and you should run the server.
Scanory is free and shows a banner ad. ReceiptZero has no ads at all.
The "quit Big Tech" claim, examined
One thing worth noticing about the standard self-hosting stack: the usual recommendation is Jellyfin, Immich, Paperless-ngx, Portainer, Tailscale, Nginx Proxy Manager, and Cloudflare DDNS — and that last one means your DNS runs through Cloudflare. Tailscale is a company too. The sponsor read in these videos is frequently a cloud password manager.
None of that makes the advice wrong. Self-hosting really does take your data out of the big platforms' hands, and that is the main thing. But "no Big Tech" is a looser claim than it sounds, and it is worth knowing that before you decide the server is the only principled option.
Not running a server at all is also a way of not handing your data to anyone.
Which one should you actually pick
| Your situation | Go with |
|---|---|
| Hundreds of mixed documents, need to search inside them | Paperless-ngx — it is the right tool |
| Mostly receipts, want them tax-ready | ReceiptZero — on-device OCR, PDF/CSV export |
| Contracts and letters, organized by folder | Scanory — scan to PDF, folders |
| You enjoy running a homelab | Paperless-ngx, obviously |
| You want the outcome and not the hobby | The phone apps |
These are not really competitors. One is infrastructure and one is an app. The mistake is assuming you need the infrastructure because that is what the guides recommend.
Frequently asked questions
Is there a Paperless-ngx alternative that does not need Docker?
Not with the same feature set — the OCR indexing and tagging engine is the reason it needs a server. If your pile is mainly receipts, on-device apps cover that case without any server. If you need full-text search across mixed documents, there is no phone-only equivalent yet.
Can I run Paperless-ngx on my iPhone?
No. It is a server application. There are mobile clients that talk to a Paperless server you are already running, but the server still has to exist somewhere.
Does on-device OCR actually work well enough?
For receipts, yes — vendor, date, and total are structured fields and the models handle them reliably. For long free-form documents, server-side OCR with a full text index is still ahead.
What happens to my documents if the app disappears?
This is the right question to ask of any option, including the self-hosted one. Export before you need to: ReceiptZero exports PDF and CSV, Scanory exports PDF. Files you hold in an open format are the actual protection, not where the software runs.
Is self-hosting more private than an on-device app?
Not automatically. Self-hosting is more private than a cloud service, because you hold the data. An on-device app that never uploads is a shorter path to the same place — there is no server to secure, and nothing in transit.
Also from SoSo Family
All free, all iPhone, all with privacy as the default:
- ReceiptZero — receipts with on-device OCR and tax-ready PDF/CSV export
- Scanory — document scanning, PDF export, folders
- VoiceNote+ — voice to text, with a fully offline on-device mode
- Qrra — QR scanning and generation
We're here to help.