cli icon indicating copy to clipboard operation
cli copied to clipboard

Make Unikube CLI as binary executable available

Open Schille opened this issue 3 years ago • 2 comments

Schille avatar Feb 17 '22 13:02 Schille

I am currently experimenting with PyInstaller https://pyinstaller.readthedocs.io/en/stable/usage.html which will compile a platform-specific binary (executable) for the CLI

Schille avatar Feb 22 '22 13:02 Schille

PyInstaller creates a binary which takes multiple seconds (on Mac > 10 s) to unfold and execute. This is probably not feasible to roll out to users.

Next attempt: https://github.com/indygreg/PyOxidizer This creates huge binaries which execute very fast (~ 500 ms)

Schille avatar Mar 07 '22 20:03 Schille