Memory Layer
Install

From source

What you will do

Run a development copy from this repository while keeping it isolated from any packaged install.

Steps

cargo run --bin memory -- init
cargo run --bin memory -- dev init --copy-from-global
cargo run --bin memory -- service run

In another terminal:

cargo run --bin memory -- tui

The dev profile uses different ports and runtime paths from the installed service. The TUI header includes [dev] when connected to the dev stack.

Verify

MEMORY_LAYER_PROFILE=dev cargo run --bin memory -- health
MEMORY_LAYER_PROFILE=dev cargo run --bin memory -- doctor

Next

Read Developer docs for deeper contributor workflows.

On this page