Hacker News new | ask | show | jobs
by eatonphil 1255 days ago
You don't even need that: https://github.com/vercel/pkg.

I think there are equivalents in the Python ecosystem.

1 comments

I have used PyInstaller for this before, which has the major caveat of it not being a cross-platform solution. You can only build binaries for the platform you're currently on. However, you can work around this by configuring GitHub Actions to build binaries for you for Windows, macOS (x86) and Linux.