Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

thomasbrueggemann/paperless-desktop

Repository files navigation

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