The PyOxy Python RunnerΒΆ

PyOxy is:

  • A single file Python distribution (no temporary files or virtual filesystems like SquashFS: everything is imported directly from data inside the executable).

  • An alternative implementation and re-imagination of the ubiquitous python command, enabling you to have nearly full control over how to run a Python interpreter.

  • Written in Rust, using reusable components initially built for PyOxidizer.

  • Part of the PyOxidizer umbrella project.

The official home of PyOxy is https://github.com/indygreg/PyOxidizer/. Read the (stable | latest) docs online.

Releases can be found at https://github.com/indygreg/PyOxidizer/releases.