Skip to content

An electron wrapper for wunderlist made with ❤️ for Linux (specially for elementary OS)

Notifications You must be signed in to change notification settings

edipox/wunderlistux

Repository files navigation

Wunderlistux

An electron wrapper for wunderlist made with ❤️ for Linux (specially for elementary OS)

Screenshots

Screenshots taken in the most awesome indie OS: elementary OS (Loki)

Elementary

Screenshots

Ambiance

Screenshots

Arc Dark

Screenshots

Adwaita

Screenshots

And others

Themes

There is a top secret theme selector:

Screenshots

Install

Linux

You can try any of the following methods

Download the app

Download the last AppImage. An AppImage allows you to try the app without installing it. It also allows you to install the app (creating the .desktop file, etc). Just check it out!

Install script

Download the installer And run it sudo install.sh as root. Wunderlistux will be automatically installed on your computer.

Thank you!

If you like the app please ⭐ the github project.

If you super liked it buy me a coffee ☕.

If you disliked it you still could ⭐ the github project and buy me a coffee ☕ :)

Building

Install npm

sudo apt-get install nodejs npm -y

Fix node missing from PATH issue

sudo ln -s /usr/bin/nodejs /usr/bin/node

Install global dependencies

sudo npm install electron electron-builder electron-packager electron-prebuilt asar -g

Install electron-builder

Better check electron-builder's doc for updated install instructions: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build

Install all the dependencies

npm install

Build a release

In the project root: ./bin/build-linux-x64.sh or ./bin/build-linux-ia32.sh

Build the AppImage

In the project root: build

TODO

  • Add support for other OSs.

Credits