> 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/erste-schritte/install.md).

# Unsloth-Installation

Unsloth kann auf drei verschiedene Arten installiert werden: **Unsloth Desktop**, die native App; **Unsloth Studio**, die browserbasierte Web-Oberfläche; oder **Unsloth Core**, das ursprüngliche, codebasierte Python-Paket.

### Unsloth Desktop

Laden Sie die native Desktop-App für Ihr Betriebssystem herunter:

* <i class="fa-apple">:apple:</i> [Für macOS herunterladen](https://unsloth.ai/download/mac)
* <i class="fa-windows">:windows:</i> [Für Windows herunterladen](https://unsloth.ai/download/windows)
* <i class="fa-linux">:linux:</i> [Für Linux herunterladen](https://unsloth.ai/download/linux)

### Unsloth Studio

**Unsloth Studio** ist die browserbasierte Web-Oberfläche. Verwenden Sie diese Befehle nur für eine manuelle Studio-Installation.

**macOS, Linux und WSL:**

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

**Windows PowerShell:**

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

Starten Sie Studio mit:

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

Für Anforderungen und erweiterte Optionen siehe den [Installationsleitfaden für Unsloth Studio](https://unsloth.ai/docs/new/studio/install).

### Unsloth Core

**Unsloth Core** ist das ursprüngliche Python-Paket für codebasiertes Training und Inferenz. Folgen Sie dem [Leitfaden zu uv, pip und virtuellen Umgebungen](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">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/44f4bf2eea97ad3270d9e11ab9d33f2b9479ae22">/pages/44f4bf2eea97ad3270d9e11ab9d33f2b9479ae22</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/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/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/4ce2c4dc8c5cacd60164238ecd513f358a061597">/pages/4ce2c4dc8c5cacd60164238ecd513f358a061597</a></td><td></td><td></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><tr><td><a href="/pages/640614487176d3a5651ebae1f3549fe2261a9cd0">/pages/640614487176d3a5651ebae1f3549fe2261a9cd0</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/de/erste-schritte/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.
