Made using electron.
- Download the latest build from the releases section. Make sure to choose your operating system appropriately.
- Unzip the Materialette.zip.
- Move the Materialette.app file to the
/Applicationsdirectory
- Unzip to a desired location and run the exe
- Unzip to a desired location and run the exe
Note: There are some known issues with using electron + menubar with Linux.
- Ubuntu 16.04
- Requires libappindicator1. Install with
sudo apt-get install libappindicator1. - Upon opening, a blank button is presented. Clicking it will load Materialette.
- Requires libappindicator1. Install with
- Fedora 24
If you are able to run the app successfully in a different distro, please update this README!
- Install dependencies:
$ npm install - Compile SCSS -> CSS
$ gulp sassor$ gulp sass:watch - Start the application with
$ npm start - Build the application with
$ npm run build

