📥Unsloth Installation
Install Unsloth Desktop, Unsloth Studio, or Unsloth Core.
Unsloth can be installed in three distinct ways: Unsloth Desktop, the native app; Unsloth Studio, the browser-based web UI; or Unsloth Core, the original code-based Python package.
Unsloth Desktop
Download the native desktop app for your operating system:
Unsloth Studio
Unsloth Studio is the browser-based web UI. Use these commands only for a manual Studio installation.
macOS, Linux, and WSL:
curl -fsSL https://unsloth.ai/install.sh | shWindows PowerShell:
irm https://unsloth.ai/install.ps1 | iexLaunch Studio with:
unsloth studio -H 0.0.0.0 -p 8888For requirements and advanced options, see the Unsloth Studio installation guide.
Unsloth Core
Unsloth Core is the original Python package for code-based training and inference. Follow the uv, pip, and virtual environment guide.
Last updated
Was this helpful?

