Nahuali v0.6.1-beta.0
Pre-releaseNahuali 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 initTo pin this exact beta:
NAHUALI_VERSION=nahuali-cli-v0.6.1-beta.0 sh install.shEach 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.0Expected release assets:
nahuali-v0.6.1-beta.0-aarch64-apple-darwin.tar.gznahuali-v0.6.1-beta.0-x86_64-apple-darwin.tar.gznahuali-v0.6.1-beta.0-aarch64-unknown-linux-gnu.tar.gznahuali-v0.6.1-beta.0-x86_64-unknown-linux-gnu.tar.gz- one
.sha256file and one.sigstore.jsonbundle for each archive
Component versions in this release
nahuali-cli:0.6.1-beta.0nahuali-core:0.7.0-beta.0nahuali-mcp:0.6.0-beta.0nahuali-api:0.6.0-beta.0nahuali-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.mdcrates/nahuali-core/CHANGELOG.mdcrates/nahuali-mcp/CHANGELOG.mdcrates/nahuali-api/CHANGELOG.mdcrates/nahuali-regression/CHANGELOG.md