mesh-llm

LOW
maintainer luciddream 0 votes scanned 2026-09-10 21:21:21.441781
View on AUR
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
4pkgname=mesh-llm
5pkgdesc="Mesh LLM lets you pool spare GPU capacity across machines and expose the result as one OpenAI-compatible API."
6pkgver=0.76.0
7_pkgver=0.76.0
8pkgrel=1
9arch=('x86_64')
10url='https://github.com/Mesh-LLM/mesh-llm'
11license=('Apache-2.0')
12makedepends=('just' 'cmake' 'lld' 'pnpm' 'cargo')
13depends=('patchelf')
14provides=('mesh-llm')
15conflicts=('mesh-llm-rocm' 'mesh-llm-cuda' 'mesh-llm-vulkan')
16options=('!lto')
17
18source=(
19"${pkgname}-${pkgver}.tar.gz::https://github.com/Mesh-LLM/mesh-llm/archive/refs/tags/v${_pkgver}.tar.gz"
20)
21
22sha256sums=(
23'd4bcc6b8b68bc37e7ff99134e297a25c07a11f8a3e5d13cad3d4799cd09ddc61'
24)
25
26build() {
27 export RUSTUP_TOOLCHAIN=stable
28 cd $srcdir/mesh-llm-${_pkgver}
29 just build
30}
31
32package() {
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)SeverityRules
2026-09-10 21:21:21 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion