Claude Code Manager
A native desktop app to browse, search, and manage your Claude Code conversation history.
Full-text Search
Search across all your conversations by keyword, project, or date range. Find that one command you used weeks ago.
Project Organization
Conversations grouped by project directory. Quickly navigate between different codebases.
Export & Share
Export conversations to markdown or share them via Claude Tools. Perfect for documentation.
Usage Stats
Track token usage, message counts, and session duration. Understand your Claude Code usage patterns.
Built with Tauri
CC Manager is a lightweight native app built with Tauri + React. It reads directly from your local Claude Code data
(~/.claude/) without any network requests.
Quick Install (from source)
git clone https://github.com/AlexisLaporte/claude-code-manager
cd claude-code-manager
npm install
npm run tauri dev