Local-first · Auditable · Privacy-preserving

Export Claude.ai web chats to Markdown without installing a browser extension.

Claude Web Chat Conversation Exporter is a small browser-console script for saving the current Claude.ai web conversation as a local Markdown file.

Working as of 2026-07. Claude.ai is a changing web app, so watch the repo and report breakage if the UI changes.

Claude Web Chat Conversation Exporter social preview

Why this exists

Browser extensions are hard to trust

Many exporters require extension permissions, cloud integrations, remote conversion servers, or opaque background scripts. This project keeps the first version simple and auditable.

AI chats contain real work

Claude conversations often contain plans, code reasoning, research notes, debugging trails, drafts, and reusable project context.

Local export should be boring

Open the conversation, run the script, download a Markdown file. No backend. No analytics. No third-party upload.

What it does

Exports Human messages and final Claude responses.
Saves the result as a local Markdown file.
Runs from the browser console on the Claude.ai page.
Uses the currently visible Claude web session.
Skips status/timeline/thinking-only rows in the baseline export.
Shows a small progress overlay during export.

Visual demo

Screenshots

Exporter screenshot 1
Start export
Exporter screenshot 2
Progress overlay
Exporter screenshot 3
Capture complete
Exporter screenshot 4
Downloaded Markdown
Exporter screenshot 5
Exported conversation
Exporter screenshot 6
Local file review

Demo clips

The demo is split into two continuation clips.

Claude Web Chat Conversation Exporter demo part A
Part A
Claude Web Chat Conversation Exporter demo part B
Part B

Use cases

Personal knowledge bases

Save useful Claude conversations into Obsidian, Logseq, GitHub repos, project folders, or local archives.

Coding and technical work

Preserve debugging sessions, architecture decisions, code explanations, and implementation notes.

Multi-AI workflows

Move conversation context between Claude, ChatGPT, Perplexity, local models, and other tools.

Research and planning

Turn long AI discussions into versioned Markdown files you can search, cite, review, and reuse.

Current limitations

Project links