./python
is a 2.5KB single-file CPython distribution you can check into a repository:
dotslash-python-demo.mp4
- install dotslash:
brew install dotslash
orcargo install dotslash
- download one of the files from latest
release:
curl -L https://github.com/zsol/dotslash-python/releases/latest/download/cpython-3.13 -o python
- run it:
chmod +x python && ./python
It's a really simple, cross-platform way to pin a project to a particular Python version.
The files in our releases are dotslash descriptors. When executed, dotslash (via a shebang on linux/mac or a companion exe on Windows) downloads and extracts the right version of Python that's appropriate for your machine's architecture, and runs the interpreter inside it.
The descriptors themselves point to the awesome standalone Python builds releases, and pick the most optimized, "install only" distribution for each of the supported platforms.