Streamlit Standalone App using Tauri

Hello,

Has anyone had any success implementing Streamlit with Tauri (rust) backend to turn streamlit into a standalone windows/mac app.

I have been able to successfully package streamlit with pyinstaller into a binary and run it as a Tauri binary but found that the streamlit server is never killed when the app is closed.

Thanks

2 Likes

Hi there,
I have the same question after I tried the combination of Streamlit & PyQt (over 900M). I’m looking for the function or component in Tauri that’s similar to QWebEngineView. The issues with PyQt is that for embedding web app, it needs to include chromium while Tauri adops a different and smaller one.
Best,

1 Like

Hey @giiyms did had any success with streamlit in tauri? If possible could you share steps on how to go about it.

Thanks,