github unslothai/unsloth v0.1.0-beta
Introducing Unsloth Studio (Beta)!

latest release: b8457
one day ago

Hey guys, we're super excited to launch Unsloth Studio (Beta), a new open-source web UI to train and run LLMs.

Blog + everything you need to know: https://unsloth.ai/docs/new/studio

  • Run models locally on Mac, Windows, Linux
  • Compare and battle models side-by-side
  • Train 500+ models 2x faster with 70% less VRAM
  • Supports GGUF, vision, audio, embedding models
  • Self-healing Tool calling / web search + code execution
  • Auto-create datasets from PDF, CSV, DOCX
  • Export models to GGUF, safetensor and more formats

MacOS, Linux, WSL:

For MacOS, ensure you have cmake installed. If not, run brew install cmake.

curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv unsloth_studio --python 3.13
source unsloth_studio/bin/activate
uv pip install unsloth --torch-backend=auto
unsloth studio setup
unsloth studio -H 0.0.0.0 -p 8888

Then to launch every time:

source unsloth_studio/bin/activate
unsloth studio -H 0.0.0.0 -p 8888

Windows:

Run in Windows Powershell:

winget install -e --id Python.Python.3.13
winget install --id=astral-sh.uv  -e
uv venv unsloth_studio --python 3.13
.\unsloth_studio\Scripts\activate
uv pip install unsloth --torch-backend=auto
unsloth studio setup
unsloth studio -H 0.0.0.0 -p 8888

Then to launch every time:

.\unsloth_studio\Scripts\activate
unsloth studio -H 0.0.0.0 -p 8888

Docker

Use our Docker image unsloth/unsloth container. Run:

docker run -d -e JUPYTER_PASSWORD="mypassword" \
  -p 8888:8888 -p 8000:8000 -p 2222:22 \
  -v $(pwd)/work:/workspace/work \
  --gpus all \
  unsloth/unsloth
unsloth.studio.video.mp4

What's Changed

New Contributors

Full Changelog: https://github.com/unslothai/unsloth/commits/March-2026

Don't miss a new unsloth release

NewReleases is sending notifications on new releases.