About

About MemoV

MemoV 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 .mem timeline keeps your .git clean
  • 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 | bash

Package Managers

Homebrew (macOS/Linux):

brew tap memovai/mem
brew install memov

APT (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 mem

From Source:

git clone https://github.com/memovai/memov.git
cd memov
uv sync
uv pip install -e .
mem --help

Links

License

MIT License