floppy-diskChange Storage Location

Default storage location

Cherry Studio data storage follows system conventions; data is automatically placed under the user 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 location:

Change storage location (for reference)

Method 1:

You can do this by creating a symbolic link. Exit the software, move the data to the location you want to save it in, then create a link at the original location that points to the new location.

For specific steps, refer to:https://github.com/CherryHQ/cherry-studio/issues/621#issuecomment-2588652880arrow-up-right

Method 2: Based on Electron app characteristics, change the storage location by configuring startup parameters.

--user-data-dir Example: Cherry-Studio-*-x64-portable.exe --user-data-dir="%user_data_dir%"

Example:

init_cherry_studio.bat (encoding: ANSI)

Structure after initializing the user-data-dir directory:

Last updated

Was this helpful?