QuitGPT

Your AI shouldn't spy on you, sell weapons, or sycophantically agree with everything you say. There's a better way.

Install Familiar — it migrates your ChatGPT data, sets up Claude, and becomes a personal AI that learns your workflow and works autonomously.

brew tap engindearing-projects/tap && brew install familiar

or: npx familiar-setup

familiar.run →

What Familiar does

Migrates you automatically

Imports your ChatGPT export, extracts your preferences and conversation history, and sets up Claude with your full context. No manual copy-paste.

Learns your workflow

Builds a knowledge base from your code, docs, and conversations. Trains custom models on your patterns. Gets better every day.

Works while you sleep

Autonomous task system runs nightly — mines training data, trains models, researches new capabilities, writes and tests code.

How it works

1
Export your ChatGPT data (Settings → Data controls → Export). Takes 2 minutes.
2
Run brew tap engindearing-projects/tap && brew install familiar or npx familiar-setup. The setup wizard walks you through configuration.
3
Point it at your ChatGPT export ZIP. Familiar ingests your conversations, extracts your preferences, and builds your knowledge base.
4
That's it. Familiar sets up Claude, starts learning your codebase, and begins its first autonomous training cycle overnight.

What powers it

Claude Code $20/mo

Subscription-based agentic coding. Reads your files, writes code, runs tests, iterates. 1-week free trial available. Falls back to Gemini Flash for free if you don't subscribe.

Ollama Free

Local language models that run on your hardware. Handles fast chat, routing, and classification with zero cloud dependency. Works offline.

Forge Free

Training pipeline that builds custom models tuned to your codebase and workflow. Runs on your GPU if you have one, CPU if you don't. Trains nightly.

Hands Free

Autonomous task system. Scheduled jobs, event-driven triggers, multi-phase workflows. The engine behind nightly research, training, and code generation.

Why now

Just want the raw export?

If you don't want to install Familiar, you can convert your ChatGPT data directly in your browser. No data leaves your machine.

📦

Drop your ChatGPT export here

or click to browse — accepts .zip from ChatGPT data export

Privacy first: All processing happens in your browser. No data leaves your machine.

How to get your ChatGPT data

ChatGPT lets you export your entire conversation history as a ZIP file. It takes about two minutes and works on any plan (Free, Plus, Pro, Team).

1
Go to chatgpt.com and sign in. Click your profile icon in the bottom-left, then click Settings.
ChatGPT profile menu with Settings highlighted
2
In the Settings panel, click Data controls in the left sidebar.
ChatGPT Settings showing Data controls in sidebar
3
Scroll to the bottom and click the Export button next to "Export data."
ChatGPT Data controls page with Export button
4
Click Confirm export in the dialog. You'll get an email within a few minutes with a download link.
ChatGPT export confirmation dialog
5
Open the email from OpenAI, click the download link, and save the .zip file.
6
Run brew tap engindearing-projects/tap && brew install familiar and point it at the ZIP during setup. Or drag the file onto the converter above.
Tips: The download link expires in 24 hours. Check your spam folder if the email doesn't show up. On mobile, find the same option under your profile in the ChatGPT app. You can export as often as you want — it doesn't delete anything from your account.

Command line

# Install Familiar (full personal AI)
brew tap engindearing-projects/tap && brew install familiar

# Or just convert your ChatGPT export
npx quitgpt chatgpt-export.zip

# Extract memory only
npx quitgpt chatgpt-export.zip -f memory

# Preview without converting
npx quitgpt inspect chatgpt-export.zip