Skip to main content

llama.cpp

LLM inference in C/C++

View on GitHub Official site
Llm Inference MIT Medium setup 121,242 stars

Overview

Description

Run powerful AI models on your own hardware — no cloud subscription needed. llama.cpp lets you chat with, serve, and experiment with hundreds of open-source LLMs locally on almost any device, from laptops to servers. The big picture: private, offline AI inference that's fast, free, and under your control.

Technical scorecard

License

MIT

Commercial use

Yes

OpenAI-compatible API

Yes

REST API

Yes

Fine-tuning support

No

Quantization support

No

Docker available

Yes

GUI / no-code available

Yes

Telemetry

Unknown

Offline after setup

No

Data & Privacy

Does it send data online?

This listing is not marked offline after setup.

Does it store history?

Not verified in this directory yet. Review the upstream docs for persistence, logs, and workspace storage.

License checks?

Commercial use is marked as allowed or likely allowed by the listed license.

Telemetry?

Unknown

Last verified: Jul 22, 2026. Maintainer verification should be treated as directory guidance, not legal advice.

🛡️

Deploying llama.cpp in production?

Stop silent telemetry leaks before they trigger an unintended data leak. Get our Airgap Certainty Blueprint for llama.cpp.

Request Privacy and Telemetry Audit

Setup & Installation

Medium

A developer can usually get this running with standard docs.

# Start with the official project repository
# https://github.com/ggml-org/llama.cpp

Hardware Requirements

Hardware tagsCPU, GPU (NVIDIA), GPU (AMD), GPU (Apple Silicon), NPU, Edge Device
LanguagesC++

Works Well With