llama.cpp

Hacker News Top Tools

Summary

The article presents the official home for llama.cpp, an open-source local LLM inference engine, highlighting integration with the Pi coding agent via the pi-llama plugin and broad hardware optimization.

No content available
Original Article
View Cached Full Text

Cached at: 08/12/26, 08:24 AM

# llama.app - Official home for llama.cpp Source: [https://llama.app/](https://llama.app/) ## Pair it with a local coding agent\. Run`llama serve`, install the`pi\-llama`plugin and launch[Pi](https://github.com/earendil-works/pi)\. It will automatically discover your local model\. No config, no API keys\. Files stay on your machine, requests never leave it\. ``` # 1. Serve a model llama serve # 2. Install the pi-llama plugin pi install git:github.com/huggingface/pi-llama # 3. Run Pi, everything is set pi ``` ![Pi](https://huggingface.co/buckets/julien-c/my-training-bucket/resolve/pi-logo-dark.svg) ## Optimized for any hardware\. From your laptop to a cluster, llama\.cpp runs on whatever you have\. Same binary, same models, same hand\-tuned kernels for every GPU and CPU\. ![](https://huggingface.co/front/assets/hardware/apple-silicon.svg)Apple Silicon ![](https://huggingface.co/front/assets/hardware/m-ultra.webp)M Ultra ![](https://huggingface.co/front/assets/hardware/rtx-series.webp)RTX 5090 ![](https://huggingface.co/front/assets/hardware/cpu.webp)CPU ![](https://huggingface.co/front/assets/hardware/jetson.webp)Jetson ![](https://huggingface.co/front/assets/hardware/h100.webp)H100 ![](https://huggingface.co/front/assets/hardware/mi300.webp)MI300 ![](https://huggingface.co/front/assets/hardware/rtx-series.webp)RTX 4090 ![](https://huggingface.co/front/assets/hardware/gpu.webp)A100 ![](https://huggingface.co/front/assets/hardware/m-pro.webp)M Pro ![](https://huggingface.co/front/assets/hardware/m-max.webp)M Max ![](https://huggingface.co/front/assets/hardware/spark.webp)DGX Spark ![](https://huggingface.co/front/assets/hardware/t4.webp)T4 ![](https://huggingface.co/front/assets/hardware/amd-rx.webp)Radeon RX ![](https://huggingface.co/front/assets/hardware/h100.webp)B200 ![](https://huggingface.co/front/assets/hardware/arc.webp)Intel Arc ![](https://huggingface.co/front/assets/hardware/rtx-series.webp)RTX 3090

Similar Articles

llama.cpp is the linux of llm

Reddit r/LocalLLaMA

The article draws a parallel between llama.cpp and Linux, positioning the open-source library as foundational infrastructure for running large language models.

ggml-org/llama.cpp

GitHub Trending (daily)

llama.cpp is an open-source C/C++ library for efficient LLM inference on local hardware, supporting various quantization methods and multiple backends (CPU, GPU, etc.).

Using llama.cpp with pi

Reddit r/LocalLLaMA

A guide on using llama.cpp to run large language models on Raspberry Pi devices for local inference.