
이미지: X — 개발툴·에이전트 영상 갈무리
Summary
- Unsloth AI has released Unsloth Desktop, an open-source desktop app that supports both running and training models.
- It runs on macOS, Windows, and Linux, and supports MLX, GGUF, diffusion image/video models, and audio models.
- It can connect Claude Code and Codex to local LLMs, and the company claims tool-calling accuracy is 50% higher.
- 제품명
- Unsloth Desktop
- 공개 시점
- 2026년 8월 11일 (Unsloth AI X 게시)
- 성격
- 오픈소스 데스크톱 애플리케이션
- 지원 OS
- macOS, Windows, Linux
- 지원 포맷·모달
- MLX, GGUF, 디퓨전 이미지·영상, 오디오
- 핵심 기능
- 로컬 모델 실행 + 로컬 학습(파인튜닝)
- 에이전트 연동
- Claude Code, Codex를 로컬 LLM에 연결
- 회사 주장 성능
- 툴 호출 정확도 50% 향상, 실패 시 자기복구(self-healing)
Fine-tuning leaves the terminal
Until now, training an open model on your own data meant setting up a Python environment, matching CUDA versions, and running notebook cells in order. Inference had gotten easier, but training remained developer territory. Unsloth Desktop, released by Unsloth AI on August 11, puts both into a single window. The company described it as "the first desktop app to run and train models locally" (Unsloth AI, X).

The team behind Unsloth
Unsloth is known as the team behind an open-source library for fine-tuning open models quickly with low memory usage. They've worked on making techniques like LoRA and QLoRA — which adjust models by adding partial weights rather than retraining the whole thing — run on consumer GPUs, and they're also a familiar name in the local LLM community for releasing GGUF quantized files whenever a new open model comes out. In other words, this app isn't a sudden departure; it's the team moving what it previously offered via command line into a GUI.
A quick note on terminology: GGUF is a quantized model file format used in the llama.cpp ecosystem, while MLX is a machine learning framework built for Apple silicon. Supporting both means the app can handle models downloaded on either Mac or PC in the same interface.
What one app now covers
| Item | Disclosed details |
|---|---|
| Inference | Local model inference |
| Training | Local fine-tuning |
| Model formats | MLX, GGUF |
| Modalities | Text, diffusion image/video, audio |
| OS | macOS, Windows, Linux |
| License | Open source |
While most local tools have focused on text models alone, it stands out that this app also includes diffusion models for image/video generation and audio models in the same package.
Coding agents on your own PC instead of the cloud
In practical terms, the most noticeable feature is the connection to Claude Code and Codex. Both are terminal-based coding agents released by Anthropic and OpenAI respectively, and by default they call their companies' APIs. Running them on local LLMs instead means code never leaves the machine and no usage fees apply.
The persistent problem has been tool calling. Agents need to generate function calls in a specific format to read files and execute commands, and small local models frequently get a parenthesis or argument name wrong, halting the entire loop. Unsloth says tool-calling accuracy is 50% higher and that a self-repair feature can fix failed calls automatically. However, the post doesn't specify which models or benchmarks this comparison is based on — a claim that should be read as the company's own.
More models worth running locally
This app arrives against a backdrop of changes on the open-model side. On August 10, Meta AI released Muse Glimmer, a 30-billion-parameter dense model that, when 4-bit quantized, brings the language model's footprint under 20GB — aiming for compatibility with 24GB/32GB consumer GPUs, roughly the level of a high-end gaming graphics card. It was also trained for agentic loop tasks like function calling and failure recovery, which aligns with what this app is aiming for. A day earlier, on August 9, DeepSeek uploaded DeepSeek-V4-Pro to Hugging Face in FP8 precision under an MIT license.
| Recent open models | Scale/conditions | License |
|---|---|---|
| Muse Glimmer (Meta AI, Aug 10) | 30B dense, under 20GB at 4-bit | Apache 2.0 |
| DeepSeek-V4-Pro (DeepSeek, Aug 9) | FP8 precision | MIT |
So what changes
Local AI has largely stalled at "just trying it out." Downloading a model and opening a chat window has gotten easy, but training it to match your own documents or coding style has remained a separate technical hurdle. Unsloth Desktop is an attempt to lower that barrier down to a single app. Combined with a path to connect Claude Code and Codex to local models, this widens the options for teams that can't send internal code to external APIs, or individuals watching their costs.
The real verdict will come from actual use. Fine-tuning doesn't get easier just because the app looks nice — it's fundamentally about how you collect and refine data — and the claimed 50% improvement in tool-calling accuracy will only mean something once it's reproduced across multiple models. Still, since it's open source, the community can verify these claims quickly. Coming alongside months of local-model users expressing frustration over the lack of good mid-sized 8B–12B models, this app shifts the question from "which model should I use" to "how far can I customize my own model."



