Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert into an installable desktop app using Electron #1

Open
nileshtrivedi opened this issue Apr 11, 2023 · 1 comment
Open

Convert into an installable desktop app using Electron #1

nileshtrivedi opened this issue Apr 11, 2023 · 1 comment

Comments

@nileshtrivedi
Copy link
Contributor

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
Copy link
Contributor Author

Electron does not support ES modules: electron/electron#21457

A plausible path is to convert entire existing code in this repo to a version supported by Electron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant