Prerequisites
- Python 3.11 or later (for
pipxinstall) or Homebrew (for the Homebrew tap) - At least one supported AI coding client already installed on your machine
No LLM API key required. Slowave’s memory core uses local embeddings and deterministic operations. It never calls an external LLM for retrieval or maintenance.
Installation and setup
Supported clients
slowave setup only configures clients it detects on your machine. Detection checks whether each client’s config directory exists.
Your first agent task
Once setup completes, your agent will automatically follow the Slowave lifecycle. Here’s what happens during a typical task:Open the dashboard
After a few tasks, open the local dashboard to inspect what Slowave has learned about your project:What to do next
Installation reference
Full reference for per-client setup, manual steps, files modified, service management, runtime data location, and removal.
How it works
Deep-dive into the five-verb MCP lifecycle, memory types, background consolidation, and how salience and feedback evolve memory over time.
