> 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/jp/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/jp/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.
