01
Discover
Automatically finds sessions in your local Claude projects and lets you filter by project or text.
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.
Local-first runtime
Single-file export
Zero cloud requirement
Workflow
Chronicle follows one clear pipeline so you can move from transcript to artifact without touching source files.
01
Automatically finds sessions in your local Claude projects and lets you filter by project or text.
02
Trim noise, collapse sections, annotate context, and refine structure in a non-destructive manifest layer.
03
Generate a single portable HTML file with applied edits and path sanitization, ready to share or archive.
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.
Use Cases
Designed for teams and individuals who need to transform AI session history into readable, reusable documentation.
Package a complex debugging or implementation session so the next engineer can get context in minutes.
Curate investigation threads into a clean narrative for postmortems and operational review.
Turn raw AI-assisted build logs into polished writeups that show decision-making and execution.
Preserve an editable but non-destructive record of technical reasoning for compliance and governance.
Privacy
Chronicle is designed so curation and publishing can happen without sending your session data to external systems.
Sessions are parsed and curated on your machine. Chronicle does not require cloud services or hosted accounts.
Original JSONL files under ~/.claude/ are never modified. All edits are stored separately as Chronicle manifests.
Exports remove deleted content and normalize home-directory paths so shared artifacts expose less local context.
Quick Start
Choose your platform and copy the command. You only need one path.
Install
curl -fL https://github.com/jgbright/claude-chronicle/releases/latest/download/claude-chronicle_linux_amd64.tar.gz | tar xz Run
./claude-chronicle serve Install
curl -fL https://github.com/jgbright/claude-chronicle/releases/latest/download/claude-chronicle_darwin_arm64.tar.gz | tar xz Run
./claude-chronicle serve Install
curl.exe -fL https://github.com/jgbright/claude-chronicle/releases/latest/download/claude-chronicle_windows_amd64.zip | tar -x -f - Run
.\claude-chronicle.exe serve