-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Zoran Simic edited this page Jun 23, 2026
·
3 revisions
portable-python is a CLI and Python library that compiles portable CPython binaries from source - statically linked and relocatable, so the result can be unpacked into any folder and run with no installer (Linux and macOS).
The documentation now lives in the repository, as a small self-contained knowledge bundle:
→ docs/
Start at docs/index.md; it covers the overview and build flow, the architecture, the CLI, the external modules, configuration, and developer guides.
For installation and a quick start, see the README.