๐ฉบ Vitals
- ๐ฆ Version: v2.6.0 (Released 2026-03-18)
- ๐ Velocity: Active (Last commit 2026-03-18)
- ๐ Community: 12.1k Stars ยท 975 Forks
- ๐ Backlog: 114 Open Issues
๐๏ธ Profile
- Official: bentopdf.com
- Source: github.com/alam00000/bentopdf
- License: AGPL-3.0
- Deployment: Docker (Tiny ~9MB)
- Data Model: Stateless / Client-Side WASM
- Jurisdiction: India ๐ฎ๐ณ
- Compliance: HIPAA, GDPR, CCPA
- Complexity: Low (1/5) - Docker
- 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
- Telemetry: Unlike some competitors, BentoPDF positions itself as telemetry-free and transparent.
- Sanitization: Includes pro-grade tools to strip hidden metadata (author, location, edit history) from PDFs before sharing.
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.