Skip to content

anki-code/xonsh-binary

Repository files navigation

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.

Available builds

Download xonsh binary from the release assets:

  • Recommended: xonsh-glibc-binary - glibc-build of xonsh 0.15.1 binary with Python 3.11 based on Nuitka.
  • Just for demo: xonsh-musl-binary - musl-build of xonsh 0.14.0 binary with Python 3.9 from python-cmake-buildsystem. SQLite3 is disabled in this build (PR is welcome!).

Drafts

In the ./drafts directory you can find drafts of Dockerfiles that is not completed.

Speed

If you're looking how to increase xonsh speed take a look into this: