π§ What makes it "Next" | π Fuel the Evolution | π Quick Start | π¬ Frequently Asked Questions
| Feature | Paperless-AI | Paperless-AI next |
|---|---|---|
| Core automation | ||
| AI-based document classification | β | β |
| Paperless-ngx integration | β | β |
| Basic manual processing flows | β | β |
| Performance and scale | ||
| Server-side history pagination | β | β |
| Tag caching with reduced API calls | β | β |
| Faster dashboard behavior under high volume | β | β |
| Security and reliability | ||
| Security-focused dependency maintenance | β | β |
| Global API + SSE rate limiting | β | β |
| MFA login support | β | β |
| OCR and recovery workflows | ||
| Works with blurry documents and images | β | β |
| UX and operations | ||
| Searchable document picker in chat | β | β |
| Settings tabs with runtime ENV hints | β | β |
This isn't just a collection of patches; it's a total overhaul of how your documents interact with AI. I took the original logic and ran it through a "Does this actually make my life easier?" filter.
Connect to OpenAI, Ollama, or any OpenAI-compatible API. We've moved beyond simple keyword matching. The AI now understands intent and context, meaning it knows the difference between an "Electricity Bill" and a "Manual for a Toaster" without you writing a single regex.
Waging war against blurry scans, shaky smartphone photos, and handwritten scribbles that standard OCR usually chokes on. By integrating Mistral's OCR capabilities, we rescue the "unreadable" and turn it into searchable data. Everything syncs back to Paperless-ngx, ensuring your single source of truth stays intact.
I hated the lag in the original UI. I've implemented server-side pagination and aggressive tag caching. Whether you're managing 100 documents or 10,000, the dashboard stays snappy and your browser stays alive.
I use this for my own life and my own documents. That means security isn't an afterthought - it's a requirement. Expect regular dependency updates, a reduced container attack surface, and error handling that fails gracefully instead of taking your whole stack down with it.
There were dozens of brilliant ideas and PRs left gathering dust in the original repository. I've personally hand-picked, tested, and integrated the best community suggestions, making this the most feature-complete version of the tool available.
Built with heavy AI assistance but steered by human common sense. It's vibe-coded in the sense that I prioritize how the tool actually feels to use over rigid corporate specs. Yet it's engineered to be more stable than your enterprise-driven Microsoft Access '97 nightmare business software.
Maintaining this solo, chasing bugs, and keeping up with the rapid pace of AI is a massive labor of love. If this tool saves your sanity (and your weekends), consider fueling the next update. Whether it's a cold energy drink or just a "thanks"; your support keeps the code flowing.
Data is sacred. Back it up.
Because Paperless-AI next introduces significant architectural improvements and new database logic, it's a "one-way street" evolution. Since I am cleaning up and optimizing the core logic plus adding new features, there is no guarantee of stability right now.
However, I develop this for my own production environment, so I have zero interest in breaking things. However, every server is different. Please create a full backup of your Paperless-ngx. If you're coming from the original version, a fresh install is often the cleanest path to document zen.
Please check the docker variables here for all configuration options.
If you are using plain HTTP (like running Paperless-AI next locally on your NAS, your PC, or in your home network), make sure to set
COOKIE_SECURE_MODE=neverto avoid login issues! See Configuration for details. Using a reverse proxy like Nginx or Caddy with HTTPS is highly recommended for security and performance, especially if you expose the service to the internet.
Lite version β AI tagging & OCR only (~500β700 MB):
services:
paperless-ai-next:
image: admonstrator/paperless-ai-next:latest-lite
container_name: paperless-ai-next
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- data:/app/data
volumes:
data:Then open http://localhost:3000 to complete setup.
| Image Tag | Size |
|---|---|
admonstrator/paperless-ai-next:latest |
~500β700 MB |
admonstrator/paperless-ai-next:latest-lite |
~500β700 MB |
Docker Hub: admonstrator/paperless-ai-next
Versioned release tags use the format vYYYY.MM.## (example: v2026.03.01).
Short answer: I use it every day for my actual documents. If it breaks, my own life becomes a chaotic mess of untagged invoicesβso I have a very strong biological incentive to keep it stable.
Long answer: It's not vibe-coded in the sense of being random; I test every feature and try to automate as much of the testing as possible. And NO! it's not just one pile of AI-generated code inside a main.js file. Since I work as an IT architect, I understand the importance of maintainable code.
I don't read it like a monk reading ancient scrolls, but I do understand the logic. I treat AI like a more or less talented, slightly erratic junior dev. I tell it what to build, I test the hell out of it, and if it fails, we go back to the drawing board. I am the filter. No "AI-slop" gets merged without passing my "Does this actually solve the problem?" test. Or at least, it doesn't stay merged if I encounter issues in production.
Please, for the love of all that is holy, open a PR. I welcome everyone; from fellow vibe-coders to the wizards who actually understand memory management. If you see something that makes your inner Senior Architect cry, fix it and send it over. I'm happy to learn, as long as we keep the "it just works" spirit alive.
If the original works for you, stay there! But if you're tired of loading spinners, want better AI and OCR, then Paperless-AI next is for you. It's a more polished, more powerful, and more user-friendly evolution of the original vision.
If it's OpenAI-compatible, it probably works. If not, open an issue! Since I have an AuDHD brain, I'm prone to hyper-focusing on cool new features β so if your suggestion catches my interest, it might be implemented before my second energy drink.
Paperless-AI next is made with β€οΈ by admon for the community
β If you find this useful, please star the repository!
Last updated: 2026-05-17