installed-sw

1.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i installed-sw

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    88.4 kB

    Total Files

    3

    Last publish

    Collaborators

    • dubisdev