> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/en-us/cherry-studio/installation/windows.md).

# Windows Installation

## 1. Download the installer

Open [official download page](https://cherryai.com.cn/download/v2), select **Windows**.

![Windows download option on Cherry Studio's official download page](https://3562065924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2FI5oqtsjL2dau2qnTeQS7%2Fcherry-v2-download-windows-zh-cn.jpg?alt=media\&token=c64dca98-15a9-4ae9-a6e2-82f026c61329)

*Windows download option on the official website*

For most Intel / AMD computers, choose **Windows standard version**; Windows ARM devices should choose the version with **ARM** marked. If you want a portable version that does not install to the system, choose the portable version for the same architecture.

If you're not sure of your device architecture, open Windows “Settings → System → System information” and check “System type.”

## 2. Install and launch

1. Double-click the downloaded installer;
2. When Windows shows a User Account Control prompt, confirm the file is from the official source and choose Continue;
3. Follow the installation wizard to complete the installation;
4. Launch Cherry Studio from the Start menu.

## Frequently Asked Questions

### Prompt about missing runtime libraries

The installer will detect the Microsoft Visual C++ runtime library that matches your device architecture; if it is missing, it will automatically download and install it.

If automatic download or installation fails, open the Microsoft official download page according to the error message, then rerun the Cherry Studio installer after installation:

* [x64 runtime](https://aka.ms/vs/17/release/vc_redist.x64.exe)
* [ARM64 runtime](https://aka.ms/vs/17/release/vc_redist.arm64.exe)

### Unable to start

First confirm that the installer architecture matches your device, and check whether security software has blocked it. If it still won't start, please include the Windows version, device architecture, installer name, and the full error message in your feedback.

## Next

After you see the Cherry Studio main interface, continue to complete the quick start.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/en-us/cherry-studio/installation/windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
