For the complete documentation index, see llms.txt. This page is also available as Markdown.

🦥Unsloth Docs

Unsloth is an open-source framework for running and training LLMs.

Unsloth lets you run and train AI models on your own local hardware via an open-source UI.

Our docs will guide you through running & training your own LLM locally.

Download UnslothFeaturesGitHub

⚡ Quickstart

Unsloth supports MacOS, Linux, Windows, NVIDIA, AMD, Intel and CPU setups. See: Unsloth Requirements. Download the native desktop app for your operating system:

Download Unsloth Desktop

Or, if you prefer manual installation:

MacOS, Linux, WSL:

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

Windows PowerShell:

Then open http://127.0.0.1:8888 (or your specific URL) in your browser.

👾 Unsloth Start

Unsloth Start lets you connect Claude Code, Codex and other agents to local models via the unsloth start command.

Start Unsloth, load a model, open your project folder, and then run:

Replace claude with any agent below:

Image
Claude Code running with Qwen3.5 locally.
Agent
Command

Claude Code

unsloth start claude

OpenAI Codex

unsloth start codex

Hermes Agent

unsloth start hermes

OpenClaw

unsloth start openclaw

OpenCode

unsloth start opencode

🦥 Why Unsloth?

⭐ Features

Unsloth lets you run and train models for text, audio, embedding, vision and more. Unsloth provides many key features for both inference and training:

Inference

Training

  • Train and RL 500+ models ~2x faster with ~70% less VRAM (no accuracy loss)

  • Supports full fine-tuning, pre-training, 4-bit, 16-bit and FP8 training.

  • Auto-create datasets from PDF, CSV, DOCX files. Edit data in a visual node workflow.

  • Observability: Monitor training live, track loss, GPU usage, customize graphs

  • Most efficient reinforcement learning library, using 80% less VRAM for GRPO, FP8 etc.

  • Multi-GPU works but a much better version is coming!

Latest models

Cover

Meta Muse Glimmer

Image

Last updated

Was this helpful?