Install
macOS
What you will do
Install Memory Layer through Homebrew or the native .pkg, configure global and
project settings, and verify the service.
Homebrew
brew tap 3vilM33pl3/memory https://github.com/3vilM33pl3/memory
brew install 3vilM33pl3/memory/memory-layer
memory wizard --global
cd /path/to/project
memory wizard --dry-run
memory wizard
memory service enable
memory doctor
memory health
memory tuiFor unreleased changes, use:
brew install --HEAD 3vilM33pl3/memory/memory-layerNative .pkg
GitHub Releases publish separate native installers:
- Intel Mac:
memory-layer-<version>-macos-x86_64.pkg - Apple Silicon Mac:
memory-layer-<version>-macos-aarch64.pkg
Download the package for your Mac, run it, then continue with the same setup commands:
memory wizard --global
cd /path/to/project
memory wizard --dry-run
memory wizard
memory service enable
memory doctor
memory health
memory tuiIf a release notes that the .pkg is unsigned, macOS may require an explicit
Open action from Finder or System Settings. Homebrew remains the preferred path
when you want the fewest Gatekeeper prompts.
Verify
memory --version
memory service status
memory status --project <project-slug>Next
Read PostgreSQL and pgvector and Project wizard.
