Releases: kjerk/claude-keeper
Releases · kjerk/claude-keeper
ClaudeKeeper v1.0 - Initial Release
Claude Keeper v1.0.0
A local-first conversation viewer for exported Claude AI chats. Single HTML file, no server, no telemetry -- your data stays on your machine.
Try it now: kjerk.github.io/claude-keeper -- drop a JSON and start reading. Ctrl+S to save a local copy (lite build, loads vendor libs from CDN).
Downloads
| File | Description |
|---|---|
claude-keeper-1.0.0.html |
Full offline build (~220KB) -- all dependencies inlined, no internet needed |
claude-keeper-lite-1.0.0.html |
Lite build (~53KB) -- vendor libs load from CDN |
claude-keeper-1.0.0.user.js |
Tampermonkey userscript for exporting conversations from claude.ai |
ClaudeKeeper-1.0.0.zip |
All of the above |
Quick Start
# Grab the lite build directly
wget https://kjerk.github.io/claude-keeper/ -O claude-keeper.htmlOpen in any browser. Drop a conversation JSON. That's it. For the fully offline version, download claude-keeper-1.0.0.html above.
Highlights
- Markdown rendering with syntax-highlighted code blocks
- Branch navigation through the full conversation tree
- Six themes with auto-discovery (add a CSS block, it appears in the picker)
- Companion userscript adds an Export button to claude.ai (Ctrl+E)
- Zero runtime dependencies -- build needs only bash and a checkout