| Install via | Windows | Mac | Linux |
|---|---|---|---|
| Winget | ✅ | ||
| Homebrew | ✅ | ✅ | |
| MacPorts | ✅ | ||
| Nix | ✅ | ✅ |
winget install llama.cppThe package is automatically updated with new llama.cpp releases. More info: ggml-org#8188
brew install llama.cppThe formula is automatically updated with new llama.cpp releases. More info: ggml-org#7668
sudo port install llama.cppSee also: https://ports.macports.org/port/llama.cpp/details/
nix profile install nixpkgs#llama-cppFor flake enabled installs.
Or
nix-env --file '<nixpkgs>' --install --attr llama-cppFor non-flake enabled installs.
This expression is automatically updated within the nixpkgs repo.