🦥Unsloth Docs
Unsloth is an open-source framework for running and training LLMs.
Last updated
Was this helpful?
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
Unsloth supports MacOS, Linux, Windows, NVIDIA, AMD, Intel and CPU setups. See: Unsloth Requirements. Download the native desktop app for your operating system:
Or, if you prefer manual installation:
MacOS, Linux, WSL:
curl -fsSL https://unsloth.ai/install.sh | shWindows PowerShell:
Then open http://127.0.0.1:8888 (or your specific URL) in your browser.
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:

Claude Code
unsloth start claude
OpenAI Codex
unsloth start codex
Hermes Agent
unsloth start hermes
OpenClaw
unsloth start openclaw
OpenCode
unsloth start opencode
Unsloth streamlines local training, inference, data, and deployment
Unsloth lets you run and train models for text, audio, embedding, vision and more. Unsloth provides many key features for both inference and training:
Self-healing tool calling / web search and use Unsloth as an API.
Connect your local models to any agent: Claude Code, Codex, Hermes and more.
Search + download + run any model like GGUFs, LoRA adapters, safetensors.
Auto inference parameter tuning and edit chat templates.
Export or save your model to GGUF, 16-bit safetensor etc.
Compare outputs with two different model side by side.
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!

Last updated
Was this helpful?
Was this helpful?
irm https://unsloth.ai/install.ps1 | iexunsloth start claude
