Skip to content

Witsy Files Location

Nicolas Bonamy edited this page May 29, 2025 · 2 revisions

Data

Witsy saves all its data locally on your computer. The location varies depending on your Operating System:

  • macOS: ~/Library/Application Support/Witsy
  • Windows: %APPDATA%\Witsy
  • Linux: ~/.config/Witsy (or $XDG_CONFIG_HOME/Witsy)

In this folder you will find:

File/Folder Contents
settings.json Configuration of Witsy (including API keys)
history.json Chat history, Quick Prompt history, Design Studio content
commands.json List of all AI commands with user customizations
experts.json List of all experts with user customizations
docrepo.json List of document repositories
window.json Locations of Witsy windows
images Message attachments (of all types...) and media created by models
docrepo Vector databases of all document repositories
memory Vector database for the long term memory plugin

If you want to backup your full history, you should backup history.json and the images folder together.

Logs

Witsy log file (main.log) is located in the following folders:

  • macOS: ~/Library/Logs/Witsy
  • Windows: %USERPROFILE%\AppData\Roaming\Witsy\logs
  • Linux: ~/.config/Witsy/logs

Clone this wiki locally