Hacker News new | ask | show | jobs
by fastball 2078 days ago
How big are your binaries?
2 comments

I packaged with a very simple script with a couple of dependencies with 0.7 and it's ~84 Mb: https://github.com/kissgyorgy/cloudflare-dyndns
Ooof that's a lot. PyInstaller is considerably lower than that (~60 MB for a full desktop application including PyQt, NumPy and a plotting toolkit)
A simple CLI with only a few commands and not many dependencies is 56M here.