lumenwrites / nulis

Mind-mapping software that helps writers collect and organize their knowledge, develop their ideas. Built with React, Redux, Node.js, hosted on Digital Ocean.
https://nulis.io
GNU Affero General Public License v3.0
742 stars 43 forks source link

Desktop prebuilt binaries #7

Open Rameshv opened 6 years ago

Rameshv commented 6 years ago

Hi Ray, First, thanks for the great tool. It looks great and very easy to use. I see the Desktop section in the source but couldn't find the downloadable versions anywhere here in the repo or the site.

I believe Desktop is the right kind of distribution for this kind of software. Just download and write stuff, no need to setup things.

Would be great if we can have downloadable binaries somewhere.

Rameshv commented 6 years ago

Just had a look at the https://github.com/raymestalez/nulis/issues/3. Seems its already working but its not a proper desktop app, instead a web app wrapped in electron. Do you have any plans for the native desktop (with electron ofcourse) app?

lumenwrites commented 6 years ago

Hi! Thank you, I'm glad you've liked it. You can find the prebuilt files here:

Linux: https://nulis.io/downloads/Nulis-linux-x64.zip

Mac: https://nulis.io/downloads/Nulis-darwin-x64.zip

Windows: https://nulis.io/downloads/Nulis-win32-x64.zip

Note that Desktop is in a very early version, Mac/Windows are not tested at all. I'll keep updating it and making it more stable as I continue the development.

I am definitely planning to make it completely usable offline, making cloud sync optional.