All tools
Local & on-device AIUpdated today

Colibri

By JustVugg

Pure-C inference engine, Apache 2.0 and roughly 25,500 GitHub stars, that treats VRAM, RAM, and storage as one memory hierarchy: attention and embedding layers stay resident while routed Mixture-of-Experts weights stream from SSD on demand, putting models the size of Kimi K3, GLM-5.2, and DeepSeek V4 Flash within reach of a machine with no GPU.

Best for

  • running frontier MoE models on consumer hardware
  • inference on machines with little VRAM or no GPU at all
  • trading throughput for model size on a fast SSD
  • zero-dependency builds across Linux, macOS, and Windows
Recent changes
  • Aug 19, 2026Added to the catalogue: pure-C inference engine that streams MoE experts from SSD, running Kimi K3 and GLM-5.2 class models without a GPU, ~25,500 GitHub stars.

Other Local & on-device AI