macOS
Manual Method
- Move the AnythingLLM application from
/Applicationsto the Trash. - Delete the application data directory to remove the database, documents, and vector cache:
rm -rf ~/Library/Application\ Support/anythingllm-desktop
Homebrew Method
- Application only:
brew uninstall --cask anythingllm - Application and all data (database, documents, and vector cache):
brew uninstall --zap --cask anythingllm
Linux
- Delete the AnythingLLM
.AppImagefile. - Delete the application data directory to remove the database, documents, and vector cache:
(Note: Delete only therm -rf ~/.config/anythingllm-desktopstoragesubdirectory within this folder to reset the installation without deleting all configuration).
Windows
- Run the uninstaller executable located at either:
C:\Users\<user>\AppData\Local\Programs\AnythingLLM\Uninstall AnythingLLM.exeC:\Users\<user>\AppData\Local\Programs\anythingllm-desktop\Uninstall AnythingLLM.exe
- Remove application data (database, documents, and vector cache):
- Complete removal: Delete
C:\Users\<user>\AppData\Roaming\anythingllm-desktop - Reset installation only: Delete
C:\Users\<user>\AppData\Roaming\anythingllm-desktop\storage
- Complete removal: Delete