Skip to content

mehdiraized/npmax

npMax

screenshot-npMax-package-manager

The Open Source npm desktop GUI.

Runs on Linux, MacOS and Windows..

Download Npmax

Download for MacOS Arm

Download for MacOS x64

Download for Linux

Download for Windows  

All Releases

Contributing

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.

Community support

For additional help, you can use one of these channels to ask a question:

Building and running in production mode

To create an optimized version of the app:

npm run dist
or
yarn dist