Claude Theme
Local-first session publishing
Browse, clean, and export conversations from your machine into one self-contained HTML page. No cloud, no accounts, no lock-in.
Showcase
Export in Claude or Copilot style with syntax highlighting, markdown rendering, tool traces, and session annotations.
Claude Theme
Copilot Theme
Capabilities
Auto-discovers Claude Code sessions with project-level filtering and full-text search across conversation content.
Claude and Copilot presentation modes with markdown, syntax-highlighted code blocks, and thought annotation support.
Trim, collapse, annotate, and reorder blocks in a workspace layer. Source JSONL files are never mutated.
Generate one standalone HTML file with inlined assets so you can archive or share without extra hosting setup.
Everything runs locally with optional PII sanitization prior to export. No account, no telemetry, no cloud required.
Go backend + embedded React app shipped as one executable for simple installation and predictable environments.
Quick Start
Pick a platform, run the command, then launch the local app with serve.
# download + unpack curl -fL https://github.com/jgbright/claude-chronicle/releases/latest/download/claude-chronicle_linux_amd64.tar.gz | tar xz # run local UI ./claude-chronicle serve
# download + unpack curl -fL https://github.com/jgbright/claude-chronicle/releases/latest/download/claude-chronicle_darwin_arm64.tar.gz | tar xz # run local UI ./claude-chronicle serve
# download release archive iwr -Uri https://github.com/jgbright/claude-chronicle/releases/latest/download/claude-chronicle_windows_amd64.zip -OutFile claude-chronicle.zip # unpack + run Expand-Archive .\claude-chronicle.zip -DestinationPath .\claude-chronicle .\claude-chronicle\claude-chronicle.exe serve