Skip to content

cosmo-python

Standalone versioned Cosmopolitan Python builds.

Why?

  • Single portable binary: runs on Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD
  • Multiple Python versions: 3.10 through 3.14 available
  • Verified supply chain: all upstream sources integrity-checked (SHA256, GPG, Sigstore)
  • Attested releases: weekly update checks, validated builds, verifiable artifacts
  • ~45MB self-contained: no installation, no dependencies, no container

See Limitations for known differences from standard CPython.

Usage

Download and run:

curl -LO https://github.com/metaist/cosmo-python/releases/latest/download/python-3.14.2-cosmo.com
chmod +x python-3.14.2-cosmo.com
./python-3.14.2-cosmo.com --version

Acknowledgments

This project builds upon the excellent work of:

License

MIT License