Quick Answer: The latest LLaMA.cpp release, b4892 from GitHub, landed June 17, 2026. It improves CPU AVX-512, CUDA, Metal, Vulkan, and SYCL backends, expands GGUF context handling, and adds new server parameters. It remains MIT licensed and free to run locally.
On June 17, 2026, the open source LLaMA.cpp project shipped release b4892 on GitHub. The update speeds up CPU, Metal, CUDA, Vulkan, and SYCL backends. It also adds broader model support and new GGUF context options. LLaMA.cpp is an MIT licensed C and C++ inference engine. It runs large language models locally without a cloud API. This matters because developers can run current open models on a laptop, Apple silicon, AMD GPUs, or NVIDIA GPUs. There is no per token fee and no provider rate limit. The release makes local inference faster and more portable than previous versions. Users can compile it from source or download prebuilt binaries.
...