About MemoV
MemoV DemoMemoV is the memory layer for AI coding agents - traceable, Git-powered memory that auto-versions your prompts, context, and code diffs.
Why MemoV?
- Persistent Memory — Your AI coding sessions persist across time
- Branch Exploration — Try different solutions, jump between branches
- Full Traceability — Every prompt → plan → code change is captured
- Zero Git Pollution — Shadow
timeline keeps yourcode.mem
cleancode.git - Visual History — Browse your entire AI coding journey
Technology Stack
Diagram PreviewClick anywhere on the diagram to open interactive canvas
CLI Installation
If you want to use the
CLI tool directly:codemem
One-Line Install
bashcurl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash
Package Managers
Homebrew (macOS/Linux):
bashbrew tap memovai/mem brew install memov
APT (Debian/Ubuntu):
bashecho "deb [trusted=yes] https://memovai.github.io/memov/apt stable main" | sudo tee /etc/apt/sources.list.d/mem.list sudo apt update sudo apt install mem
From Source:
bashgit clone https://github.com/memovai/memov.git cd memov uv sync uv pip install -e . mem --help
Links
License
MIT License