Mu is an application with several utilities for mac, for now, it looks like this:
Download last version of mu.dmg, mount and move mu.app to /Applications folder.
Clone repo, and install dependencies:
npm install
Run app:
npm start
Build process need electron-packager and appdmg to run:
npm install -g electron-packager
npm install -g appdmg
Exec build script on root folder:
sh build.sh
mu.dmg is generate on bin/mu-darwin-x64/mu.dmg route.
This software is released under the MIT license