Install
Quick Start
Without Installing
Run without global installation:Environment Variables
Optional configuration:| Variable | Description |
|---|---|
MEMVID_API_KEY | Dashboard API key for sync |
OPENAI_API_KEY | OpenAI for LLM synthesis |
GROQ_API_KEY | Groq for fast synthesis |
ANTHROPIC_API_KEY | Claude for synthesis |
No API keys required to get started. Memvid works offline with local search and the built-in TinyLlama model.
Updating
Troubleshooting
Command Not Found
Command Not Found
Make sure npm global bin is in your PATH:
Permission Denied (macOS)
Permission Denied (macOS)
If macOS blocks the binary:
- Go to System Settings > Privacy & Security
- Click “Allow Anyway” next to the blocked app
System Requirements
| Platform | Requirement |
|---|---|
| Node.js | 14+ |
| macOS | 11+ (ARM64 or x86_64) |
| Linux | glibc 2.17+ (x86_64 or ARM64) |
| Windows | 10+ (x86_64) |