Skip to content

Memzoi v0.1.0

Choose a tag to compare

@Zokiio Zokiio released this 05 Jul 12:36
· 54 commits to main since this release

Memzoi v0.1.0 is the first public baseline for the file-native AI memory experiment.

Install on Mac or Linux:

curl -fsSL https://raw.githubusercontent.com/Zokiio/Memzoi/main/scripts/install.sh | sh

Install on Windows:

powershell -ExecutionPolicy Bypass -c "irm https://raw.githubusercontent.com/Zokiio/Memzoi/main/scripts/install.ps1 | iex"

Highlights:

  • Release binaries are attached for macOS arm64, macOS x64, Linux x64, and Windows x64.
  • Install scripts download the latest release binary by default and verify SHA-256 checksums.
  • Cargo is only required for source installs, for example make install or MEMZOI_REF=main.
  • Docusaurus docs are versioned for 0.1.0 and keep next docs available separately.
  • crates.io publishing is prepared but not yet published.