Releases: UnityInFlow/agent-memory
Releases · UnityInFlow/agent-memory
Release list
v0.0.1
agent-memory release
Tarballs built entirely on UnityInFlow org self-hosted Linux runners
via cargo zigbuild (no GitHub-hosted runners). Each tarball holds
the single agent-memory binary at its root.
Install via Homebrew (macOS + Linux)
brew install unityinflow/tap/agent-memory
Manual install
| Platform | Asset |
|---|---|
| macOS arm64 (Apple Silicon) | agent-memory-aarch64-apple-darwin.tar.gz |
| macOS x86_64 (Intel) | agent-memory-x86_64-apple-darwin.tar.gz |
| Linux x86_64 (gnu) | agent-memory-x86_64-unknown-linux-gnu.tar.gz |
| Linux aarch64 (gnu) | agent-memory-aarch64-unknown-linux-gnu.tar.gz |
| Linux x86_64 (musl, static) | agent-memory-x86_64-unknown-linux-musl.tar.gz (if present) |
| Linux aarch64 (musl, static) | agent-memory-aarch64-unknown-linux-musl.tar.gz (if present) |
Verify with SHA256SUMS.txt, extract, and run:
shasum -a 256 -c SHA256SUMS.txt --ignore-missing
tar -xzf agent-memory-<triple>.tar.gz
./agent-memory --version
Checksums
See SHA256SUMS.txt for verification.
Full Changelog: https://github.com/UnityInFlow/agent-memory/commits/v0.0.1