How to create standalone applications for Windows with a [G]UI in Julia 1.11 or 1.12

Please consider AppBundler.jl:

Note it bundles into one “installer-file”, it doesn’t precompile, but rather relies on Julia precompiling from the source code you distribute. I haven’t used it but I understand it might be even better on Windows than on Linux I use.

For the GUI you can consider GitHub - Clemapfel/Mousetrap.jl: Finally, a GUI Engine made for Julia though there are also other options.

And FYI:

2 Likes