About MemoV

MemoV 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
.memtimeline keeps your.gitclean - Visual History — Browse your entire AI coding journey
Technology Stack
CLI Installation
If you want to use the mem CLI tool directly:
One-Line Install
curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bashPackage Managers
Homebrew (macOS/Linux):
brew tap memovai/mem
brew install memovAPT (Debian/Ubuntu):
echo "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 memFrom Source:
git clone https://github.com/memovai/memov.git
cd memov
uv sync
uv pip install -e .
mem --helpLinks
- GitHub Repository (opens in a new tab)
- Discord Community (opens in a new tab)
- Website (opens in a new tab)
License
MIT License