A local-first CLI tool that syncs WhatsApp messages via wacli into SQLite, indexes them with OpenAI embeddings (text-embedding-3-small), and provides semantic RAG-style question answering. Version 0.1.3, early stage. Key differentiators: data stays on your machine, no cloud storage; uses wacli for WhatsApp pairing and export; combines vector search with virtual filesystem grep for enriched retrieval; supports chat, ask, search, send, react, and file operations via terminal or web server. Requires Node.js 22+, OpenAI API key, and wacli (Homebrew).
npm install wa-memoryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the CLI globally, runs the interactive first-run wizard to pair WhatsApp and set up OpenAI, then syncs messages and demonstrates the ask and chat commands.
Install wacli separately: brew install steipete/tap/wacli
Update Node.js to version 22 or newer
Use 'wa-memory setup --phone +1234567890' for phone-code pairing
Run: npm install -g wa-memory
Run: npm install -g wa-memory (or npx wa-memory) to trigger rebuild
Run: brew install steipete/tap/wacli