pyoxidizer

Package and distribute Python applications as self-contained binaries

brewmacoslinux
Try with needOr install directly
Source

About

Modern Python application packaging and distribution tool

Commands

pyoxidizer

Examples

Initialize a new PyOxidizer project$ pyoxidizer init-rust-project my-app
Build a Python application into a standalone binary$ pyoxidizer build
Build and run the application in development mode$ pyoxidizer run-build default