ChatGPT Conversation Viewer

The data export you can download from ChatGPT is a single, enormous JSON file — practically unreadable in a browser. This application unpacks it: it lists your conversations, renders them properly formatted, and lets you search inside them. Everything stays on your own machine.

Version
1.0.3
Platform
Windows 10 / 11 (x64), .NET 8
Type
Desktop application (WPF)
Distribution
Microsoft Store
Price
Free

Screenshots

What it is for

The data export you can request from ChatGPT is a ZIP file containing conversations.json, which holds every conversation you have ever had — raw and deeply nested, with attached images and audio recordings in separate folders. If you have been using the service for years, that file runs to tens of megabytes.

The application reads that file and shows it the way the conversation originally looked: prompt, answer, image, audio, one after the other. Your export stops being an archive and becomes a usable set of notes.

What it does

Technology

A WPF desktop application on .NET 8, built along MVVM lines: the UI binds to view models, and buttons run through commands (ICommand). Reading the large export file and pre-rendering the conversations happen on a background thread so the window never freezes.

Newtonsoft.Json handles the JSON, Markdig converts Markdown to HTML, and an embedded WebView2 browser engine displays the finished page. Settings (backup folder, file name, style sheet) live in the Windows registry. Distribution is an MSIX package through the Microsoft Store.

Need an application like this?

Request a quote