Downloads
Choose your platform below:
- jitzu-0.1.28-linux-x64.zip - Linux (x64)
- jitzu-0.1.28-win-x64.zip - Windows (x64)
- jitzu-0.1.28-osx-x64.zip - macOS (Intel)
- jitzu-0.1.28-osx-arm64.zip - macOS (Apple Silicon)
What's Inside
Each zip contains jz — the unified Jitzu interpreter and shell.
Quick Start
Linux / macOS
unzip jitzu-0.1.28-*.zip
chmod +x jz
./jz # interactive shell
./jz script.jz # run a script
Windows
Expand-Archive jitzu-0.1.28-win-x64.zip
.\jz.exe # interactive shell
.\jz.exe script.jz # run a script
Package Managers
Windows (Scoop)
scoop bucket add jitzu https://github.com/jitzulang/jitzu
scoop install jz
Arch Linux (AUR)
yay -S jz-bin