🩺 Vitals
- 🟢 Last active: 2026-08-02
- 📦 Latest release: v2.8.7 (2026-07-27)
- 🐞 Open issues: 152
- 🌟 Stars: 14.5k
What do these metrics mean?
- Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
- Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
- Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
- Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.
🏗️ Profile
- Official: bentopdf.com
- Source: github.com/alam00000/bentopdf
- License: AGPL-3.0
- Deployment: Docker | Static Hosting
- Data Model: Stateless / Client-Side WASM
- Jurisdiction: India 🇮🇳 (Individual Maintainer)
- Compliance (SaaS): N/A (Stateless / Client-Side Only)
- Compliance (Self-Hosted): HIPAA Eligible | GDPR Ready
- Complexity: Low (1/5) - Zero Configuration required
- Maintenance: Low (1/5) - Zero State Architecture
- Enterprise Ready: High (4/5) - Metadata Scrubber & Privacy-First
1. The Executive Summary
What is it? BentoPDF is a privacy-first PDF manipulation tool (merge, split, compress, convert) that runs entirely in the user's browser. Even if you self-host it on a server, the heavy lifting happens on the client side. This "Architectural Privacy" means the server technically cannot see the file contents, solving a major compliance hurdle for legal and finance departments.
The Strategic Verdict:
- 🔴 For Heavy Server OCR: Caution. Since it relies on the browser, massive bulk processing of thousands of files might be slower than server-side farms.
- 🟢 For Legal & Finance: Strong Buy. The only way to use a "web tool" for contracts without violating NDA/GDPR data transfer clauses.
2. The "Hidden" Costs (TCO Analysis)
| Cost Component | Adobe / iLovePDF (Proprietary) | BentoPDF (Self-Hosted) |
|---|---|---|
| License Fee | ~$20/user/mo | $0 (AGPLv3) |
| Data Risk | High (Cloud Upload) | Zero (Client-Side) |
| Infrastructure | $0 | Negligible (9MB RAM) |
3. The "Day 2" Reality Check
🚀 Deployment & Operations
- Installation: Incredible efficiency. The Docker image is under 10MB. It can run on the smallest possible slice of a server or even a Raspberry Pi.
- Security: Because it is stateless, there is no database to back up or secure.
🛡️ Security & Governance (Risk Assessment)
- Jurisdiction & Architectural Privacy: BentoPDF is maintained by an individual developer in India. However, geopolitical risk is effectively zero due to its stateless architecture. Because all processing happens via WebAssembly (WASM) in the user's browser, your document data never touches the developer's infrastructure or your own self-hosted server backend.
- Endpoint Compliance (Shared Responsibility): BentoPDF eliminates the "SaaS Data Leak" risk inherent in tools like iLovePDF. It is natively GDPR and HIPAA compatible because no data transfer occurs. Your compliance burden is shifted entirely to the endpoint: as long as the user's browser and local machine are secure, the document remains private.
- License & Governance (The AGPLv3 Trap): The software is licensed under the AGPL-3.0. While this is safe for internal corporate use, any organization intending to modify and embed BentoPDF into a commercial SaaS product will trigger the copyleft clause and be required to open-source their entire stack. A commercial license is available from the maintainer to bypass these restrictions.
4. Market Landscape
🏢 Proprietary Incumbents
- Adobe Acrobat
- iLovePDF
- SmallPDF
🤝 Open Source Ecosystem
- DocuSeal: For secure, open-source document signing workflows.
- Paperless-ngx: For long-term document archiving and organization.
- Stirling-PDF: A feature-heavy alternative with server-side processing.