Skip to content

Mentu Recipes v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:45
· 1 commit to main since this release

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.1/mentu-recipes-macos-arm64
chmod +x mentu-recipes
./mentu-recipes --help

Intel:

curl -fL -o mentu-recipes https://github.com/mentu-ai/mentu-recipes/releases/download/v0.2.1/mentu-recipes-macos-x86_64
chmod +x mentu-recipes
./mentu-recipes --help

Verify 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.1/checksums.txt
shasum -c checksums.txt

Expected digests for v0.2.1:

02f9b1f051c7a399a5dca7c8f940e1a59680a066b07afcf2b1ecb1b3bd924b24  mentu-recipes-macos-arm64
057f5d5a59a5c3319fb740651121bbb255252d727347ab4d84896d4b4e562be8  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-ai

A 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.

Install via Homebrew

The binary is also published through the Mentu tap at mentu-ai/homebrew-tap:

brew install mentu-ai/tap/mentu-recipes-bin

The signed and notarized macOS installer package remains available as a cask:

brew install --cask mentu-ai/tap/mentu-recipes