Change Storage Location
Default storage location
Cherry Studio data storage follows system conventions; data will be automatically placed in the user's directory. The specific directory locations are as follows:
macOS: /Users/username/Library/Application Support/CherryStudioDev
Windows: C:\Users\username\AppData\Roaming\CherryStudio
Linux: /home/username/.config/CherryStudio
You can also view it at the following locations:

Change storage location (for reference)
Method 1:
You can achieve this by creating a symbolic link. Quit the application, move the data to the location where you want to store it, then create a link at the original location that points to the new location.
Refer to the following for detailed steps:https://github.com/CherryHQ/cherry-studio/issues/621#issuecomment-2588652880
Method 2: Based on Electron application characteristics, modify the storage location by configuring startup parameters.
--user-data-dir For example: Cherry-Studio-*-x64-portable.exe --user-data-dir="%user_data_dir%"
Example:
init_cherry_studio.bat (encoding: ANSI)
Structure of user-data-dir after initialization:
Last updated
Was this helpful?