Best Options for a LightWeight Electronish thing

Hi Everyone:

I find myself in the situation of needing to use Electron to leverage Chromium’s accessibility properties. But i want to build a local first app, that is user service-able… Ideally i’d write the backend in something like Flask or OpenResty, but Electron itself doesn’t seem to want to let you do that.

I would also like to allow the user to change the underlying webview engine if they desire to… Person might prefer Moz , for a11y as i do. Flask-webgui seems like a start, but it doesn’t go all the way

Have you looked into Tauri? It might help with avoiding Electron.

I second Tauri. It’s a bit messy to use but it’s far more lightweight than Electron.