Got nerfed by Claude (Anthropic)?
2 major changes on record · roughly one every 120 days. Below: open-source replacements you can switch to today + tracked paid competitors ranked by who’s least likely to nerf you next. Step-by-step guides walk you through the actual install + config + API-key transfer — that part’s a Personal-tier feature.
Self-hosted, free, or freemium tools that cover the same workflow. Every entry is real software with a public repo and an active community.
Easiest way to run a local LLM. Pair with Open WebUI for full ChatGPT replacement.
- Run Llama/Mistral/Gemma/DeepSeek locally
- Ollama-compatible API for any client
- Brew/winget/curl install
brew install ollama && ollama run llama3.3The default ChatGPT-replacement self-host. Massive ecosystem.
- ChatGPT-style web UI for any backend (Ollama, OpenAI-compatible)
- RAG with file uploads
- Function calling, web search plugin
docker run -p 3000:8080 ghcr.io/open-webui/open-webui:mainSlickest UI of the open-source chat clones.
- Polished chat UI with plugin store
- Multi-provider (OpenAI/Anthropic/Gemini/local)
- Vision, voice, knowledge bases
Vercel one-click deploy or docker composeWhen the use case is 'chat with my company docs' rather than general LLM.
- Workspace-based RAG over your docs
- Desktop or self-host
- 20+ vector DB integrations
Desktop app or DockerEasiest desktop ChatGPT replacement for non-technical users.
- Desktop app — no Docker, no terminal
- Built-in model marketplace
- Local-first, optional cloud
Download from jan.aiWhen you want ChatGPT's UX but as a self-hosted multi-user product.
- ChatGPT clone with multi-provider support
- Plugins (DALL-E, Wolfram)
- Auth + multi-user
Docker composeOther paid tools we track in the same category, ranked by current Nerf Index. Lowest = least likely to nerf you next.
No receipts yet.
2 receipts logged, none critical.
1 receipt logged, none critical.
1 major change on record.
Claude (Anthropic) → LobeChat
- OSS replacement recommendations (§ 02)
- Paid competitor rankings (§ 03)
- Nerf Index + 30d re-nerf forecast
- Receipts + sources for every silent change
- The (from → to) playbook with real commands
- Config-file diffs + API-key transfer scripts
- Verification test + rollback path
- Printable 1-page checklist
LobeChat installs as a single package. If you already have pipx or your platform’s equivalent, use that instead — it handles its own virtualenv so it won’t pollute your system Python.
Pull your existing key from Claude (Anthropic)’s config and export it into LobeChat’s environment. Both tools authenticate against the same billing — no second subscription needed.
Claude (Anthropic) respects an implicit ruleset. LobeChat reads its own config at repo root. The two formats are 1:1 mappable for the common flags — model, max-tokens, edit-format, auto-commits. Run the converter we ship to do it automatically, or copy the diff below by hand.
Run our verification suite against your real repo. We compare token usage + edit quality between Claude (Anthropic)’s last response and LobeChat’s first response on the same three prompts. If output diverges by >20% you’ll get a structured diff.
Direct link to the cancel-tier page (yes, they hide it three menus deep). Includes the exact email template to send if they try to bill you a partial month.
Reverse playbook to undo the switch within 14 days without losing config history. Restores billing and reverts your repo’s .gitignore so cache directories don’t end up in your tree.