aicoolies logo

Memvid

Single-file memory layer replacing complex RAG for AI agents

Share
open-sourceOpen Source
Visit Website →

Memvid is an open-source single-file memory system for AI agents with 13,700+ GitHub stars. It replaces complex RAG infrastructure with instant retrieval from portable .mv2 files, claiming 35% accuracy improvement over state-of-the-art on LoCoMo benchmarks with 0.025ms P50 latency. Available for Python, Node.js, Rust, and CLI.

Memvid tackles the AI agent memory problem by storing and retrieving knowledge through a single portable file format rather than requiring database infrastructure. The .mv2 format encapsulates embeddings, metadata, and retrieval indexes in one file that can be shared, versioned, and deployed without managing servers, vector databases, or complex indexing pipelines. This architectural simplicity makes it practical for developers who need agent memory without the operational overhead of maintaining RAG infrastructure.

Performance benchmarks show 35% accuracy improvement over state-of-the-art approaches on the LoCoMo long-context memory benchmark, with P50 retrieval latency of just 0.025 milliseconds. The system works fully offline and is model-agnostic, meaning it can be paired with any LLM provider. Time-travel debugging allows developers to inspect how agent memory evolves over conversations, while capsule versioning enables snapshotting and rolling back memory states.

Available as SDKs for Python, Node.js, and Rust plus a command-line interface, Memvid integrates into existing agent architectures with minimal code changes. The v2.0 release brought significant improvements in compression efficiency and retrieval accuracy. With 13,700+ stars and 1,100 forks, the project has gained viral traction among developers building production agent systems who want memory capabilities without the complexity of standing up and maintaining separate vector database infrastructure.

Pricing

Free and open-source (Apache 2.0)

Platforms

Python, Node.js, Rust, CLI; offline-capable; cross-platform

Categories

Tags

Use Cases

Alternatives

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Superserve logo

Superserve

Open-source Firecracker sandboxes for long-running AI agents

Superserve is an open-source sandbox infrastructure layer for AI agents that need durable computers instead of short-lived shells. It runs isolated Firecracker microVMs, supports pause, resume, snapshot, fork, preview URLs, MCP connectivity, SDK/API control, Docker workloads, and self-hosting, while the hosted service adds pay-as-you-go agent sandboxes for teams.

open-sourceOpen Source

Anthropic Agent Skills

Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities

Anthropic Agent Skills is Anthropic's official reference repo and Claude Code plugin marketplace for reusable Skill folders. It packages example SKILL.md workflows, document skills, a Claude API skill, templates, and the Agent Skills spec so teams can turn repeatable instructions, scripts, and resources into on-demand Claude capabilities instead of copying prompts across sessions.

freeTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source
eve vercel

eve by Vercel

Filesystem-first framework for durable AI agents

Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.

open-sourceOpen Source