Clio

Local-first archival of your conversations with Gemini, Claude, and ChatGPT.

Clio is a Chrome extension that extracts your AI conversations to structured JSON — text, code, thinking, images — and saves them to your local disk. The data does not leave your browser. There is no telemetry. The source is on GitHub.

Install

Coming soon to the Chrome Web Store.

In the meantime, Clio can be loaded from source — see the GitHub repository for instructions.

Three commitments

Clio's design is organized around the security CIA triad. Each commitment is enforced by the manifest, not by a runtime promise.

How it works

  1. Open any Gemini, Claude, or ChatGPT conversation in your browser.
  2. Click the Clio toolbar icon.
  3. Click Extract Conversation.
  4. Save the ZIP — a structured conversation.json plus an images/ folder.

What Clio captures

Permissions

Clio's manifest requests the minimum surface area required to do its job:

No tabs, no cookies, no webRequest, no storage, no <all_urls>. The manifest is the ground-truth permission declaration.

Open source

Clio is published under the MIT License. The full source code is at github.com/martymcenroe/Clio.

For governance and design discussion — why these design choices, what threat model they address, what they don't address — see the project wiki.

Contact

Privacy questions or feedback: opensource@martymcenroe.ai.

Security vulnerabilities: see SECURITY.md for the private reporting channel. Do not file public issues for security reports.