mesh-llm
LOW
maintainer luciddream
0 votes
scanned 2026-09-10 21:21:21.441781
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: George Sofianos <george at sofianos dot dev>
2
3
# Release notes https://github.com/Mesh-LLM/mesh-llm/releases/tag/v0.76.0
4
pkgname=mesh-llm
5
pkgdesc="Mesh LLM lets you pool spare GPU capacity across machines and expose the result as one OpenAI-compatible API."
6
pkgver=0.76.0
7
_pkgver=0.76.0
8
pkgrel=1
9
arch=('x86_64')
10
url='https://github.com/Mesh-LLM/mesh-llm'
11
license=('Apache-2.0')
12
makedepends=('just' 'cmake' 'lld' 'pnpm' 'cargo')
13
depends=('patchelf')
14
provides=('mesh-llm')
15
conflicts=('mesh-llm-rocm' 'mesh-llm-cuda' 'mesh-llm-vulkan')
16
options=('!lto')
17
18
source=(
19
"${pkgname}-${pkgver}.tar.gz::https://github.com/Mesh-LLM/mesh-llm/archive/refs/tags/v${_pkgver}.tar.gz"
20
)
21
22
sha256sums=(
23
'd4bcc6b8b68bc37e7ff99134e297a25c07a11f8a3e5d13cad3d4799cd09ddc61'
24
)
25
26
build() {
27
export RUSTUP_TOOLCHAIN=stable
28
cd $srcdir/mesh-llm-${_pkgver}
29
just build
30
}
31
32
package() {
33
cd $srcdir/mesh-llm-${_pkgver}
34
install -Dm0755 target/debug/mesh-llm "$pkgdir/usr/bin/mesh-llm"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 21:21:21 | Low | 1 |