Memory Layer
Install

Install

Install Memory Layer, configure PostgreSQL with pgvector, and initialise your first project.

  1. Install the package or run from source

    Use the platform page for Linux, macOS, or Cargo-based development.

  2. Configure global settings

    Run memory wizard --global and keep secrets out of the repository.

  3. Configure the project

    Run memory wizard --dry-run, review the planned files, then run memory wizard.

  4. Start and verify the service

    Run memory doctor, memory health, and memory status --project <project-slug>.

Common paths

Verify

memory doctor
memory health
memory tui

Next

Read PostgreSQL and pgvector, then Project wizard.

On this page