A desktop app to browse and search your Claude conversation history.
Download the latest release for your platform:
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | Download .dmg |
| macOS (Intel) | Download .dmg |
| Windows | Download .msi |
| Linux | Download .AppImage |
Or visit the Releases page for all versions.
- Browse all your Claude projects and sessions
- Full OpenCode session support - View complete conversations including assistant responses
- Search across all conversations
- View messages in a chat-style UI
- Extract code snippets from conversations
- See file changes and git commits from sessions
- Dashboard with usage statistics
# Install dependencies
bun install
# Run dev server
bun run tauri dev
# Build for production
bun run tauri build- Tauri - Desktop framework
- React - UI library
- TypeScript - Language
- Vite - Build tool
- Tailwind CSS - Styling
- Bun - Package manager & runtime