bot
bot copied to clipboard
Convert into an installable desktop app using Electron
Electron would work as it ships with NodeJS and a Chromium binary for the app's UI. We can probably reuse the same chromium to run the browser-based automations.
Tauri / NW.js / NeutralinoJS probably won't work.
Electron does not support ES modules: https://github.com/electron/electron/issues/21457
A plausible path is to convert entire existing code in this repo to a version supported by Electron.