Install Unsloth on Linux
Install Unsloth Desktop, Unsloth Studio, or Unsloth Core on Linux.
To install Unsloth Desktop on Linux, follow the steps below.
Unsloth is now ready
To start chatting, type a message and press Enter.
Connect tools: Claude Code, Codex, web search, MCP and more
Train models: Fine-tune text, diffusion, embedding, and more
Generate media: Create and train images, video, TTS locally

Advanced installation
Use these options for developer builds, nightly Unsloth Studio, or code-based Unsloth Core.
Install Unsloth Studio from the main repo
git clone https://github.com/unslothai/unsloth
cd unsloth
./install.sh --local
unsloth studio -H 0.0.0.0 -p 8888Install nightly Unsloth Studio
git clone https://github.com/unslothai/unsloth
cd unsloth
git checkout nightly
./install.sh --local
unsloth studio -H 0.0.0.0 -p 8888Install Unsloth Core with uv
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv unsloth_env --python 3.13
source unsloth_env/bin/activate
uv pip install unsloth --torch-backend=autoOr install the latest pip release directly:
To install vLLM with Unsloth:
For virtual environments, CUDA and Torch-specific commands, and advanced pip options:
View the advanced pip installation guide
Install Unsloth Studio manually
The command below installs Unsloth Studio, the browser-based web UI. It does not install the native Desktop app.
Use the same command to update Unsloth Studio.
Launch Unsloth Studio
For detailed Unsloth Studio install instructions and requirements, view the Unsloth Studio guide.
Uninstall
Unsloth Desktop
Ubuntu or Debian (.deb)
Close Unsloth if it is running.
Remove the package:
AppImage
Close Unsloth if it is running.
Delete the downloaded
.AppImagefile.
Uninstalling Unsloth Desktop does not remove downloaded models or your files.
Unsloth Studio (manual installation)
Run the Linux uninstall script:
This removes Unsloth Studio, its CLI command, launcher data, and Linux desktop shortcuts. It does not remove downloaded Hugging Face models.
Delete downloaded model files
The default Hugging Face cache is:
If HF_HUB_CACHE, HF_HOME, or XDG_CACHE_HOME is set, use that location instead.
Last updated
Was this helpful?


