Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/thomasbrueggemann/paperless-desktop

🍃 macOS app that uses the paperless API to manage your document scans.
https://github.com/thomasbrueggemann/paperless-desktop

archive desktop-app documents electron mac macos office paperless

Last synced: about 1 month ago
JSON representation

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

Lists

README

        



# Paperless Desktop [![Build Status](https://travis-ci.org/thomasbrueggemann/paperless-desktop.svg?branch=master)](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/)