Skip to content

Releases: mentu-ai/mentu-recipes

Mentu Recipes v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:45

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

Mentu Recipes v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:15

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 --help

Intel:

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

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

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-bin

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

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

Mentu Recipes v0.1.0

Choose a tag to compare

@rashidazarang rashidazarang released this 17 May 22:25

Install

curl -fsSL https://get.mentu.ai | sh

Package

  • macOS arm64 package: mentu-recipes-0.1.0-macos-arm64.pkg
  • SHA-256: a6ab0e0125c90cb1d57361972dc9eeada229a7d9b4c8d3599388c1ada6cee560
  • Notarization: trusted by Apple notary service
  • Signing identity: Developer ID Installer

What This Is

Mentu Recipes is a source-available runner for file-based agent workflows.
It runs recipes, prompts, provider adapters, shell steps, local logs, vault and
environment credential resolution, deterministic checks, and optional Mentu API
hooks.

Boundary

This release contains the public runner layer only. Mentu private intelligence,
proprietary evaluation logic, private runtime code, confidential release
systems, and internal automation assets are not distributed in this source
package.

Verification

The release commit passed GitHub Actions CI:

  • swift build
  • swift test
  • swift run mentu-recipes scan .
  • ./scripts/release-validate.sh --source