Hacker News new | ask | show | jobs
by dboreham 791 days ago
Not binaries, but I've had success with Shiv[1] which builds a Python application into a single-file package that can be run on any machine provided it has the Python binary installed (but not much else). We use it to ship products that run as-is on both Linux (including WSL2) and macos.

[1] https://shiv.readthedocs.io/en/latest/