A free, single-file, browser-based tool to explore, search, and re-export the data you get from Claude's Settings → Privacy → Export data feature — conversations, projects, and memory. Built for people whose Claude account was banned, or who simply exported a backup and want an easy way to browse and manage it.
Live demo: https://daryooshborzuei.github.io/claude-backup-manager/
If your Claude account is suspended, or you simply want a local copy of your data, Anthropic lets you export a ZIP file — but that ZIP is just raw, hard-to-read JSON. This tool turns that export into a readable, searchable, browsable archive, entirely on your own device.
- Dashboard with usage statistics and activity charts
- Browse and search full conversation history, including attachments and tool activity
- Browse Projects: instructions, per-project memory, and knowledge documents
- View account-wide and per-project memory separately
- Global full-text search across every conversation, project document, and memory entry
- Export conversations, projects, and memory as Markdown
- A guided "Restore to a new account" workflow
- Open the app — either the live link above or
index.htmllocally. - Request your data export from Claude: Settings → Privacy → Export data.
- Drag and drop the downloaded
.zip(or.dms) file onto the page, or select the extracted.jsonfiles individually. - Browse, search, and export as needed.
All parsing and rendering happens locally in your browser — the ZIP file you drop is never uploaded anywhere. The page does load two external resources on first load: Google Fonts (typography) and JSZip (from cdnjs, to read the ZIP archive). Neither of these receives your export data. For a fully offline-capable copy, download the page once while online, or vendor the JSZip script and fonts locally.
This is an independent, community-made tool and is not affiliated with, endorsed by, or sponsored by Anthropic. "Claude" is a product of Anthropic, PBC.
Released under the MIT License — see LICENSE.
Daryoosh Borzuei