Where crc keeps things
crc keeps very little, all of it local. It sends nothing anywhere except the daily update check, which you can turn off.
Directory~/
Directory.config/
Directorycrc/
- config.toml your settings
Directory.claude/
Directoryide/
- PORT.lock the Claude Code bridge’s port and token, while crc runs
DirectoryLibrary/
DirectoryApplication Support/
Directorycrc/
- completion.db what you picked in completion, for ranking
Directoryextensions/ installed extensions, one folder each
- …
Directoryrecovery/ unsaved text after a crash
- …
- session what was open last time
DirectoryCaches/
Directorycrc/
Directoryindex/ the project index for completion and symbols, rebuilt when deleted
- …
DirectoryLogs/
Directorycrc/ crash logs
- …
| Path | Safe to delete? |
|---|---|
~/.config/crc/config.toml |
Yes. It is recreated from the template when you open Settings. |
~/Library/Caches/crc/ |
Yes. It is a cache. |
~/Library/Application Support/crc/completion.db |
Yes, or use Go › Forget Completion History. |
~/Library/Application Support/crc/recovery/ |
Once you have restored what you need from it. |
~/Library/Application Support/crc/extensions/ |
Yes; that uninstalls every extension. |
~/Library/Logs/crc/ |
Yes. Help › Show Crash Logs opens it. |