https://unsloth.ai/docs/new/studio LogoLogo [ ] [?]Ctrlk RedditDiscordGitHubNewsletter More English LogoLogo English * Get Started + Homepage + Beginner? Start here! + Unsloth Notebooks + All Our Models + Installation + Fine-tuning Guide + Reinforcement Learning Guide * New + Introducing Unsloth Studio o Get Started o Studio Chat o Installation o Data Recipes o Model Export + Faster MoE Training + Embedding Fine-tuning * Models + Qwen3.5 + NVIDIA Nemotron 3 + Qwen3-Coder-Next + MiniMax-M2.5 + GLM-4.7-Flash + Kimi K2.5 + GLM-5 + gpt-oss + Qwen3 + Complete LLM Directory * Basics + [?]Inference & Deployment + Claude Code + OpenAI Codex + DGX Station + Multi-GPU Training Unsloth + Tool Calling Guide + Text-to-Speech Fine-tuning + Dynamic 2.0 GGUFs + [?]Vision Fine-tuning + [?][?]Troubleshooting & FAQs + Chat Templates + [?]Unsloth Environment Flags + [?][?]Continued Pretraining + Last Checkpoint + Unsloth Benchmarks * Blog + [?]New 3x Faster Training + 500K Context Training + Quantization-Aware Training + Unsloth Docker Guide + DGX Spark and Unsloth + Blackwell, RTX 50 and Unsloth Powered by GitBook On this page Copy 1. New Introducing Unsloth Studio Run and train AI models locally with Unsloth Studio. Today, we're launching Unsloth Studio (Beta): an open-source, no-code web UI for training, running and exporting open models in one unified local interface. Quickstart Features Github * Run GGUF and safetensor models locally on Mac, Windows, Linux. * Train 500+ models 2x faster with 70% less VRAM (no accuracy loss) * Run and train text, vision, TTS audio, embedding models [image] * MacOS and CPU work for Chat GGUF inference. MLX training coming soon. * No dataset needed. Auto-create datasets from PDF, CSV, JSON, DOCX, TXT files. * Export or save your model to GGUF, 16-bit safetensor etc. * Self-healing tool calling / web search + code execution * Auto inference parameter tuning and edit chat templates. Please note this is the BETA version of Unsloth Studio. Expect many improvements, fixes, and new features in the coming days and weeks. One issue we're actively addressing is precompiled llama.cpp binaries to significantly speed up install times. Features Run models locally Search and run GGUF and safetensor models with self-healing tool calling / web search, auto inference parameter tuning, code execution and APIs. Upload images, docs, audio, code files. Battle models side by side. Powered by llama.cpp + Hugging Face, we support multi-GPU inference and most models. [image] No-code training Upload PDF, CSV, JSON docs, or YAML configs and start training instantly on NVIDIA. Unsloth's kernels optimize LoRA, FP8, FFT, PT across 500+ text, vision, TTS/audio and embedding models. Fine-tune the latest LLMs like Qwen3.5 and NVIDIA Nemotron 3. Multi-GPU works automatically, with a new version coming. [image] Data Recipes Data Recipes transforms your docs into useable / synthetic datasets via graph-node workflow. Upload unstructured or structured files like PDFs, CSV and JSON. Unsloth Data Recipes, powered by NVIDIA DataDesigner, auto turns documents into your desired formats. [image] Observability Gain complete visibility into and control over your training runs. Track training loss, gradient norms, and GPU utilization in real time, and customize to your liking. You can even view the training progress on other devices like your phone. [image] Export / Save models Export any model, including your fine-tuned models, to safetensors, or GGUF for use with llama.cpp, vLLM, Ollama, LM Studio, and more. Stores your training history, so you can revisit runs, export again and experiment. [image] Model Arena Chat with and compare 2 different models, such as a base model and a fine-tuned one, to see how their outputs differ. Just load your first GGUF/model, then the second, and voila! Inference will firstly load for one model, then the second one. [image] Privacy first + Secure Unsloth Studio can be used 100% offline and locally on your computer. Its token-based authentication, including password and JWT access / refresh flows keeps your data secure and under your control. [image] [?] Quickstart Unsloth Studio works on Windows, Linux, WSL and MacOS (chat only currently). * CPU: Unsloth still works without a GPU, but only for Chat inference. * Training: Works on NVIDIA GPUs: RTX 30, 40, 50, Blackwell, DGX Spark/Station etc. * Mac: Like CPU - Chat only works for now. MLX training coming very soon. * Coming soon: Support for Apple MLX, AMD, and Intel. * Multi-GPU: Works already, with a major upgrade on the way. Windows, MacOS, Linux, WSL: First install may take 5-10 minutes. This is normal as llama.cpp needs to compile binaries. We're working on precompiled binaries so next time it won't take so long. Docker: Our Docker image now works for Studio! We're working on Mac compatibility unsloth/unsloth. Read our Docker guide. Pip: For more details about installation please visit the Unsloth Studio Install section. You can also view NVIDIA's Video Tutorial here. Installation Google Colab notebook We've created a free Google Colab notebook so you can explore all of Unsloth's features on Colab's T4 GPUs. You can train and run most models up to 22B parameters, and switch to a larger GPU for bigger models. Just Click 'Run all' and the UI should pop up after installation. It'll take 40+ mins for llama.cpp to compile on a T4 GPU, thus we recommend using a bigger GPU for faster speeds. LogoGoogle Colabcolab.research.google.com Once installation is complete, scroll to Start Unsloth Studio and click Open Unsloth Studio in the white box shown on the left: [image] Workflow Here is a usual workflow of Unsloth Studio to get you started: 1. Launch Studio from install instructions. 2. Load a model from local files or a supported integration. 3. Import training data from PDFs, CSVs, or JSONL files, or build a dataset from scratch. 4. Clean, refine, and expand your dataset in Data Recipes. 5. Start training with recommended presets or customize the config yourself. 6. Chat with the trained model and compare its outputs against the base model. 7. Save or export locally to the stack you already use. You can read our individual deep dives into each section of Unsloth Studio: Get Started Model Export Data Recipes Studio Chat Video Tutorials Here is a video tutorial created by NVIDIA to get you started with Studio: FAQ Does Unsloth collect or store data? We do not collect usage telemetry. We only collect the minimal hardware information required for compatibility, such as GPU type and device (e.g. Mac). Unsloth Studio runs 100% offline and locally. Is Unsloth now licensed under AGPL-3.0? No. The main Unsloth package is still licensed under Apache 2.0. Only certain optional components, such as the Unsloth Studio UI, are under the AGPL-3.0 open-source license. Unsloth now has dual-licensing where some parts of the codebase are licensed Apache 2.0, while others are licensed AGPL-3.0. This structure helps support ongoing Unsloth development while keeping the project open-source and enabling the ecosystem to grow. Does Studio only support LLMs? No. Studio supports a range of supported transformers compatible model families, including text, multimodal models, text-to-speech, audio, embeddings, and BERT-style models. Can I use my own training config? Yes. Import a YAML config and Studio will pre-fill the relevant settings. Do you need to train models to use the UI? No, you can just download any GGUF or model without fine-tuning any model. Future of Unsloth We're working hard to make open-source AI as accessible as possible. Coming next for Unsloth and Unsloth Studio, we're releasing official support for: multi-GPU, Apple Silicon/MLX, AMD, and Intel. Reminder this is the BETA version of Unsloth Studio so expect a lot of announcements and improvements in the coming weeks. We're also working closely with NVIDIA on multi-GPU support to deliver the best and simplest experience possible. Acknowledgements A huge thank you to NVIDIA and Hugging Face for being part of our launch. Also thanks to all of our early beta testers for Unsloth Studio, we truly appreciate your time and feedback. We'd also like to thank llama.cpp, PyTorch and open model labs for providing the infrastructure that made Unsloth Studio possible. [image] PreviousDPO, ORPO, KTONextGet Started Last updated 8 minutes ago Was this helpful? LogoLogo Community * Reddit r/unsloth * Twitter (X) * LinkedIn Resources * Tutorials * Docker * Hugging Face Company * About * Contact * Events (c) Unsloth, 2026 * Features * Run models locally * No-code training * Data Recipes * Observability * Export / Save models * Model Arena * Privacy first + Secure * [?] Quickstart * Google Colab notebook * Workflow * Video Tutorials * FAQ Was this helpful? Copy git clone https://github.com/unslothai/unsloth.git cd unsloth pip install -e . unsloth studio setup unsloth studio -H 0.0.0.0 -p 8888 Copy 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 Copy pip install unsloth unsloth studio setup unsloth studio -H 0.0.0.0 -p 8888