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

Release binaries for macOS and Windows #22

Open philippeowagner opened 7 years ago

philippeowagner commented 7 years ago

Thank you Thomas for constantly improving Paperless Desktop!

If possible, binaries for Windows and macOS would be welcomed and very helpful :)

thomasbrueggemann commented 7 years ago

Hey, recent macOS binaries are always here and Windows would be possible too, but would look a bit weird, since the used UI framework caters towards macOS. I am still looking for a crew, that ports this to react-desktop ( #14 ) :-)

philippeowagner commented 7 years ago

I noticed #14 and honestly prefer a bit weird over not available. Doesn't everything looks a bit weird on Windows anyways? ;-)

OmgImAlexis commented 6 years ago

It'd be great to see this added to brew cask and chocolatey as well.

ovv commented 6 years ago

Would binary for linux be possible too ?

absalomedia commented 5 years ago

I think I can do this. I've done it for other Electron apps - Win, OSX, Linux, complete with automated build sequences.

svenedt commented 4 years ago

Any updates on a windows installer?

javadevelopment4 commented 4 years ago

I like to have a windows installer or windows portable package and love this..

darrenbritton commented 4 years ago

for those desperate for a crude release try https://github.com/darrenbritton/paperless-windows-releases/releases/tag/0.0.14-beta

the installer was created with https://www.npmjs.com/package/electron-installer-windows and seems to install to AppData, which wouldn't be my preference.

It also uses the basic electron icon 🤷‍♂ I'll try to add the instructions of what I've done to that repos readme in the hopes someone improves upon it.

nettnikl commented 2 years ago

Hey, also interested in a stable linux release system to help this prosper, i'd like to not always compile releases by myself. Is this proceeding in any way?

@darrenbritton Could you put your documentation on the build, as crude as it is, on your repo?