bot icon indicating copy to clipboard operation
bot copied to clipboard

Convert into an installable desktop app using Electron

Open nileshtrivedi opened this issue 2 years ago • 1 comments

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.

nileshtrivedi avatar Apr 11 '23 15:04 nileshtrivedi

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.

nileshtrivedi avatar Apr 11 '23 15:04 nileshtrivedi