ggml-org/llama.cpp
LLM inference in C/C++ observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 87
- Longevity 90
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1272
- days_rel: 8
- days_push: 7
- n_releases_24m: 4641
Adoption not part of the score
125803 stars · 22236 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
llama.cpp is a C/C++ library and toolset for running large language model inference locally on CPUs and GPUs, built on the ggml tensor library. It ships CLI tools, an OpenAI-compatible REST server (llama-server), and supports quantized GGUF models across a wide range of hardware.
Use cases
- run an LLM locally on my laptop without an API key
- serve a local model with an OpenAI-compatible API
- run quantized GGUF models on CPU
- run LLM inference on Apple Silicon
- host a private chatbot on my own machine
- run a local coding agent with a local model
- run LLM inference on a Jetson or embedded GPU
When to choose
- you want private, fully local LLM inference with no telemetry or API keys
- you need to run models on heterogeneous hardware from laptops to clusters
- you want a lightweight C/C++ inference stack with quantization support
When to avoid
- you need large-scale multi-node training or fine-tuning infrastructure
- you prefer managed cloud inference APIs
- you need a high-level Python training framework rather than an inference runtime
Facets
library · maturity stable
llm-inference machine-learning cli http-server gpu-computing large-language-models artificial-intelligence machine-learning developer-tools self-hosted cross-platform windows cli wasm python cpp c ggml local-llm quantization cpu-inference apple-silicon openai-compatible-api llama-server linux macos docker gpu
3 sources
- readme: https://github.com/ggml-org/llama.cpp · fetched 2026-08-28 · 2c343a497046
- homepage: https://llama.app · fetched 2026-08-28 · 003dcf48936b
- site_page: https://llama.app/docs · fetched 2026-08-28 · 44136fa355b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ggml-org/llama.cpp | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="ggml-org/llama.cpp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem