Preview
Open Original
Vektori Memory
Your personal AI memory across all chat platforms. Save and search conversations from ChatGPT, Claude, Gemini, Perplexity, DeepSeek, and Grok.
Features
- Auto-save conversations from 6 major AI platforms
- Semantic search across all your saved conversations
- Context injection to bring relevant memories into new chats
- Privacy-first: your data is yours, authentication required
Installation
Chrome Web Store (Recommended)
Install Vektori Memory from Chrome Web Store
Manual Installation (Development)
- Clone this repository
- Open
chrome://extensions/in Chrome - Enable "Developer mode" (top right)
- Click "Load unpacked" aโฆ
Vektori Memory
Your personal AI memory across all chat platforms. Save and search conversations from ChatGPT, Claude, Gemini, Perplexity, DeepSeek, and Grok.
Features
- Auto-save conversations from 6 major AI platforms
- Semantic search across all your saved conversations
- Context injection to bring relevant memories into new chats
- Privacy-first: your data is yours, authentication required
Installation
Chrome Web Store (Recommended)
Install Vektori Memory from Chrome Web Store
Manual Installation (Development)
- Clone this repository
- Open
chrome://extensions/in Chrome - Enable "Developer mode" (top right)
- Click "Load unpacked" and select this folder
- Sign in with Google to start saving conversations
Project Structure
โโโ manifest.json # Extension configuration
โโโ background.js # Service worker (API communication)
โโโ popup.* # Extension popup UI
โโโ sidepanel/ # Side panel for context injection
โโโ content/ # Content scripts (one per AI platform)
โโโ parsers/ # DOM parsers (extract conversations)
โโโ shared/ # Shared utilities (API client, config)
โโโ styles/ # CSS stylesheets
โโโ assets/ # Icons and logos
Development
# Install dependencies
npm install
# Run tests
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with coverage
npm run test:coverage
Contributing
See CONTRIBUTING.md for guidelines.
Security
See SECURITY.md for our security policy.
License
MIT License - see LICENSE
Links
- Chrome Web Store: Install Extension
- Website: vektori.cloud
- Issues: GitHub Issues
- Contact: vektori.cloud@gmail.com