> For the complete documentation index, see [llms.txt](https://unsloth.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unsloth.ai/docs/jp/meru/install.md).

# Unslothのインストール

Unsloth Desktop、Unsloth Studio、またはUnsloth Coreをインストールします。

Unsloth は次の 3 つの異なる方法でインストールできます: [**Unsloth Desktop**](/docs/jp/desktop.md), ネイティブアプリ; [**Unsloth Studio**](/docs/jp/xin-zhe/studio.md), ブラウザベースの Web UI、または **Unsloth Core**, 元のコードベースの Python パッケージです。

### Unsloth Desktop

お使いのオペレーティングシステム用のネイティブデスクトップアプリをダウンロードしてください:

* <i class="fa-apple">:apple:</i> [macOS 用をダウンロード](https://unsloth.ai/download/mac)
* <i class="fa-windows">:windows:</i> [Windows 用をダウンロード](https://unsloth.ai/download/windows)
* <i class="fa-linux">:linux:</i> [Linux 用をダウンロード](https://unsloth.ai/download/linux)

### Unsloth Studio

**Unsloth Studio** はブラウザベースの Web UI です。これらのコマンドは、Studio を手動でインストールする場合のみ使用してください。

**macOS、Linux、および WSL:**

```bash
curl -fsSL https://unsloth.ai/install.sh | sh
```

**Windows PowerShell:**

```bash
irm https://unsloth.ai/install.ps1 | iex
```

Studio の起動コマンド:

```bash
unsloth studio -H 0.0.0.0 -p 8888
```

要件と詳細オプションについては、 [Unsloth Studio インストールガイド](https://unsloth.ai/docs/new/studio/install).

### Unsloth Core

**Unsloth Core** は、コードベースのトレーニングと推論のための元の Python パッケージです。 [uv、pip、仮想環境ガイド](https://unsloth.ai/docs/get-started/install/pip-install).

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">表紙画像</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/docs/jp/meru/install/mac.md">MacOS</a></td><td></td><td><a href="/docs/jp/meru/install/mac.md">MacOS</a></td></tr><tr><td><a href="/docs/jp/meru/install/windows-installation.md">Windows</a></td><td></td><td><a href="/docs/jp/meru/install/windows-installation.md">Windows</a></td></tr><tr><td><a href="/docs/jp/meru/install/pip-install.md">uv, pip install &amp; venv</a></td><td></td><td><a href="/docs/jp/meru/install/pip-install.md">uv, pip install &amp; venv</a></td></tr><tr><td><a href="/docs/jp/meru/install/docker.md">Docker</a></td><td></td><td><a href="/docs/jp/meru/install/docker.md">Docker</a></td></tr><tr><td><a href="/docs/jp/meru/install/linux.md">Linux</a></td><td></td><td><a href="/docs/jp/meru/install/linux.md">Linux</a></td></tr><tr><td><a href="/docs/jp/ji-ben/amd.md">AMD</a></td><td></td><td><a href="/docs/jp/ji-ben/amd.md">AMD</a></td></tr><tr><td><a href="/docs/jp/meru/install/updating.md">Updating</a></td><td></td><td><a href="/docs/jp/meru/install/updating.md">Updating</a></td></tr><tr><td><a href="/docs/jp/meru/install/intel.md">Intel</a></td><td></td><td></td></tr><tr><td><a href="/docs/jp/meru/install/conda-install.md">Conda</a></td><td></td><td><a href="/docs/jp/meru/install/conda-install.md">Conda</a></td></tr><tr><td><a href="/docs/jp/meru/install/vs-code.md">VS Code</a></td><td></td><td></td></tr><tr><td><a href="/docs/jp/meru/install/google-colab.md">Google Colab</a></td><td></td><td><a href="/docs/jp/meru/install/google-colab.md">Google Colab</a></td></tr></tbody></table>


---

# 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://unsloth.ai/docs/jp/meru/install.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.
