What's Changed
- fix: installer builds and packaged by @alexandruleca in https://github.com/alexandruleca/imprint-memory-layer/pull/27
Full Changelog: https://github.com/alexandruleca/imprint-memory-layer/compare/v0.6.8...v0.6.9
Pick the build for your OS. Native installers land in upcoming releases — today's builds ship as portable archives containing the imprint binary plus setup scripts.
Released Apr 20, 2026
.tar.gz below contains the same binary — extract and run ./bin/imprint setup..zip below contains the same binary — unzip and run bin\imprint.exe setup../bin/imprint setup.
Prefer one command? The curl / PowerShell installers download the same archives and run imprint setup automatically.
Full Changelog: https://github.com/alexandruleca/imprint-memory-layer/compare/v0.6.8...v0.6.9
Last 7 stable releases. All releases on GitHub ↗
| Version | Downloads | Notes |
|---|---|---|
| v0.6.8 | Notes ↗ | |
| v0.6.7 | Notes ↗ | |
| v0.6.6 | Notes ↗ | |
| v0.6.5 | Notes ↗ | |
| v0.6.4 | Notes ↗ | |
| v0.6.3 | Notes ↗ | |
| v0.6.2 | Notes ↗ |
Built from dev branch on every merge. Not recommended unless you know what you're testing.
| v0.6.8-dev.65 | Notes & assets ↗ |
| v0.6.8-dev.64 | Notes & assets ↗ |
| v0.6.7-dev.63 | Notes & assets ↗ |
| v0.6.7-dev.62 | Notes & assets ↗ |
| v0.6.7-dev.61 | Notes & assets ↗ |
Fetches the archive above, sets up Python venv, registers MCP, drops imprint on your PATH.
curl -fsSL https://raw.githubusercontent.com/alexandruleca/imprint-memory-layer/main/install.sh | bash irm https://raw.githubusercontent.com/alexandruleca/imprint-memory-layer/main/install.ps1 | iex Same installer, any tag from the table above:
IMPRINT_VERSION=v0.6.9 curl -fsSL .../install.sh | bash Or dev channel:
IMPRINT_CHANNEL=dev curl -fsSL .../install.sh | bash