Skip to content

registry: add llama.cpp (github:ggml-org/llama.cpp)#9282

Merged
jdx merged 1 commit intojdx:mainfrom
igor-makarov:registry-llama-cpp
Apr 21, 2026
Merged

registry: add llama.cpp (github:ggml-org/llama.cpp)#9282
jdx merged 1 commit intojdx:mainfrom
igor-makarov:registry-llama-cpp

Conversation

@igor-makarov
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new registry configuration for llama.cpp, defining its description, test command, and backend source. A correction was suggested for the strip_components setting, as the release archives for this project are typically flat and do not require skipping a top-level directory.

Comment thread registry/llama.cpp.toml Outdated
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 21, 2026

Greptile Summary

Adds a new registry entry for llama.cpp (github:ggml-org/llama.cpp) using the b version prefix that matches the project's bXXXX tag naming convention (e.g. b5046). The test command and expected output pattern are consistent with how the binary reports its version.

Confidence Score: 5/5

Safe to merge — small, focused registry addition with no logic or security concerns.

Single-file change following the existing registry TOML convention; repository reference, version prefix, and test command all appear correct.

No files require special attention.

Important Files Changed

Filename Overview
registry/llama.cpp.toml New registry entry for llama.cpp (ggml-org/llama.cpp) with correct version_prefix "b" matching the bXXXX tag scheme and a sensible llama-cli --version test

Sequence Diagram

sequenceDiagram
    participant User
    participant mise
    participant GitHub as github:ggml-org/llama.cpp

    User->>mise: mise install llama.cpp
    mise->>GitHub: list releases with bXXXX tags
    GitHub-->>mise: release list
    mise->>mise: strip b prefix via version_prefix=b
    mise->>GitHub: download release asset for resolved version
    GitHub-->>mise: binary archive
    mise->>mise: install llama-cli binary
    User->>mise: mise exec llama.cpp -- llama-cli --version
    mise-->>User: version 6310 commit_hash
Loading

Reviews (2): Last reviewed commit: "registry: add llama.cpp (github:ggml-org..." | Re-trigger Greptile

@jdx jdx merged commit 6298c55 into jdx:main Apr 21, 2026
35 checks passed
jdx pushed a commit that referenced this pull request Apr 22, 2026
### 🚀 Features

- **(backend)** support aqua vars templates by @risu729 in
[#9110](#9110)
- add gsudo (Sudo for Windows) to registry by @matracey in
[#9281](#9281)

### 🐛 Bug Fixes

- **(cli)** retrieve token from github helper for `self-update` command
by @sushichan044 in [#9259](#9259)
- **(github)** scope auth headers to API URLs by @risu729 in
[#9271](#9271)
- **(vfox)** use github token for lua http requests by @jdx in
[#9257](#9257)

### 📚 Documentation

- add aube hero banner by @jdx in
[#9265](#9265)
- add en.dev footer by @jdx in
[#9267](#9267)
- implement landing page design by @jdx in
[#9266](#9266)

### 📦️ Dependency Updates

- lock file maintenance by @renovate[bot] in
[#9268](#9268)

### 📦 Registry

- add llama.cpp
([github:ggml-org/llama.cpp](https://github.com/ggml-org/llama.cpp)) by
@igor-makarov in [#9282](#9282)
- add kiro-cli by @shalk in
[#9274](#9274)
- add flux-operator & flux-operator-mcp by @monotek in
[#8852](#8852)

### Chore

- **(release)** add en.dev sponsor blurb to release notes by @jdx in
[#9272](#9272)
- bump communique to 1.0.1 by @jdx in
[#9264](#9264)

### New Contributors

- @monotek made their first contribution in
[#8852](#8852)
- @igor-makarov made their first contribution in
[#9282](#9282)

## 📦 Aqua Registry Updates

#### New Packages (2)

-
[`controlplaneio-fluxcd/flux-operator/flux-operator-mcp`](https://github.com/controlplaneio-fluxcd/flux-operator/flux-operator-mcp)
- [`endevco/aube`](https://github.com/endevco/aube)

#### Updated Packages (1)

- [`graelo/pumas`](https://github.com/graelo/pumas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants