720kb is an Italian micro-publisher whose entire public catalog is occupied by ndm, a lightweight, open-source graphical manager for Node.js packages that turns the command-line npm workflow into a point-and-click experience. Built on Electron and React, ndm presents installed dependencies, available updates and global packages in a clean three-column layout, letting developers search, install, remove or version-pin modules without memorizing flags or scrolling through terminal logs. The utility is especially handy for front-end teams that juggle many small projects: a project drawer on the left lets users switch contexts instantly, while an integrated log panel streams npm output in real time, catching warnings or audit alerts that might otherwise be missed. System administrators appreciate the built-in task runner that can schedule repeatable npm scripts as background services, and the exportable JSON snapshot that documents exact dependency trees for reproducible builds. Because ndm is released under the MIT license, it has also been forked internally by agencies that need branded variants for onboarding junior developers. Although the publisher’s portfolio is intentionally narrow, the tool covers the complete software life-cycle category of package management within the JavaScript ecosystem. The single-maintainer model keeps the codebase lean, with updates arriving whenever new npm features land. Ndm is offered for free on get.nero.com, where it is delivered through trusted Windows package sources such as winget, always fetching the newest release and supporting batch installation alongside other development utilities.

ndm

The Open Source npm desktop GUI.

Details