# Unsloth のインストール

Unsloth は 2 つの方法で使えます： [Unsloth Studio](https://unsloth.ai/docs/jp/xin-zhe/studio/install)、Web UI、または元のコードベース版である Unsloth Core を通じて。こちらの [システム要件](https://unsloth.ai/docs/jp/meru/fine-tuning-for-beginners/unsloth-requirements)

Unsloth Studio は MacOS、Linux、Windows、NVIDIA などで動作します。更新するには同じインストールコマンドを使用するか、 `unsloth studio update`.

**MacOS、Linux、WSL:**

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

**Windows PowerShell:**

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

**Unsloth Studio を起動:**

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

<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="install/mac">mac</a></td><td></td><td></td></tr><tr><td><a href="install/pip-install">pip-install</a></td><td></td><td><a href="install/pip-install">pip-install</a></td></tr><tr><td><a href="install/windows-installation">windows-installation</a></td><td></td><td></td></tr><tr><td><a href="install/docker">docker</a></td><td></td><td></td></tr><tr><td><a href="install/updating">updating</a></td><td></td><td><a href="install/updating">updating</a></td></tr><tr><td><a href="install/amd">amd</a></td><td></td><td></td></tr><tr><td><a href="install/intel">intel</a></td><td></td><td></td></tr><tr><td><a href="install/conda-install">conda-install</a></td><td></td><td><a href="install/conda-install">conda-install</a></td></tr><tr><td><a href="install/vs-code">vs-code</a></td><td></td><td></td></tr><tr><td><a href="install/google-colab">google-colab</a></td><td></td><td><a href="install/google-colab">google-colab</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://unsloth.ai/docs/jp/meru/install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
