1Password for Your AI Memories

One encrypted vault for all your agent memories. Local-first. Private. Forever yours.

✅ Local-first
🔐 End-to-end encrypted
📱 macOS & iOS
📤 Export anytime

Why AgentVault?

Solve the fragmentation of AI agent memories with a single source of truth

🏠

Local-First

Your memories stay on your device. No cloud required. Your laptop, your phone—your rules.

🔒

Encrypted

Military-grade encryption (libsodium). You hold the keys. Even we can't read your memories.

🎯

Unified Search

Semantic search across all your agent memories. Find what you meant, not just what you typed.

📤

Exportable

Your data in JSON, Markdown, or raw SQLite. Leave anytime with everything you've ever learned.

🤖

AI-Ready

Built for Claude, ChatGPT, OpenClaw, and custom agents. Works with any AI system.

Fast & Responsive

Instant semantic search with local embeddings. No latency. No waiting. Just memories.

How It Works

Three simple steps to unified agent memory

1

Add Memories

Your AI agents automatically log memories about your preferences, projects, and insights.

2

Search Semantically

Find memories by meaning. "What did Claude say about databases?" Not just keywords.

3

Inject Context

Agents read from your vault to understand you better. Richer conversations. Better help.

Get AgentVault

Available now for desktop. iOS coming soon.

🖥️ macOS

Universal binary (Intel & Apple Silicon)

Download

🐧 Linux

AppImage & native packages

Download

📱 iOS

SwiftUI native app

Coming Soon

Also available via command line:

brew install agentvault

Frequently Asked Questions

Is my data really private?
Yes. Everything is encrypted end-to-end using libsodium. Your encryption keys never leave your device. We use zero-knowledge architecture—even our servers can't access your data. We're open-source, so you can audit our code.
Do I need an account?
No. AgentVault works entirely offline. By default, everything stays local. You can optionally enable CloudKit sync on Apple devices, but it's encrypted end-to-end and completely optional.
Can I export all my data?
Absolutely. Export as JSON, Markdown, or raw SQLite. Your data is yours. You can leave anytime and take everything with you.
How do semantic searches work?
AgentVault generates semantic embeddings (vector representations of meaning) locally using privacy-first models. You can optionally use OpenAI or HuggingFace's embeddings if you prefer. Searches use cosine similarity to find memories by meaning, not just keywords.
Which AI agents are supported?
Native integrations with Claude, OpenClaw, and ChatGPT. The CLI works with any AI system. Custom integrations via our HTTP API or direct SQLite access.
Is AgentVault open-source?
Yes. MIT license. Desktop (Tauri/Rust) and iOS (SwiftUI) are both open-source on GitHub. Audit the code, fork it, contribute—it's yours.
Does it work offline?
Completely. All search, encryption, and memory operations happen locally. Sync (if enabled) works when you have internet, but AgentVault functions fully offline.
What about sync between devices?
On Apple devices (macOS + iOS), optional CloudKit sync with end-to-end encryption. Android and cross-platform sync coming soon. Manual export/import works everywhere.