OffPDF — 22 offline PDF tools built with Tauri v2 and Rust #15874
McanKul
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone — I built OffPDF because sensitive PDFs should not have to pass through a random upload service.
It is a free, MIT-licensed Tauri v2 desktop app with 22 PDF workflows that run locally and continue to work offline. It covers everyday tasks such as merging, splitting, page organization, compression, OCR, conversion, protection, repair, booklet layout, and text extraction.
Under the hood
The most interesting tradeoff has been packaging several native document engines while keeping the app genuinely offline. The Windows installer is large because it bundles the required engines. The Apple Silicon macOS build bundles qpdf, Poppler, and Tesseract, with LibreOffice remaining optional for Office and PDF/A workflows.
Current state
Contributors are welcome
The project just received its first outside contributions, and more help would be genuinely welcome. A scoped task is currently available:
There are also broader open issues and a short contributing guide. Pull requests should target the development branch.
Links
If you have shipped local binaries with Tauri, I would especially value feedback on how you balance offline capability against installer size and cross-platform packaging.
All reactions