Pudu programming language
Menu
download

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.

Linux

x86-64 · Intel or AMD 64-bit

Download 9.4 MB

pudu-0.1.0-linux-amd64.tar.gz

macOS

ARM64 · Apple silicon

Download 15.7 MB

pudu-0.1.0-darwin-arm64.tar.gz

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 version

The archive carries the standard library beside the executable, so nothing else is installed and removing the directory removes Pudu.

All archives

OSArchFileSizeSHA-256
Linuxx86-64pudu-0.1.0-linux-amd64.tar.gz9.4 MBdf94cc2a450a431f326c414ec93809172bb4bd9c68c10817309ee604a025e34e
macOSARM64pudu-0.1.0-darwin-arm64.tar.gz15.7 MB339de9dd57d4f61d594debf917ab76f69e6f3e44140e5178889b4932f90675a9

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.