UNPKG

installed-sw

Version:
25 lines (18 loc) 469 B
# installed-sw > Retrieve installed apps info Get the path of the executable, the icon, and some more information of all installed software in a computer. ```js import getApps from "installed-sw"; const pcApps = await getApps(); /* [ { path: ..., icon: ..., id: ... }, { ... } ] */ ``` This package is a lighter version of the code implemented in the [cerebro-basic-apps plugin](https://github.com/cerebroapp/cerebro-basic-apps)