1.0.1 • Published 2 years ago

installed-sw v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

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