AI Large Language Models
DwarfStar
A specialized local inference engine for large language models, optimized for Apple Silicon and SSD streaming on memory-constrained systems.
DwarfStar
What is DwarfStar?
DwarfStar is a small, self-contained inference engine for running large language models locally, with native support for DeepSeek, Qwen, and GLM models, featuring adaptive SSD streaming and Metal acceleration.
DwarfStar vs Similar AI Tools
| Pricing Model | Free | Free | Free | Free, Freemium |
| Free Credits | ||||
| Key Features |
|
|
|
|
| Pros |
|
|
|
|
| Cons |
|
|
|
|
| Best For |
|
|
|
|
How to use DwarfStar?
- 1Install prerequisites: Xcode Command Line Tools on macOS.
- 2Clone the repository: git clone https://github.com/andreaborio/ds4.git && cd ds4
- 3Download a model: ./download_model.sh q2-imatrix
- 4Build: make
- 5Run inference: ./ds4 -m ./ds4flash.gguf --nothink
- 6Start the server: ./ds4-server -m ./ds4flash.gguf --ctx 32768
DwarfStar Key Features
- Native model loading for DeepSeek V4, Qwen3.6, and GLM 5.2
- Adaptive Metal residency and SSD streaming for memory-constrained systems
- HTTP server with tool calling and coding agent
- RAM and on-disk KV state management
- GGUF tooling for quantization and calibration
- Mixed-precision routed-expert support
- Correctness and speed benchmarks
DwarfStar Use Cases
- Running large language models locally on Apple Silicon Macs
- Privacy-preserving inference without cloud dependencies
- Development and testing of LLM applications
- Research on model quantization and streaming
DwarfStar Pricing & Free Credits
DwarfStar currently operates on a Free model.
This tool is completely free to use
DwarfStar Pros & Cons
Pros
- Runs entirely locally, ensuring data privacy
- Optimized for Apple Silicon with Metal acceleration
- Supports multiple large models (DeepSeek, Qwen, GLM)
- Adaptive SSD streaming enables models that exceed RAM
- Open source with active development and benchmarks
Cons
- Primarily designed for Apple Silicon; CUDA/ROCm backends are secondary
- Not a generic GGUF runner; only supports specific models
- Beta software with some experimental features
- Requires technical expertise to set up and configure
What is DwarfStar best for?
- Apple Silicon Mac users wanting on-device LLM inference
- Developers seeking a specialized, high-performance inference engine
- Researchers experimenting with model quantization and streaming