The llama.cpp project released version b10636, which changes the default behavior for building the web interface. The npm-based UI build is now disabled by default (LLAMA_BUILD_UI=OFF), with the UI instead embedded from local sources or prebuilt downloads.
- CI jobs no longer npm-build the UI; server-sanitize does not require Node.js anymore.
- The ui-build artifact is renamed to llama-ui.zip and reused across release jobs.
- macOS Apple Silicon builds with KleidiAI are disabled.
- Windows arm64 CUDA 13 support is marked as preview.
This release provides binaries for macOS, Linux, Windows, Android, and openEuler across various hardware backends including CPU, Vulkan, ROCm, OpenVINO, SYCL, and CUDA.