Installation
From Source (Recommended)
Section titled “From Source (Recommended)”Requires Zig 0.14 or later:
git clone https://github.com/HelgeSverre/jake.gitcd jakezig build -Doptimize=ReleaseFastThe binary is at zig-out/bin/jake. Copy it to your PATH:
cp zig-out/bin/jake ~/.local/bin/# orsudo cp zig-out/bin/jake /usr/local/bin/Pre-built Binaries
Section titled “Pre-built Binaries”Download from GitHub Releases for:
- Linux (x86_64, aarch64)
- macOS (x86_64, aarch64/Apple Silicon)
- Windows (x86_64)
Verify Installation
Section titled “Verify Installation”jake --versionShell Completion
Section titled “Shell Completion”Jake doesn’t currently provide shell completions, but recipe names work well with basic tab completion in most shells.