Skip to main content

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 Hugging Face 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
ADVANCED

🔧 Hugging Face Transformers

Full control over the model for custom integrations.

  • ✓ Direct model access
  • ✓ Custom configurations
  • ✓ For developers