Skip to content

Installation

Requires Zig 0.14 or later:

Terminal window
git clone https://github.com/HelgeSverre/jake.git
cd jake
zig build -Doptimize=ReleaseFast

The binary is at zig-out/bin/jake. Copy it to your PATH:

Terminal window
cp zig-out/bin/jake ~/.local/bin/
# or
sudo cp zig-out/bin/jake /usr/local/bin/

Download from GitHub Releases for:

  • Linux (x86_64, aarch64)
  • macOS (x86_64, aarch64/Apple Silicon)
  • Windows (x86_64)
Terminal window
jake --version

Jake doesn’t currently provide shell completions, but recipe names work well with basic tab completion in most shells.