Explore and analyze your Claude Code session logs with ease. Subtle is a local, privacy-focused web app that helps you understand your Claude Code usage patterns.
👇 Click the image for a short video:

Subtle runs entirely on your local machine:
- All data processing happens locally
- No telemetry
- Your conversations never leave your computer
- Python 3.10 or higher
- Claude Code session logs (stored in
~/.claude/projects/)
# uv
uv add subtle-claude-code
# Or with pip
pip install subtle-claude-codesubtle startServer starts at http://127.0.0.1:8000
For the list of available options, run:
subtle --helpsubtle start --port 3000Or via environment variable:
PORT=3000 subtle startgit clone https://github.com/itsderek23/subtle.git
cd subtle
uv syncuv run subtle startuv run pytest