Skip to main content

首页 / Posts

[Installation] Quickly Install Cherry Studio

This article explains how to download, install, and configure the Cherry Studio AI assistant desktop client on Windows, covering LLM service setup and common shortcuts so you can get started quickly and use it efficiently.

Rosetears·
··346 words·2 mins

Introduction
#

Cherry Studio is a full-featured AI assistant desktop client that integrates multiple large language models (LLMs). It can help users easily complete tasks such as text generation, conversational interaction, and knowledge retrieval. Whether for daily office work, programming assistance, or creative writing, it can greatly improve efficiency.


1. Download and Installation
#

  1. Open the official website: Cherry Studio Official Website – All-in-One AI Assistant
  2. Click Download Client and choose the corresponding version based on your system environment:
    • Windows 64-bit (x64)
    • Windows 32-bit (x86)
    • macOS
    • Linux
  3. Run the installer and click Next through the wizard.
  4. Installation location recommendation:
    • The default location is C:\Program Files\Cherry Studio.
    • To avoid taking up space on the system drive, I recommend changing it to another drive, such as D:\Cherry Studio.

2. LLM Configuration
#

  1. Launch Cherry Studio and click the Settings icon in the lower-left corner of the interface.
  2. Choose Model Services in the sidebar and fill in the following information:
    • Service address (Endpoint)
    • Access Key / Token
    • Default model name
  3. Switch to the Assistant panel, where you can choose or add new LLM service instances and adjust model parameters such as temperature and maximum length.
  4. After configuration, click Save and Test. Once the connection works normally, you can start using it.

3. Common Shortcuts
#

FunctionShortcut
Zoom in interfaceCtrl + =
Zoom out interfaceCtrl + -
Reset zoomCtrl + 0
Open/close settingsCtrl + ,
Open quick assistantCtrl + E
New topicCtrl + N
Toggle assistant displayCtrl + [
Toggle topic displayCtrl + ]
Copy previous messageCtrl + Shift + C
Search messagesCtrl + F
Clear messagesCtrl + L
Clear contextCtrl + K

For more shortcuts and advanced configuration, refer to the official documentation: https://docs.cherry-ai.com/


4. Follow-Up Plan
#

This article mainly records the installation and basic configuration process for Cherry Studio. I plan to publish a detailed usage tutorial and practical video later. One current idea is to write an MCP server myself based on LLMs.

Click here to watch the video version of this article

Related tools

Related

[Installation] Install R, RStudio, and RTools

··625 words·3 mins
This article explains how to download and install R, RTools, and RStudio, including choosing a suitable CRAN mirror, configuring the correct installation path, and setting environment variables so you can set up an R development environment easily.

[OriginPro] Quickly Draw a Simple Gauge Chart

··231 words·2 mins
This article explains how to quickly draw a 180° gauge chart in OriginPro using a gauge template, including template download, data preparation, and plotting steps to help you create NPS analysis charts easily.