fetch-installed-software
JSON →A Node.js library for retrieving metadata about software installed on Windows machines. Version 0.0.7 is the latest stable release, though the package appears to be in early development with no clear release cadence. It functions without elevated privileges, external dependencies, or native bindings, distinguishing it from alternatives like node-windows-registry or wmic. Currently limited to Windows only; cross-platform support is planned but not yet implemented. The package offers functions like getAllInstalledSoftware() that return an array of software objects with name, version, publisher, and install date.
Resources
packagefetch-installed-software ↗