> 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/zhong-wen-fan-ti/cherry-studio/installation/windows.md).

# Windows 安裝

## 1. 下載安裝包

打開 [官方下載頁](https://cherryai.com.cn/download/v2)，揀選 **Windows**。

![Cherry Studio 官方下載頁嘅 Windows 下載選項](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 下載選項*

大多數 Intel / AMD 電腦揀選 **Windows 標準版**；Windows ARM 裝置揀選帶有 **ARM** 標記嘅版本。如需唔安裝到系統嘅便攜使用方式，再揀相同架構嘅便攜版。

唔確定裝置架構時，打開 Windows 嘅「設定 → 系統 → 系統資訊」，睇「系統類型」。

## 2. 安裝並啟動

1. 雙擊下載嘅安裝程式；
2. Windows 顯示用戶帳戶控制提示時，確認檔案來自官方渠道後揀選繼續；
3. 跟住安裝精靈完成安裝；
4. 由開始功能表啟動 Cherry Studio。

## 常見問題

### 提示缺少執行庫

安裝程式會偵測同裝置架構匹配嘅 Microsoft Visual C++ 執行庫；缺少時會自動下載並安裝。

如果自動下載或安裝失敗，請根據錯誤提示打開微軟官方下載地址，完成安裝後再重新運行 Cherry Studio 安裝程式：

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

### 無法啟動

先確認安裝包嘅架構同裝置匹配，並檢查安全軟件有冇攔截。仲係無法啟動時，請喺回饋入面附上 Windows 版本、裝置架構、安裝包名稱同完整錯誤提示。

## 下一步

見到 Cherry Studio 主界面後，繼續完成快速開始。


---

# 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/zhong-wen-fan-ti/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.
