Skip to content

Install on Windows

  • Windows 10 version 1809 (build 17763) or higher; Windows 11 supported (x64)
  • Python 3.10+ (for the pipx path) or install from the Microsoft Store / MSIX

Section titled “Option A — Microsoft Store (recommended)”

The simplest path: install Memory Layer Pro straight from the Microsoft Store. Updates arrive automatically, and the app is sandboxed per Store policy. The app installs free; Pro and Pro+ unlock in-app (subscription billing is handled at memstrata.dev per Microsoft’s policy for desktop apps).

After install, open a terminal and run:

Terminal window
memstrata init

  1. Download the MSIX or .exe installer from the downloads page or the releases page.
  2. Double-click it. The package is signed — no SmartScreen warning.
  3. Accept the license. MemStrata installs to %LocalAppData%\MemStrata\.
  4. Open a new terminal and run memstrata init.

Terminal window
pip install --user pipx
pipx install memstrata-pro
memstrata init

Terminal window
memstrata status

Expected output:

MemStrata v5.2.x
MCP server: stopped (run 'memstrata serve' to start)
Database: C:\Users\<you>\memstrata\index.db
License: Pro (60-day trial active)

To start the MemStrata harness automatically on login, run:

Terminal window
memstrata install-service

This creates a Windows Startup entry (not a system service — it runs as your user).


Via MSI: Settings → Apps → MemStrata → Uninstall.

Via pipx: pipx uninstall memstrata-pro

Your local data (%USERPROFILE%\memstrata\) is not removed automatically. Delete it manually if you want a clean slate.