Native MiniMax-H3 inference for Apple Silicon
antirez (Salvatore Sanfilippo)
2025
Why H3-metal stands out
Direct Metal API integration for maximum GPU utilization
Optimized memory management for large model inference
Minimal dependencies, clean C implementation
All inference runs locally on your device
The inference pipeline
MiniMax-H3 weights loaded into unified memory
GPU kernels compiled for Apple Silicon architecture
Input tokens processed through transformer layers
Parallel computation on Metal-capable GPU
Tokens decoded and streamed to user
Explore H3-metal on GitHub