The Open Source npm desktop GUI.
Runs on Linux, MacOS and Windows..
Download for MacOS | Download for Linux | Download for Windows
Install the dependencies...
npm install
or
yarn install
...then start
npm run dev
or
yarn dev
Please read our Contributing Guide before submitting a Pull Request to the project.
For additional help, you can use one of these channels to ask a question:
To create an optimised version of the app:
npm run dist
or
yarn dist