Getting Started
Welcome to MatrixHub! This guide will help you get up and running quickly.
Quick Start with Docker
Deploy MatrixHub locally in minutes using Docker Compose:
curl -fsSL https://bit.ly/4qqSZIG | docker compose -f - up -d
Configure HF Endpoint
Point your Hugging Face tools to your MatrixHub instance:
export HF_ENDPOINT=https://your-matrixhub-instance
Then use your existing workflows — huggingface_hub, transformers, or vllm — without any code changes.
Next Steps
- Learn about core concepts behind MatrixHub
- Explore integration guides for vLLM and SGLang
- Set up access control for your team