Skip to content

Jitzu 0.1.45

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 18:31
· 3 commits to main since this release

Downloads

Choose your platform below:

  • jitzu-0.1.45-linux-x64.zip - Linux (x64)
  • jitzu-0.1.45-win-x64.zip - Windows (x64)
  • jitzu-0.1.45-osx-x64.zip - macOS (Intel)
  • jitzu-0.1.45-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.45-*.zip
chmod +x jz
./jz           # interactive shell
./jz script.jz # run a script

Windows

Expand-Archive jitzu-0.1.45-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