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 installRun app:
npm startBuild process need electron-packager and appdmg to run:
npm install -g electron-packager
npm install -g appdmgExec build script on root folder:
sh build.shmu.dmg is generate on bin/mu-darwin-x64/mu.dmg route.
This software is released under the MIT license

