The proof of concept of building portable xonsh binary file.
This is the proof of concept of building xonsh binary file. This allows you to run xonsh interactive or run xonsh scripts without Python installation. Also you can include any module into the binary file and import it in xonsh.
If you like the idea click ⭐ on the repo and stay tuned.
Download xonsh binary from the release assets:
Do not try to run x86_64 binary files on Mac because it has aarch64 architecture.
In the ./drafts
directory you can find drafts of Dockerfiles that is not completed.
If you’re looking how to increase xonsh speed take a look into this: