← Back to overview

Download Imprint

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.

Download Imprint v0.6.9

Released Apr 20, 2026

Release notes ↗
macOS
Download Installer
imprint-darwin-arm64.pkg · 17.6 MB
Other builds
Prefer the CLI? The .tar.gz below contains the same binary — extract and run ./bin/imprint setup.
Windows
Download Installer
imprint-windows-amd64-setup.exe · 15.4 MB
Other builds
Prefer the CLI? The .zip below contains the same binary — unzip and run bin\imprint.exe setup.
Linux
Download Archive
imprint-linux-amd64.tar.gz · 18.8 MB
Other builds
Extract the archive and run ./bin/imprint setup.

Prefer one command? The curl / PowerShell installers download the same archives and run imprint setup automatically.

What's new in v0.6.9

Full notes ↗
Show release notes

Previous versions

Last 7 stable releases. All releases on GitHub ↗

One-line install

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

Pin a version

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