npm install -g memloom # Node 20 or latermemloom init # creates ~/.memloom, starts the daemon
The CLI is a thin client. Every command talks to the daemon over HTTP on 127.0.0.1:4319 and
starts it if it is not running, so the CLI, agents and the viewer share one store with no lock
conflicts.
Try without installing
npx memloom@latest <command>. Pin @latest so npx does not reuse a stale copy.
Self-documenting
memloom help lists everything. memloom help save explains one.
Configure once
~/.memloom/config.env. Set OPENROUTER_API_KEY and restart for cloud mode.