Install on macOS
Requirements
Section titled “Requirements”- macOS 12 Monterey or later
- Apple Silicon (M1/M2/M3) or Intel x64
Option A — Notarized DMG (recommended)
Section titled “Option A — Notarized DMG (recommended)”- Download
memstrata-pro-5.2.x-mac-universal.dmgfrom the releases page. - Open the DMG and drag MemStrata.app to
/Applications. - On first launch, macOS will verify the notarization — no Gatekeeper warning.
- Open Terminal and run:
memstrata initThe DMG installer adds memstrata to your PATH automatically.
Option B — Homebrew (coming in v5.3)
Section titled “Option B — Homebrew (coming in v5.3)”brew install memstrata/tap/memstrata-proOption C — pipx
Section titled “Option C — pipx”pip3 install pipxpipx install memstrata-promemstrata initVerify the install
Section titled “Verify the install”memstrata statusExpected output:
MemStrata v5.2.xMCP server: stopped (run 'memstrata serve' to start)Database: ~/memstrata/index.dbLicense: Pro (60-day trial active)Auto-start with Login
Section titled “Auto-start with Login”memstrata install-serviceThis creates a LaunchAgent plist at ~/Library/LaunchAgents/dev.memstrata.harness.plist. The harness starts on login and restarts on crash.
Uninstall
Section titled “Uninstall”memstrata uninstall # removes LaunchAgent and CLI symlinksrm -rf /Applications/MemStrata.app# Optional: remove local datarm -rf ~/memstrata/