← Back to match
PyApp
Wrapper that lets Python applications bootstrap themselves at runtime, producing standalone binaries per platform.
Desktopfreeglobal
A wrapper for Python applications that bootstraps the program at runtime to produce standalone binaries for each platform, reducing the need to bundle a full interpreter or require users to install Python. PyApp includes optional management commands such as self-updating, supports self-hosted deployments, and is aimed at Python developers distributing CLI tools or maintainers who need configurable, lightweight application binaries rather than libraries.
Categories
developer tools

