any way to export solara app as an executable app?
It's not about deploying the app, but some method to make it an executable app. something simpler for the client other than installing python, libraries and source codes
7 Replies
Hey @Lidio! We have been working on this lately, and it should be possible soon using
pyinstaller
. You can follow this PR to stay up to date on the progress!maartenbreddels
<:pull_open:882464248721182842> [widgetti/solara] feat: support and test pyinstaller
This also required an upgrade of codespell to support per-line ignoring of words.
Created
very interesting! I'm looking forward to it 🙋♂️
@Lidio which OS do you want to do this for?
I'm going to use Ploomber Cloud, so Linux I guess
I am not sure we are understanding each other. You want to create a standalone executable right? For windows, osx, Linux or some/all of those? I don’t understand the relationship with ploomber?
Sorry, I ended up getting confused. For Windows, actually.