Releases: HMG-AI/HMG-public
Releases · HMG-AI/HMG-public
HMG v1.4.8
HMG v1.4.8 public release mirror.
HMG v1.4.7
HMG v1.4.7 public release mirror.
HMG v1.4.6
HMG v1.4.6 public release mirror.
HMG v1.4.5
HMG v1.4.5 public release mirror.
HMG v1.2.1
v1.2.1 — Windows Named Pipe Daemon IPC + Content Audit
Fixed
- Windows Named Pipe daemon IPC (
hmg daemon start/status/stopnow works on Windows) - HMG-public content: replaced
funcode.xinURLs, fixed private repo links, updated LICENSE to full Apache-2.0
Install
curl -fsSL https://hmg2ai.com/releases/latest/download/install.sh | shWindows (PowerShell)
irm https://hmg2ai.com/releases/latest/download/install.ps1 | iexHMG v1.2.0
HMG v1.2.0 release assets. See https://github.com/HMG-AI/HMG/releases/tag/v1.2.0 for full notes.
HMG v1.0.8
HMG v1.0.8 release. Linux x86_64 only for this patch; full 6-platform build pending GitHub Actions billing fix.
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
HMG v0.9.2 — Community Edition
HMG v0.9.2 Community Edition
Quick Install (Linux x86_64)
curl -fsSL https://github.com/HMG-AI/HMG-public/releases/latest/download/install.sh | shPlatform Support
| Platform | Status |
|---|---|
| Linux x86_64 | ✅ Available |
| Linux ARM64 | 🔜 Coming via CI |
| macOS Intel | 🔜 Coming via CI |
| macOS Apple Silicon | 🔜 Coming via CI |
Included Binaries
- hmg — CLI tool (init, doctor, daemon, TUI)
- hmg-server — MCP/HTTP memory service
- hmg-hook-worker — Event processing
Getting Started
hmg init -g
hmg doctor
hmg daemon startRequirements (Linux)
- glibc 2.31+ (Ubuntu 20.04+, Debian 11+, Fedora 32+)
- x86_64 architecture
Links
- 📖 Documentation
- 🌐 Website