> 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 をインストール

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 %}

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

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

インストーラーが自動的に実行され、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.
