by jhlee0409
desktop app to browse and analyze your Claude Code conversation history
# Add to your Claude Code skills
git clone https://github.com/jhlee0409/claude-code-history-viewerDesktop app to browse Claude Code conversation history stored in ~/.claude.
Languages: English | 한국어 | 日本語 | 中文 (简体) | 中文 (繁體)
Download for your platform from Releases.
git clone https://github.com/jhlee0409/claude-code-history-viewer.git
cd claude-code-history-viewer
# Option 1: Using just (recommended)
brew install just # or: cargo install just
just setup
just dev # Development
just tauri-build # Production build
# Option 2: Using pnpm directly
pnpm install
pnpm tauri:dev # Development
pnpm tauri:build # Production build
Requirements: Node.js 18+, pnpm, Rust toolchain
~/.claude for conversation dataRuns locally only. No conversation data sent to servers.
Anonymous usage analytics (app launches, feature usage) are collected via Aptabase to improve the app. No conversation content or personal information is tracked.
"No Claude data found": Make sure ~/.claude exists with conversation history.
Performance issues: Large conversation histories may be slow initially. The app uses virtual scrolling to handle this.
Update problems: If auto-updater fails, download manually from [Releases](https://github.com/jhlee0409/claude-code-history-viewer/rel...