HMG v1.0.0 — First General Availability Release
HMG v1.0.0 GA
First General Availability release of HMG — agent-facing long-term memory kernel.
Highlights
- Three-tier edition model: Community (free) / Developer / Enterprise
- License system: ed25519 signatures, machine fingerprint binding, pure local verification
- Security hardening: 32 items resolved (AES-256-GCM storage encryption, injection detection, RBAC)
- One-Shot Recall Engine (P1-P9): all editions, full quality
- Binary hardening: stripped ELF, LTO, XOR obfuscation
Installation
curl -L https://github.com/HMG-AI/HMG-public/releases/download/v1.0.0/hmg-1.0.0-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv hmg-1.0.0-x86_64-unknown-linux-gnu/hmg /usr/local/bin/
hmg license status
hmg doctorChecksum
c756b338f8e3467c86cad6ebf4a74935cdf88780dbc8b0b26f901689a496ec6a hmg-1.0.0-x86_64-unknown-linux-gnu
Validation
- 1731 tests pass, 0 failures
- Clippy clean, fmt clean
- 11MB stripped ELF, no debug symbols
Full release notes: https://github.com/HMG-AI/HMG-public/blob/main/docs/upgrade.md