A Chrome extension + AI-powered Electron backend that automatically captures, indexes, and lets you chat with everything you read online — powered by local AI.
Internet Memory is your personal, privacy-first "Second Brain". It runs silently as a system-tray application, mediating between your browser and local AI models (Ollama).
|
|
- 💬 Chat with Memory: Ask questions about everything you've read. Get streaming responses with direct source citations.
- ✨ AI Auto-Tagging: Every memory is automatically categorized and given a "Bottom Line" summary by AI.
- 🔍 Semantic Search: Vector-based search that understands the meaning of your query, not just keywords.
- 🌙 Premium UI: A stunning, modern interface with high-quality Dark and Light mode support.
- 📦 Multi-Platform: Professional installers for Windows (MSI/EXE), Linux (DEB/AppImage), and macOS (DMG).
- 📝 Highlights: Right-click any text to save specific snippets to your permanent memory.
- Ollama: Latest version (Required for local LLM & Embeddings)
- Node.js: ≥ 20 (Only if building from source)
- Download: Grab the latest release for your OS from the Releases page.
- Setup Extension:
- Download
internet-memory-extension.zipfrom the release. - Unzip it.
- Open
chrome://extensions→ Load Unpacked → Select the unzipped folder.
- Download
- Connect: Copy the API Token from the system tray icon and paste it into the Extension Options.
# Clone and Install
git clone https://github.com/Flaxmbot/Second-Brain.git
npm install
# Run in Development mode
npm run dev
# Build for Production
npm run dist| Component | Technology |
|---|---|
| Core Framework | Electron |
| Frontend | React + Vite |
| API Server | Express |
| Database | SQL.js (SQLite WASM) |
| AI Engine | Ollama |
| Extension | Chrome Manifest V3 |