How to read your Claude export

Claude.ai lets you download your full conversation history. What arrives is a ZIP of JSON files — complete, but not something you can comfortably read. Here's how to request the export, what's inside it, and how to read your conversations and artifacts offline.

Step 1 — Request your data export

  1. Open claude.ai and click your initials, then Settings.
  2. Go to Privacy (data controls).
  3. Click Export data.
  4. Anthropic emails you a download link to a ZIP of your account data. Download it promptly — export links don't stay valid forever.

Step 2 — What's inside the ZIP

There's no browsable HTML in Claude's export — just the JSON. Opened in a text editor, a long history is effectively unreadable.

Step 3 — Reading what matters, beautifully

Claude writes in Markdown — answers, reports, and especially artifacts. The work worth keeping can be saved as .md files and read properly:

  1. Under any Claude response, click Copy — you get markdown, not flattened text. Markdown artifacts can be downloaded as files directly from the artifact panel.
  2. Save it as a file ending in .md and get it to your device — Files, AirDrop, or any sync folder.
  3. Open it in Read.md: tables, syntax-highlighted code, even Mermaid diagrams render the way they were meant to look — offline, on iPhone, iPad, Android, or Mac.
Download on the App Store Get it on Google Play Download on the Mac App Store

What about the full archive?

An archive viewer that opens your whole conversations.json — every conversation, searchable, readable — is in development for Read.md. Today the app reads markdown files, not the export JSON itself. If a Claude archive reader is something you want, tell us: pabsoftware@gmail.com — it directly shapes how soon this ships.