> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-ja/hajimeni/installation.md).

# インストール

## ACE Studioをインストール

ACE Studioは、WindowsおよびmacOS向けのデスクトップアプリケーションです。ACE Studioをインストールするには、以下の手順に従ってください。

{% stepper %}
{% step %}

### <a href="https://acestudio.ai/download/" class="button primary" data-icon="arrow-down-to-square">インストーラーをダウンロード</a>

クリックしてダウンロードページを開きます。

Macをご利用の場合は、 <kbd>Mac向け</kbd> ボタンをクリックして、macOS用インストーラーをダウンロードしてください。

Windowsをご利用の場合は、 <kbd>Windows向け</kbd> ボタンをクリックして、Windows用インストーラーをダウンロードしてください。
{% endstep %}

{% step %}

### ワンクリックでインストール

ダウンロードが完了したら、インストーラーを開いてください（ブラウザーのダウンロード一覧、または「ダウンロード」フォルダーから開けます）。

インストーラーが自動的に起動し、ACE Studioをインストールして、完了後に起動します。

{% hint style="info" %}
インストールに失敗した場合、またはACE Studioが起動しない場合は、以下をご参照ください。 [Can’t launch ACE Studio?](/trouble-shooting/ace-studio-issues/cant-launch-ace-studio.md).
{% endhint %}
{% endstep %}
{% endstepper %}

### システム要件

* <i class="fa-windows">:windows:</i> Windows 10 または 11（バージョン 22H2 以降）。それ以前のバージョンでも動作する場合がありますが、最適な使用感は得られない可能性があります。Windows Update により、システムは自動的にサポート対象のバージョンに維持されます。
* <i class="fa-apple">:apple:</i> macOS Ventura（13）以降で、最新のマイナーアップデートが適用されていること。アップデートとアップグレードの違いについて詳しくは、 [Appleのサポート記事](https://support.apple.com/en-us/108382).

{% hint style="success" %}
最高の使用感を得るために、比較的新しいコンピューターでACE Studioを使用することを推奨します。Windowsでは、一般的にIntel CoreシリーズまたはAMD Ryzenシリーズのプロセッサーを搭載した2020年以降のPCが目安です。macOSでは、Appleシリコン搭載Mac、またはProラインのIntel搭載Macを推奨します。
{% endhint %}

{% hint style="info" %}
ACE Studioの動作にはインターネット接続が必要です。
{% endhint %}

{% hint style="info" %}
クラウドレンダリングにより、標準的な構成のコンピューターでもACE Studioを快適に使用できます。また、Turboモード機能も提供しており、コンピューターのパワーを最大限に活用して、ハイパフォーマンスマシンでのAIレンダリング速度を大幅に向上させます。詳細は、 [ローカルレンダリング](/docs/product-wiki-ja/airendaringu/local-rendering.md).
{% endhint %}

## ACE Studioを再インストール

再インストール前にアンインストールする必要はありません。最新のインストーラーをダウンロードして開くだけで [こちら](https://acestudio.ai/download/)、ACE 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.acestudio.ai/docs/product-wiki-ja/hajimeni/installation.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.
