๐ฆฅ Unsloth Studio is running
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
On this machine — open this in your browser:
http://127.0.0.1:8888
(same as http://localhost:8888)
API & health:
http://127.0.0.1:8888/api
http://127.0.0.1:8888/api/health
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Tip: if you are on this computer, open http://localhost:8888/ in your browser.
Studio is only reachable on this machine (bound to 127.0.0.1).
To deploy and access globally:
1. press Ctrl+C to stop Studio
2. relaunch with: unsloth studio -H 0.0.0.0 -p 8888
Only do this on trusted networks — it exposes the API on every interface.
To stop Unsloth Studio: press Ctrl+C in this terminal.
(On macOS this is Control+C, not Command+C.)
How to change models folder for Studio (tutorial)
Note, this was current as of 2 days ago. Studio is changing fast, so please check if this workaround isn’t needed in May 2026 or later.
By default, Unsloth Studio will check Hugging Face download folders.
So if you can edit the environment variables for the HF cache, then US will use that env to follow to your folder.
EG: I have a brand-new Win11 install. I am just now adding AI apps & models. Before I did anything, I set in the Win11 env editor `HF_HOME` & `HF_HUB_CACHE` to my D: drive. When I installed Unsloth Studio, it downloaded models into my D: drive where the HF env were set.
Side note: I used a separate drive for all my models because:
* they are dang big & will likely fill up my system 1TB drive fast
* it was sitting around; I bought them on sale 2 years ago.
* I tuned the NTFS filesystem to serve big files a bit faster with 64k block sizes.
Update Unsloth Studio
To update Unsloth Studio use the same commands as install:
curl -fsSL https://unsloth.ai/install.sh | sh
Uninstall
The recommended way to fully remove Unsloth Studio is the uninstall script for your OS. It stops any running servers, removes the app, CLI command, launcher data, shortcuts, and platform-specific entries (macOS .app bundle + Launch Services; Windows Start Menu + registry + PATH):
macOS, WSL, Linux:
curl -fsSL https://raw.githubusercontent.com/unslothai/unsloth/main/scripts/uninstall.sh | sh
Leave a Reply