> 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では、一般的に2020年以降のPCで、Intel CoreシリーズまたはAMD Ryzenシリーズのプロセッサを搭載したものが目安です。macOSでは、Apple silicon搭載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.
