Electron or other desktop app wrapper for accessing local resources (disk, USB, etc.)

Hi. My company uses Electron for one of our internal tools which handles device setup of a physical product over USB. Our tool needs to interact with the filesystem of the local machine running the app in order to detect & eject connected drives, copy files, etc. and currently uses some standard node.js modules such as fs/fs-extra or eject-media.

As Retool is hosted and is used in the browser, access to the local resources such as these isn't available. It'd be great if there were a version wrapped in electron that would expose some of these capabilities. Thanks!