A Mac document app that avoids Docker and a self-hosted server

Paperless document management on a Mac can feel too heavy when it requires , a , or a just to file personal invoices. This macOS app runs as a native Swift/SwiftUI app on macOS 14 or later, with no Docker, no server, and no browser tab. It reads text from documents using Apple’s Vision framework for OCR.

Its AI features can suggest a title, tags, and document type, but the user chooses the mode. uses no AI, on-device mode uses Apple so the work stays on the Mac, and Claude API mode uses the cloud for stronger results. Keyword-based filing suggestions recommend a destination folder when documents match certain words, but nothing is moved automatically.

The design keeps the user in control by requiring confirmation before anything is filed. The app also includes links between related documents.

Key points

  • The app is native to macOS and built with Swift/SwiftUI for macOS 14 or later.
  • It avoids Docker, a , and a workflow.
  • OCR is handled through Apple’s Vision framework.
  • AI can be turned off, run on the Mac, or use Claude API in the cloud.
  • Folder suggestions are only suggestions; the user confirms before anything moves.
Read original