About MemoV

MemoV DemoMemoV Demo
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
    code
    .mem
    timeline keeps your
    code
    .git
    clean
  • Visual History — Browse your entire AI coding journey

Technology Stack

Diagram Preview
Click anywhere on the diagram to open interactive canvas

CLI Installation

If you want to use the
code
mem
CLI tool directly:

One-Line Install

bash
curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash

Package Managers

Homebrew (macOS/Linux):
bash
brew tap memovai/mem brew install memov
APT (Debian/Ubuntu):
bash
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 mem
From Source:
bash
git clone https://github.com/memovai/memov.git cd memov uv sync uv pip install -e . mem --help

License

MIT License