Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:26

Checksums (SHA256)

089bd30b42bac19bb69c5aeb22c828406c6a8c8b2da3869ca25a157cdfde1929  ai-memory-linux-aarch64.tar.gz
d0773f5ab6fee7dca8ea125ddc2bf1df4bd1b911998579d8da96e42892566d50  ai-memory-linux-x86_64.tar.gz
ea71cf079e087db9e313c150c997bbafec6f695954d4d2522c17491ae9348f39  ai-memory-macos-aarch64.tar.gz
c983a377eaa28a5ad956117a1de7e24bac91d6b590f71f6c564d6e3a2da9189b  ai-memory-macos-x86_64.tar.gz
b3c6194862f6f93e4ddf13e4f8af254bf8173cb273afa9ae2daf90d1d35c1a5b  ai-memory-windows-x86_64.zip

Install

# Arch Linux (AUR)
yay -S ai-memory-bin      # prebuilt Linux x86_64/aarch64 binary
yay -S ai-memory          # builds from source

# Docker
docker pull akitaonrails/ai-memory:1.8.0

# macOS aarch64/x86_64 (no toolchain): download the matching ai-memory-macos-<arch>.tar.gz below,
# extract it, and follow the bundled docs/macos.md.

# Windows x86_64 (no toolchain): download ai-memory-windows-x86_64.zip below,
# extract it, and follow the bundled docs/windows.md.

# From source
cargo install --git https://github.com/akitaonrails/ai-memory --tag v1.8.0