Generate the Desktop executables which you can run whitout needing to open the terminal (.dmg, .deb, .exe, etc ..)
$ git clone https://github.com/720kb/ndm.git
$ cd ndm
$ npm install
$ npm run build-mac
$ npm run build-linux
$ npm run build-win
$ npm run build
The executables are generated thanks to the electron-builder, if you want you can change the build settings to your needs, just follow their documentation.
The executables will be generated inside the /releases
folder.