One place for all your AI conversations.
Auto-capture, search, tag, and export your Claude, ChatGPT & Gemini conversations — all stored locally in your browser.
English · 简体中文 · Official Website · Tutorial · Privacy
| Feature | Status | Description |
|---|---|---|
| Auto Capture | ✅ Done | Intercepts Claude, ChatGPT & Gemini responses automatically |
| Full-text Search | ✅ Done | Instant search across all conversations and messages |
| Advanced Search | ✅ Done | Filter by platform, date range, tag:, is:favorite, etc. |
| Spotlight Search | ✅ Done | Cmd/Ctrl+Shift+K global shortcut for instant lookup |
| Tags & Favorites | ✅ Done | Custom tags, star important conversations, filter by any combo |
| Import / Export | ✅ Done | Markdown, JSON, or ZIP — with checksums and conflict resolution |
| Dashboard | ✅ Done | Detail view, batch export, Markdown rendering, theme support |
| Floating Widget | ✅ Done | Quick-access bubble on AI platform pages |
| i18n | ✅ Done | English and Simplified Chinese |
| Cloud Sync | 🚧 In Progress | Google Drive sync with auto background sync |
| Batch Delete / Favorite | 📋 Planned | Extend batch operations beyond export |
| Semantic Search | 📋 Planned | Search by meaning, not just keywords |
| Knowledge Graph | 📋 Planned | Link topics and ideas across conversations |
- Download the latest release from Releases
- Unzip the file
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
git clone https://github.com/flowKKo/chat-central.git
cd chat-central
pnpm install
pnpm build # Chrome
pnpm build:firefox # Firefox- All data stored locally on your device — nothing is sent to any server
- No analytics, no telemetry, no tracking
- No data sent to any third-party server
- Fully open source
Contributions are welcome! Feel free to open an issue or submit a pull request.
pnpm install # Install dependencies
pnpm dev # Dev server with HMR
pnpm validate # Type-check + lint + test (run before submitting)See CLAUDE.md for architecture details.
