> 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/de/loslegen/install.md).

# Unsloth-Installation

Unsloth kann auf zwei Arten verwendet werden: über [Unsloth Studio](/docs/de/neu/studio/install.md), die Web-UI oder über Unsloth Core, die ursprüngliche codebasierte Version. Siehe unsere [Systemanforderungen](/docs/de/loslegen/fine-tuning-for-beginners/unsloth-requirements.md)

Unsloth Studio funktioniert auf MacOS, Linux, Windows, NVIDIA und mehr. Verwenden Sie zum Aktualisieren dieselben Installationsbefehle.

**MacOS, Linux, WSL:**

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

**Windows PowerShell:**

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

**Starten Sie 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">Titelbild</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/c0a9741cebd0f6061894641559ed770f1819d0ae">/pages/c0a9741cebd0f6061894641559ed770f1819d0ae</a></td><td></td><td></td></tr><tr><td><a href="/pages/f2e9c46bf9628a73605243a4f5d2859cf6831957">/pages/f2e9c46bf9628a73605243a4f5d2859cf6831957</a></td><td></td><td><a href="/pages/f2e9c46bf9628a73605243a4f5d2859cf6831957">/pages/f2e9c46bf9628a73605243a4f5d2859cf6831957</a></td></tr><tr><td><a href="/pages/44f4bf2eea97ad3270d9e11ab9d33f2b9479ae22">/pages/44f4bf2eea97ad3270d9e11ab9d33f2b9479ae22</a></td><td></td><td></td></tr><tr><td><a href="/pages/6cfc4e7277de7763f13423fb2a9191134f5aba98">/pages/6cfc4e7277de7763f13423fb2a9191134f5aba98</a></td><td></td><td></td></tr><tr><td><a href="/pages/5216ff7aa081a61171fc75301bb42be87b4a9c8a">/pages/5216ff7aa081a61171fc75301bb42be87b4a9c8a</a></td><td></td><td><a href="/pages/5216ff7aa081a61171fc75301bb42be87b4a9c8a">/pages/5216ff7aa081a61171fc75301bb42be87b4a9c8a</a></td></tr><tr><td><a href="/pages/4ce2c4dc8c5cacd60164238ecd513f358a061597">/pages/4ce2c4dc8c5cacd60164238ecd513f358a061597</a></td><td></td><td></td></tr><tr><td><a href="/pages/ae33a3cb262bdf9cbd68b7b4495db5c0a6bb5342">/pages/ae33a3cb262bdf9cbd68b7b4495db5c0a6bb5342</a></td><td></td><td></td></tr><tr><td><a href="/pages/7b330a236b4758ee426955096af5df766d5ba082">/pages/7b330a236b4758ee426955096af5df766d5ba082</a></td><td></td><td><a href="/pages/7b330a236b4758ee426955096af5df766d5ba082">/pages/7b330a236b4758ee426955096af5df766d5ba082</a></td></tr><tr><td><a href="/pages/909a064aef7388f1c2592c9253709dbbeb527222">/pages/909a064aef7388f1c2592c9253709dbbeb527222</a></td><td></td><td></td></tr><tr><td><a href="/pages/90c1113eebb853afeea3845f7b5dc2c9df28fc75">/pages/90c1113eebb853afeea3845f7b5dc2c9df28fc75</a></td><td></td><td><a href="/pages/90c1113eebb853afeea3845f7b5dc2c9df28fc75">/pages/90c1113eebb853afeea3845f7b5dc2c9df28fc75</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/de/loslegen/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.
