Memzoi v0.1.0
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 | shInstall 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 installorMEMZOI_REF=main. - Docusaurus docs are versioned for
0.1.0and keepnextdocs available separately. - crates.io publishing is prepared but not yet published.