> 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/linux.md).

# Linux

## 1. 下載安裝包

打開 [官方下載頁](https://cherryai.com.cn/download/v2)，揀選 **Linux**。官網會按系統同架構提供唔同格式嘅安裝包：

| 使用場景                     | 選擇建議                    |
| ------------------------ | ----------------------- |
| Ubuntu、Debian、Linux Mint | 揀選同架構相符嘅 `.deb` 包。      |
| Fedora、RHEL、openSUSE     | 揀選同架構相符嘅 `.rpm` 包。      |
| 其他發行版或者需要便攜運行            | 揀選同架構相符嘅 `.AppImage` 包。 |

Intel / AMD 裝置通常揀 x64（或 x86\_64）版本；ARM 裝置揀 ARM64（或 aarch64）版本。不確定架構時，喺終端執行 `uname -m`：`x86_64` 對應 x64，`aarch64` 或 `arm64` 對應 ARM64。

## 2. 安裝並啟動

* `.deb` 同 `.rpm`：優先使用發行版嘅軟件安裝器或者包管理器打開安裝包，再從應用程式選單啟動 Cherry Studio。
* `.AppImage`：俾文件授予可執行權限後，雙擊執行；亦可以喺終端執行 `chmod +x 文件名.AppImage` 後啟動。

## 無法啟動

先確認安裝包同系統架構相符。AppImage 無法啟動而且提示 `FUSE` 或 `libfuse` 相關錯誤時，請按而家發行版嘅官方文件安裝相應兼容組件。

如果仍然無法啟動，請喺回饋入面附上發行版、桌面環境、裝置架構、安裝包名稱同完整錯誤提示。

## 下一步

見到 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/linux.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.
