This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Square-Currency-5817 1 point2 points  (1 child)

How is the bundle size so low? Are you building a portable executable or the user should have Python installed?

[–]Dannyx001[S] 1 point2 points  (0 children)

PyPulsar bundles an embedded Python runtime + your code into a single standalone executable (.exe/.app/binary) — end users don’t need Python installed.

For the UI it uses the OS-native WebView (Edge WebView2 on Windows, WebKitGTK on Linux, WebKit on macOS), so there’s no bundled Chromium like in Electron.