ChatGPT Export logo

ChatGPT Export

Free

Export ChatGPT conversations to Markdown files.

FreeFree tier
Type
Open Source

About ChatGPT Export

ChatGPT Export is an open-source browser bookmarklet that enables users to export their ChatGPT conversations as Markdown files. Once installed, clicking the bookmarklet on a ChatGPT conversation page clones the page's document.body, removes unnecessary elements, converts the cleaned HTML to Markdown format, and automatically downloads a text file named after the conversation's title. It is built with vanilla JavaScript and is available under the MIT license.

Key Features

Exports ChatGPT conversations as Markdown files via a browser bookmarklet
Automatically names files based on the conversation title
Cleans output by removing unnecessary information from the page
Open source (MIT license) and built with vanilla JavaScript
No additional software or dependencies required for installation

Pros & Cons

Pros
  • Simple one-click export after bookmarklet installation
  • Free and open source with no subscription required
  • Produces clean, readable Markdown output
  • Lightweight solution with no heavy dependencies
  • File naming is automatic and based on conversation title
Cons
  • Only works on ChatGPT conversation pages in a browser
  • Exports solely as Markdown; no support for other formats
  • Requires manual activation (clicking the bookmarklet) for each export

Best For

Archiving ChatGPT conversations for personal referenceSharing ChatGPT dialogues in a readable Markdown formatCollaborating on ChatGPT outputs with team membersBacking up important AI-generated discussions

FAQ

How does the ChatGPT Export bookmarklet work?
When clicked on a ChatGPT conversation page, it clones the page's document.body, removes unnecessary information, converts the cleaned HTML to Markdown, and downloads a text file named after the conversation's title.
Is ChatGPT Export free to use?
Yes, it is completely free and open source under the MIT license.
How do I install ChatGPT Export?
You can install it by dragging the bookmarklet link from the project's web page (geeksta.net/tools/chatgpt-to-markdown) to your browser's bookmark toolbar. Alternatively, you can clone the GitHub repository and compile it yourself.