# Paperless Desktop [](https://travis-ci.org/thomasbrueggemann/paperless-desktop)
Desktop app that uses the [paperless](https://github.com/danielquinn/paperless) API to manage your document scans.
## Installation
Needs a running [paperless](https://github.com/danielquinn/paperless) instance of at least [v0.4.1](https://github.com/danielquinn/paperless/releases/tag/0.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)_
```bash
$ npm install
$ npm start
```
## Deployment
Whenever a new macOS executable should be packaged, just call:
```bash
$ npm run package:mac
```
## Credits
- © icon design by [@pdiegmann](https://github.com/pdiegmann)
- [photon](https://github.com/connors/photon)
- [react](https://facebook.github.io/react/)
- [electron](http://electron.atom.io/)