Download Pudu
Pudu 0.1.0 was published on 2026-09-16. This is a pre-release: it is for writing programs and reporting what gets in the way, and the language and its standard library may still change.
Check what you downloaded
Every archive is published with the SHA-256 checksum of its contents. Check the archive against it before you unpack it, so a download that was truncated or altered is caught rather than installed.
shasum -a 256 -c pudu-0.1.0-linux-amd64.tar.gz.sha256
tar -xzf pudu-0.1.0-linux-amd64.tar.gz
export PATH="$PWD/pudu-0.1.0-linux-amd64/bin:$PATH"
pudu versionThe archive carries the standard library beside the executable, so nothing else is installed and removing the directory removes Pudu.
All archives
| OS | Arch | File | Size | SHA-256 |
|---|---|---|---|---|
| Linux | x86-64 | pudu-0.1.0-linux-amd64.tar.gz | 9.4 MB | df94cc2a450a431f326c414ec93809172bb4bd9c68c10817309ee604a025e34e |
| macOS | ARM64 | pudu-0.1.0-darwin-arm64.tar.gz | 15.7 MB | 339de9dd57d4f61d594debf917ab76f69e6f3e44140e5178889b4932f90675a9 |
Other platforms
Windows is not supported yet, and no archive is published for Linux on ARM. On a machine without an archive, build the compiler from source: the repository's README gives the steps and the versions they need.
Release notes for every version are on the releases page, and the source is on GitHub. New to the language? Start with the documentation.
