> 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 は 3 つの異なる方法でインストールできます: **Unsloth Desktop**、ネイティブアプリ; **Unsloth Studio**、ブラウザベースのWeb UI、または **Unsloth Core**、元のコードベースのPythonパッケージ。

### Unsloth Desktop

お使いのOS向けのネイティブデスクトップアプリをダウンロードしてください：

* <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="/pages/f0aec71b27dd3fb7098c85a48ee39b11e05798fd">/pages/f0aec71b27dd3fb7098c85a48ee39b11e05798fd</a></td><td></td><td></td></tr><tr><td><a href="/pages/3f25ebdeb2b687d90421588e1b9a97b6f91995fe">/pages/3f25ebdeb2b687d90421588e1b9a97b6f91995fe</a></td><td></td><td></td></tr><tr><td><a href="/pages/2668025f87c0405c2cc5a80af272adcb7670b1c1">/pages/2668025f87c0405c2cc5a80af272adcb7670b1c1</a></td><td></td><td><a href="/pages/2668025f87c0405c2cc5a80af272adcb7670b1c1">/pages/2668025f87c0405c2cc5a80af272adcb7670b1c1</a></td></tr><tr><td><a href="/pages/cc479234476bfcb2928aaa70e0b137d2f1b29981">/pages/cc479234476bfcb2928aaa70e0b137d2f1b29981</a></td><td></td><td></td></tr><tr><td><a href="/pages/a7e24b56702a0f7fb45f9f2ce0e6bd34dd1d2f50">/pages/a7e24b56702a0f7fb45f9f2ce0e6bd34dd1d2f50</a></td><td></td><td><a href="/pages/a7e24b56702a0f7fb45f9f2ce0e6bd34dd1d2f50">/pages/a7e24b56702a0f7fb45f9f2ce0e6bd34dd1d2f50</a></td></tr><tr><td><a href="/pages/69a2c17173ec9337f4907132dee8c77a4517814a">/pages/69a2c17173ec9337f4907132dee8c77a4517814a</a></td><td></td><td></td></tr><tr><td><a href="/pages/95675428bc31deb983c8671ed114fe527a7ef9b9">/pages/95675428bc31deb983c8671ed114fe527a7ef9b9</a></td><td></td><td><a href="/pages/95675428bc31deb983c8671ed114fe527a7ef9b9">/pages/95675428bc31deb983c8671ed114fe527a7ef9b9</a></td></tr><tr><td><a href="/pages/c188f95d26bbe239b9750e6595c7164791be0287">/pages/c188f95d26bbe239b9750e6595c7164791be0287</a></td><td></td><td></td></tr><tr><td><a href="/pages/5e0acd79219be93b16f86392761655f6f6e2666b">/pages/5e0acd79219be93b16f86392761655f6f6e2666b</a></td><td></td><td></td></tr><tr><td><a href="/pages/edd46c6ff5517515492c3bed73ae1002cdda015b">/pages/edd46c6ff5517515492c3bed73ae1002cdda015b</a></td><td></td><td><a href="/pages/edd46c6ff5517515492c3bed73ae1002cdda015b">/pages/edd46c6ff5517515492c3bed73ae1002cdda015b</a></td></tr><tr><td><a href="/pages/090ed90a4ffc1a9eeb68010854349a7dfed76e57">/pages/090ed90a4ffc1a9eeb68010854349a7dfed76e57</a></td><td></td><td></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.
