> 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は2つの方法で使用できます： [Unsloth Studio](/docs/jp/xin-zhe/studio/install.md)、Web UI、または元のコードベース版であるUnsloth Coreを通じて。こちらもご覧ください [システム要件](/docs/jp/meru/fine-tuning-for-beginners/unsloth-requirements.md)

Unsloth StudioはMacOS、Linux、Windows、NVIDIAなどで動作します。更新するには同じインストールコマンドを使用してください。

**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="/pages/f0aec71b27dd3fb7098c85a48ee39b11e05798fd">/pages/f0aec71b27dd3fb7098c85a48ee39b11e05798fd</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/3f25ebdeb2b687d90421588e1b9a97b6f91995fe">/pages/3f25ebdeb2b687d90421588e1b9a97b6f91995fe</a></td><td></td><td></td></tr><tr><td><a href="/pages/c188f95d26bbe239b9750e6595c7164791be0287">/pages/c188f95d26bbe239b9750e6595c7164791be0287</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/cc479234476bfcb2928aaa70e0b137d2f1b29981">/pages/cc479234476bfcb2928aaa70e0b137d2f1b29981</a></td><td></td><td></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/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></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:

```
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.
