macOS
brew install llama.cpplocal Homebrew formula metadata
sudo port install llama.cppMacPorts ports tree · llm/llama.cpp/Portfile · ソース: api.github.com
brew
llama.cpp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install llama.cpplocal Homebrew formula metadata
sudo port install llama.cppMacPorts ports tree · llm/llama.cpp/Portfile · ソース: api.github.com
sudo dnf install llama-cppFedora Rawhide package metadata · llama-cpp · ソース: dl.fedoraproject.org
nix profile install nixpkgs#llama-cppnixpkgs package indexes · pkgs/by-name/ll/llama-cpp/package.nix · ソース: api.github.com
sudo apk add llama-serverAlpine Linux edge package indexes · llama-server · ソース: dl-cdn.alpinelinux.org
winget install --id ggml.llamacpp -eWindows Package Manager source index · ggml.llamacpp · ソース: cdn.winget.microsoft.com
概要
LLM inference in C/C++
履歴
llama.cpp is one of the defining packages of the local-LLM era: a C/C++ inference stack that made it practical to run quantized transformer models on laptops, desktops, servers, and small devices without a heavyweight Python runtime.
The repository was created on GitHub on March 10, 2023, shortly after Meta's LLaMA model release changed the center of gravity for local language-model experimentation. The README states the project goal as LLM inference with minimal setup and strong performance across local and cloud hardware.
The project is closely tied to ggml. Its README describes llama.cpp as the main playground for developing new ggml features, and the implementation grew around plain C/C++, integer quantization, CPU backends, and hardware accelerators such as Metal, CUDA, Vulkan, SYCL, HIP, and related GPU paths.
As model support broadened beyond the original LLaMA family, llama.cpp became a runtime and tooling umbrella: converters, quantizers, benchmarking tools, embedding tools, an OpenAI-compatible server, multimodal support, and many model-family loaders are represented in the command set and documentation.
Package adoption spread because llama.cpp lowered the cost of trying local inference: build from source, install from Homebrew, Nix, winget, conda-forge, Docker, or download release binaries, then run a model file or fetch one from Hugging Face-oriented workflows.
The README's bindings list shows the surrounding ecosystem that formed around the C/C++ core, including Python, Go, Node.js, Ruby, browser/Wasm, editor-completion plugins, and server clients. That ecosystem made llama.cpp both an end-user CLI and a library/runtime target for other packages.
Its high-frequency build-tag release pattern reflects active downstream pressure: package managers, bindings, model hubs, and local-AI applications all depend on fast propagation of backend, quantization, and model-format changes.
Users run llama-cli for local prompts, llama-server for an OpenAI-compatible HTTP API, llama-bench for performance testing, llama-quantize for smaller model files, and many auxiliary tools for embeddings, perplexity, retrieval, tokenization, and model-file manipulation.
The package is especially useful when a developer wants a self-contained inference engine: compile once, point it at a model, and choose a CPU/GPU backend without adopting a full ML framework stack.
For package maintainers, llama.cpp is unusually dynamic: hardware backend flags, model-format transitions, CLI renames, bundled tools, and release cadence all matter. It turned local AI into something package managers had to treat like a fast-moving systems tool rather than a single Python application.
It is also a packaging bridge between model hubs and Unix tooling. The same project can be installed as a formula, used as a server daemon, linked by language bindings, wrapped by desktop apps, or embedded in another inference product.
セキュリティ状態
llama.cpp に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
llama | cli | グローバル実行可能ファイル | |
llama-batched | cli | グローバル実行可能ファイル | |
llama-batched-bench | cli | グローバル実行可能ファイル | |
llama-bench | cli | グローバル実行可能ファイル | |
llama-cli | cli | グローバル実行可能ファイル | |
llama-completion | cli | グローバル実行可能ファイル | |
llama-debug | cli | グローバル実行可能ファイル | |
llama-debug-template-parser | cli | グローバル実行可能ファイル | |
llama-diffusion-cli | cli | グローバル実行可能ファイル | |
llama-embedding | cli | グローバル実行可能ファイル | |
llama-eval-callback | cli | グローバル実行可能ファイル | |
llama-finetune | cli | グローバル実行可能ファイル | |
llama-fit-params | cli | グローバル実行可能ファイル | |
llama-gen-docs | cli | グローバル実行可能ファイル | |
llama-gguf | cli | グローバル実行可能ファイル | |
llama-gguf-hash | cli | グローバル実行可能ファイル | |
llama-gguf-split | cli | グローバル実行可能ファイル | |
llama-idle | cli | グローバル実行可能ファイル | |
llama-imatrix | cli | グローバル実行可能ファイル | |
llama-lookahead | cli | グローバル実行可能ファイル | |
llama-lookup | cli | グローバル実行可能ファイル | |
llama-lookup-create | cli | グローバル実行可能ファイル | |
llama-lookup-merge | cli | グローバル実行可能ファイル | |
llama-lookup-stats | cli | グローバル実行可能ファイル | |
llama-mtmd-cli | cli | グローバル実行可能ファイル | |
llama-parallel | cli | グローバル実行可能ファイル | |
llama-passkey | cli | グローバル実行可能ファイル | |
llama-perplexity | cli | グローバル実行可能ファイル | |
llama-quantize | cli | グローバル実行可能ファイル | |
llama-results | cli | グローバル実行可能ファイル | |
llama-retrieval | cli | グローバル実行可能ファイル | |
llama-server | cli | グローバル実行可能ファイル | |
llama-simple | cli | グローバル実行可能ファイル | |
llama-simple-chat | cli | グローバル実行可能ファイル | |
llama-speculative | cli | グローバル実行可能ファイル | |
llama-speculative-simple | cli | グローバル実行可能ファイル | |
llama-template-analysis | cli | グローバル実行可能ファイル | |
llama-tokenize | cli | グローバル実行可能ファイル | |
llama-tts | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/ggml-org/llama.cpp
インストールメタデータ
| パッケージキー | brew:llama.cpp |
|---|---|
| バージョン | 9910 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/llama.cpp |
| ホームページ | https://llama.app |
| リポジトリ | https://github.com/ggml-org/llama.cpp |
| 上流ドキュメント | https://github.com/ggml-org/llama.cpp#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/ggml-org/llama.cpp.git |
| 最終更新 | 2026-07-08T09:32:56Z |
| Pulse | updated |
| 依存関係 | ggml, openssl@3 |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | llama.cpp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
llama-cpp
nix profile install nixpkgs#llama-cppllama-server 0.0.9564-r0
llama.cpp server
https://github.com/ggml-org/llama.cpp
sudo apk add llama-serverllama-server-openrc 0.0.9564-r0
llama.cpp server (OpenRC init scripts)
https://github.com/ggml-org/llama.cpp
sudo apk add llama-server-openrcllama.cpp 0.0.9564-r0
LLM inference in C/C++ (with Vulkan GPU acceleration)
https://github.com/ggml-org/llama.cpp
sudo apk add llama.cppllama.cpp-cpu 0.0.9564-r0
LLM inference in C/C++ (with Vulkan GPU acceleration)
https://github.com/ggml-org/llama.cpp
sudo apk add llama.cpp-cpullama.cpp-dev 0.0.9564-r0
LLM inference in C/C++ (with Vulkan GPU acceleration) (development files)
https://github.com/ggml-org/llama.cpp
sudo apk add llama.cpp-devllama.cpp-extras 0.0.9564-r0
llama.cpp additional binaries
https://github.com/ggml-org/llama.cpp
sudo apk add llama.cpp-extrasllama.cpp-libs 0.0.9564-r0
LLM inference in C/C++ (with Vulkan GPU acceleration) (shared libraries)
https://github.com/ggml-org/llama.cpp
sudo apk add llama.cpp-libsllama.cpp-vulkan 0.0.9564-r0
LLM inference in C/C++ (with Vulkan GPU acceleration)
https://github.com/ggml-org/llama.cpp
sudo apk add llama.cpp-vulkanllama-cpp b8064-1.fc45
Port of Facebook's LLaMA model in C/C++
https://github.com/ggerganov/llama.cpp
sudo dnf install llama-cppllama-cpp-devel b8064-1.fc45
Port of Facebook's LLaMA model in C/C++
https://github.com/ggerganov/llama.cpp
sudo dnf install llama-cpp-develllama.cpp
sudo port install llama.cppggml.llamacpp
winget install --id ggml.llamacpp -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.