A new home for python-build-standalone
read at source ↗ astral.sh
A new home for python-build-standalone
Source: Astral Date: 2024-12-03 URL: https://astral.sh/blog/python-build-standalone
Summary
Astral formalized its stewardship of python-build-standalone from creator Gregory Szorc, effective December 17, 2024 — though Astral had been shipping all releases since April 2024. The project produces statically-linked, portable Python distributions used by uv, Rye, and pipx. Astral has added Python 3.13 support (including free-threaded builds) and automated the 947-artifact-per-commit release process. 70M+ downloads total.
Implications
Astral now controls the Python binary layer beneath its own tools. python-build-standalone is how uv installs Python versions (uv python install 3.12). Owning that project means Astral controls the full stack from Python binary to package installer to linter to type checker. The free-threaded Python 3.13 builds are particularly significant — free-threading (PEP 703, removing the GIL) is the most consequential Python change in years, and Astral is positioned to ship toolchain support on day one. This is the same infrastructure-capture pattern as the Rye stewardship, but at a lower layer.