Skip to content
Zoran Simic edited this page Jun 23, 2026 · 3 revisions

Portable Python

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).

Documentation

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.

Clone this wiki locally