Skip to content

Nahuali v0.6.1-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:46
0f80d03

Nahuali v0.6.1-beta.0 is a prerelease of the CLI distribution for Nahuali: local-first memory for AI agents that shows its evidence and can prove its event history was not silently rewritten.

This release targets the public beta channel. It is suitable for testing the local CLI, MCP stdio server, local API binary, and the governance checks that ship with the repository.

Highlights

  • Evidence-backed recall: recall results carry support, health signals, and an authority decision so callers can see why a memory is trusted, advisory, stale, or blocked.
  • Tamper-evident history: the CLI, MCP server, and local API builds write hash-chained records by default; optional attestation support verifies signed chain tips.
  • Inspection commands: trust-report, ledger audit, temporal recall filters, self-inspection, and review workflows are available from the local toolchain.
  • Reproducible governance checks: regression fixtures cover provenance coverage, ledger integrity, recall boundaries, and release-install behavior.
  • Signed binary channel: release archives are built for macOS and Linux on x86_64 and arm64, with SHA-256 checksums and Sigstore bundles for each archive.

Install

Download and inspect the installer, then run it:

curl -fsSLO https://raw.githubusercontent.com/Arakiss/nahuali/main/scripts/install.sh
sh install.sh
nahuali demo
nahuali init

To pin this exact beta:

NAHUALI_VERSION=nahuali-cli-v0.6.1-beta.0 sh install.sh

Each platform archive contains:

bin/nahuali
bin/nahuali-mcp
bin/nahuali-api
MANIFEST.txt

Verify the release

From a checkout of this repository:

bash scripts/check-release-assets.sh --tag nahuali-cli-v0.6.1-beta.0
bash scripts/verify-release.sh --tag nahuali-cli-v0.6.1-beta.0

Expected release assets:

  • nahuali-v0.6.1-beta.0-aarch64-apple-darwin.tar.gz
  • nahuali-v0.6.1-beta.0-x86_64-apple-darwin.tar.gz
  • nahuali-v0.6.1-beta.0-aarch64-unknown-linux-gnu.tar.gz
  • nahuali-v0.6.1-beta.0-x86_64-unknown-linux-gnu.tar.gz
  • one .sha256 file and one .sigstore.json bundle for each archive

Component versions in this release

  • nahuali-cli: 0.6.1-beta.0
  • nahuali-core: 0.7.0-beta.0
  • nahuali-mcp: 0.6.0-beta.0
  • nahuali-api: 0.6.0-beta.0
  • nahuali-regression: 0.3.0-beta.0

Beta limits

Nahuali is still prerelease software. There is no hosted service, no accounts or teams, no billing, no managed sync, and no stable 1.0 API guarantee yet. The supported public path is local-first usage through the repository, installer, and release archives.

Changelog

See the crate changelogs in this tag for the detailed Release Please entries:

  • crates/nahuali-cli/CHANGELOG.md
  • crates/nahuali-core/CHANGELOG.md
  • crates/nahuali-mcp/CHANGELOG.md
  • crates/nahuali-api/CHANGELOG.md
  • crates/nahuali-regression/CHANGELOG.md