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

# Windows のインストール

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++ ランタイムを検出します。足りない場合は自動的にダウンロードしてインストールします。

自動ダウンロードまたはインストールに失敗した場合は、エラーメッセージに従って Microsoft の公式ダウンロード先を開き、インストール後に 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/jp/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.
