Open-source Rust GGUF runtime runNburn runs 295B model on 64GB RAM, 2.8x faster decode than llama.cpp

coderyeon · reddit · 2026-07-31

Developer coderyeon shares runNburn, an open-source Rust inference runtime for GGUF models designed for memory-constrained environments. It supports CPU, CUDA, Metal, and Android, with experimental Vulkan and OpenCL. Key feature is explicit memory budgeting: file-backed weights, bounded host residency, and accelerator caches sized to hardware, without requantization or conversion.

Performance highlights:

Project started in March 2026 for mobile, now supports multiple architectures (dense attention, GatedDeltaNet, Mamba, sparse MoE). Target is personal single-owner inference server, not high-throughput multi-tenant.

Original post →

More from Infra

Infra channel →