XAR is a toolchain for packaging Python applications into self-contained executables (XAR files). It creates a single-file, executable archive that bundles all dependencies and runs with the system Python. The current version is 20.12.2, released in December 2020. The project appears to be in maintenance mode with infrequent releases.
pip install xarVerified import paths — ran on the pinned version, not inferred.
Creates a XAR file from a Python script and a directory.
Ensure deployment targets are Linux or macOS with Python 3.5+.
Build XAR files on the target platform.
Use the Python API from xar import XarFile instead of the xar CLI.
No dependency data recorded yet.