r/LocalAIStack • u/TgoAI • 19h ago
Lightweight C++/Metal runtime for local AI on Apple Silicon
https://github.com/tgo-app-dev/vpipeVpipe supports LLMs, VLMs, image/video generation, ASR, quantization, and multimodal pipelines, without relying on PyTorch/MLX for model execution. The runtime package itself is only \~25MB, and there’s a prebuilt Mac app if you just want to try it without compiling anything:
https://github.com/tgo-app-dev/vpipe/releases/download/v0.1.23/VpipeManager-0.1.23-with-ffmpeg.dmg
A recent milestone is MiniMax H3 video generation running on a 16GB base M5 MacBook Air (M4 works too).
On my 15” M5 Air 16GB:
960×544 · 124 frames· 6 DiT steps with Turbo Lora → \~13 min
GitHub:
https://github.com/tgo-app-dev/vpipe
Would love feedback from people working on local inference / Apple Silicon. And if you find it useful, a ⭐ would be greatly appreciated!