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 runIn another terminal:
cargo run --bin memory -- tuiThe 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 -- doctorNext
Read Developer docs for deeper contributor workflows.