thomasbrueggemann / paperless-desktop

🍃 macOS app that uses the paperless API to manage your document scans.
GNU General Public License v3.0
585 stars 53 forks source link
archive desktop-app documents electron mac macos office paperless

Paperless Desktop Build Status

Desktop app that uses the paperless API to manage your document scans.

Installation

Needs a running paperless instance of at least v0.4.1

Pre-built executables

Please keep in mind, that these are pre-releases. There is still some work to do.

 Download now

Development

Thanks to npm, it's easy:

(Disclaimer: I only ever test this on macOS, any other operation system might behave unexpectedly running this)

$ npm install
$ npm start

Deployment

Whenever a new macOS executable should be packaged, just call:

$ npm run package:mac

Credits