Mentu Recipes v0.2.0
Mentu Recipes is a source-available runner for file-based agent workflows: you define recipes in .mentu/recipes, keep reusable prompts in .mentu/prompts, and run them locally against OpenAI, Claude, OpenAI-compatible providers, local model servers, or shell steps. This release ships the mentu-recipes command line runner as a macOS binary for Apple Silicon and Intel.
Install
Apple Silicon:
curl -fL -o mentu-recipes https://github.com/mentu-ai/mentu-recipes/releases/download/v0.2.0/mentu-recipes-macos-arm64
chmod +x mentu-recipes
./mentu-recipes --helpIntel:
curl -fL -o mentu-recipes https://github.com/mentu-ai/mentu-recipes/releases/download/v0.2.0/mentu-recipes-macos-x86_64
chmod +x mentu-recipes
./mentu-recipes --helpVerify what you downloaded
These binaries were built by GitHub Actions from the tagged source of this repository, and each one carries a signed build provenance attestation. You do not have to trust our word for where the binary came from: you can check it yourself.
Check the digest:
curl -fLO https://github.com/mentu-ai/mentu-recipes/releases/download/v0.2.0/checksums.txt
shasum -c checksums.txtExpected digests for v0.2.0:
1c3d0cf8c291ee43528d26ea3e7cc3fd5c08658ef2853f0ae306b99968f8fbba mentu-recipes-macos-arm64
10534355a325cc57d0fba9e38623cac4443ffd29095cc925f5f4aa3f37a11c9d mentu-recipes-macos-x86_64
Check the build provenance, which ties the binary to the workflow, repository, and commit that produced it:
gh attestation verify mentu-recipes-macos-arm64 --owner mentu-aiA passing result means the binary you hold was produced by this repository's release workflow at this tag, and not rebuilt or substituted by anyone afterwards.
Coming next
The progress renderer has received a structural upgrade that is not part of this release. It ships in the next patch release.
Install via Homebrew
The binary is also published through the Mentu tap at mentu-ai/homebrew-tap:
brew install mentu-ai/tap/mentu-recipes-binThe signed and notarized macOS installer package remains available as a cask:
brew install --cask mentu-ai/tap/mentu-recipes