Releases: off-grid-ai/desktop
Releases · off-grid-ai/desktop
0.0.5
0.0.4
What's Changed
Full Changelog: v0.0.3...v0.0.4
0.0.3
What's Changed
- chore: bump version to 0.0.3 [skip ci] (f25e68f)
- feat: add editable prompts section to Settings (5a37463)
- feat: display AI-generated names for memory records (7b1c8ef)
- fix: add error handling and live progress to master memory regeneration (78ab4da)
- feat: add preload bridge for prompts API and master memory progress (e24fc94)
- fix: enable GPU offloading and replace fetch with node http module (bdf4a84)
- feat: replace hardcoded prompts with template system and fix regeneration (9f86086)
- feat: add deleteSetting and memory name column migration (014cdf0)
- feat: extract hardcoded prompts into editable template registry (5c15dff)
Full Changelog: v0.0.2...v0.0.3
0.0.2
v0.0.1
My Memories - v0.0.1
Initial Release | February 6, 2026
What is My Memories?
My Memories is a personal AI knowledge base that runs 100% offline. It captures your conversations from AI assistants like ChatGPT, Claude, Gemini, Perplexity, and Grok—then transforms them into a searchable, connected knowledge graph.
Your data never leaves your machine.
Features
Multi-Source Capture
- Automatically imports conversations from ChatGPT, Claude Desktop, Claude (browser), Gemini, Perplexity, and Grok
- Background monitoring captures chats as you use your AI assistants
- No manual export or import needed
Intelligent Extraction
- Local LLMs extract memories, entities, and facts from every conversation
- Identifies people, concepts, technologies, and relationships
- Creates rich, searchable context automatically
3D Knowledge Graph
- Interactive visualization connects entities across all conversations
- See how concepts, people, and ideas relate to each other
- Zoom, pan, and navigate your knowledge network
- Search and focus on specific entities
Memory Chat
- Ask questions about your past conversations
- Get AI-powered answers grounded in your actual chat history
- RAG-based retrieval for accurate responses
Semantic Search
- Find conversations by meaning, not just keywords
- Search your entire knowledge base with natural language
- Local embeddings for fast, private search
100% Local & Private
- All AI processing happens on-device via GGUF models
- Data stored in local SQLite database only
- No cloud sync, no telemetry, no external API calls
- You own your data completely
Technical Stack
| Component | Technology |
|---|---|
| Desktop | Electron + Vite |
| Frontend | React 19 + TypeScript |
| Styling | Tailwind CSS 4 + Framer Motion |
| 3D Graph | Three.js + react-force-graph-3d |
| Database | better-sqlite3 |
| LLM | node-llama-cpp |
| Embeddings | Xenova Transformers |
Getting Started
# Clone and install
git clone https://github.com/your-org/your-memories.git
cd your-memories
npm install
# Run in development
npm run dev
# Build for production
npm run build:mac # macOS
npm run build:win # Windows
npm run build:linux # LinuxWhat's Next
- Additional AI source integrations
- Enhanced entity relationship visualization
- Improved extraction accuracy
- Cross-conversation insights