Skip to content

Nahuali v0.8.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:45
34f56f0

Nahuali v0.8.0-beta.2 is a prerelease of the local trust layer for agent memory.
Every recall can carry its evidence and a deterministic verdict, and the ledger
can prove whether its recorded history was rewritten.

Why upgrade

This beta keeps the published product, its benchmark evidence, and the exact
source tag aligned. It also prevents old and new embedded engine versions from
opening the same local store without a clear recovery path.

Changes

New

  • make governed recall visible end to end (56fdb14)
  • make the TUI mascot crisp and reliably visible (94caaef)

Fixed

  • keep the mascot asset within release limits (ab16d31)
  • render curated notes from generated changelogs (84d8d8f)

Breaking changes and migration

This beta introduces no new memory-envelope migration. Existing version 1 and
version 2 records remain readable. After upgrading, restart every long-lived
nahuali-mcp host before using the CLI against the same local store.

Install

curl -fsSL https://raw.githubusercontent.com/Arakiss/nahuali/main/scripts/install.sh | sh
nahuali demo
nahuali explore

To pin this release, set NAHUALI_VERSION=v0.8.0-beta.2 before running the installer.

Verify the release

bash scripts/check-release-assets.sh --tag v0.8.0-beta.2 --require-sbom
bash scripts/verify-release.sh --tag v0.8.0-beta.2

The release contains four platform archives, mandatory SHA-256 checksums,
Sigstore bundles, GitHub artifact attestations, and one CycloneDX SBOM.

Beta limits

  • No stable 1.0 API guarantee yet.
  • No hosted service, accounts, teams, billing, managed sync, or managed uptime.
  • Nahuali evaluates evidence and memory health. It does not claim that recalled
    information is objectively true.

Full changelog

See CHANGELOG.md
for the product history. Crate changelogs are technical appendices only.