Skip to content

Releases: HMG-AI/HMG-public

HMG v1.4.8

15 Jun 02:32

Choose a tag to compare

HMG v1.4.8 public release mirror.

HMG v1.4.7

13 Jun 10:18

Choose a tag to compare

HMG v1.4.7 public release mirror.

HMG v1.4.6

13 Jun 05:14

Choose a tag to compare

HMG v1.4.6 public release mirror.

HMG v1.4.5

13 Jun 03:40

Choose a tag to compare

HMG v1.4.5 public release mirror.

HMG v1.2.1

05 Jun 16:30

Choose a tag to compare

v1.2.1 — Windows Named Pipe Daemon IPC + Content Audit

Fixed

  • Windows Named Pipe daemon IPC (hmg daemon start/status/stop now works on Windows)
  • HMG-public content: replaced funcode.xin URLs, fixed private repo links, updated LICENSE to full Apache-2.0

Install

curl -fsSL https://hmg2ai.com/releases/latest/download/install.sh | sh

Windows (PowerShell)

irm https://hmg2ai.com/releases/latest/download/install.ps1 | iex

HMG v1.2.0

05 Jun 13:59

Choose a tag to compare

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

29 May 11:24

Choose a tag to compare

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

29 May 00:44

Choose a tag to compare

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 doctor

Checksum

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

26 May 14:40

Choose a tag to compare

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 | sh

Platform 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 start

Requirements (Linux)

  • glibc 2.31+ (Ubuntu 20.04+, Debian 11+, Fedora 32+)
  • x86_64 architecture

Links