A native macOS application that is easily accessible from the taskbar built using Electron.
Download the latest version from releases and unzip the file. Move the .app
file to your applications folder and open it. The application will hide from the menu bar when it's opened and show up in the taskbar.
If you'd like the application to always remain in the taskbar it's suggested to add it to your login items so it'll start automatically after the computer has been shut off or restarted.
Go to System Preferences and Users & Groups. Select your user account and press the Login Items tab. Then add the application to the list and it will restart every time your computer does.
# Install dependencies
$ npm install
# Run in development mode
$ npm start
# Build native .app
$ npm run make