Run Moondream Locally
There are two ways to run Moondream locally. Moondream Station is a ready-to-use Python package that downloads and manages Moondream models, accessible via console or API (100% compatible with Moondream Cloud API). For more control, integrate Moondream directly using the HuggingFace Transformers Python API—useful when you need direct bindings or custom packaging.
Choose Your Path
RECOMMENDED
🚀 Moondream Station
The easiest way to run Moondream. One command and you're ready to go.
- ✓ Zero configuration required
- ✓ Automatic setup & updates
- ✓ Works via CLI or HTTP API
- ✓ Perfect for beginners
- ✓ Supports Moondream 2 and 3 Preview (Moondream 3 Preview not available on Mac yet)
ADVANCED
🔧 HuggingFace Transformers
Full control over the model for custom integration and fine-tuning.
- ✓ Direct model access
- ✓ Custom configurations
- ✓ Fine-tuning support
- ✓ For developers
Next steps
- Visit the Moondream Station guide for the fastest way to start.
- Explore the HuggingFace Transformers setup for full control.