Converting a Dash App to a Desktop GUI or Standalone Executable: Are There Any Guides Available?

I’ve heard that There is Electron project which converts a web app created with Node.js into a desktop app.
Is there a method to convert a Dash app into a desktop GUI using electron? or is there any way to
make dash app to standalone executable app or (not using web for gui) ?

Thank you.

1 Like

FYI

However, I have to say that this is not a good idea, I wrote this guide only for very limited use cases, and only as a temporary solution.

Maybe you can describe your scenario briefly so that others can help you better.

Yeah you can do it pretty easily in Windows with pywebview and autopytoexe.

You can see an example here with a Flask server inside a Dash APP to show a live stream video + an explanatation how to make your .exe

It’s better to use FlaskUI than webview. I got some issue with pywebview on a Surface Tablet Windows