synthos-bin

LOW
maintainer vitamindb 0 votes scanned 2026-09-17 13:25:46.713858
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to few votes and recent upload, not malicious content.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Alexeyev Vitaly <vitamindbnfkz@gmail.com>
2pkgname=synthos-bin
3_pkgname=synthos
4pkgver=0.2.0
5pkgrel=1
6pkgdesc="Local AI desktop studio: agentic chat, notes workspace, node editor for video/music/speech, code editor — on the native synaptix engine (binary release)"
7arch=("x86_64")
8url="https://github.com/VitaminDB/synthos"
9license=("MIT" "Apache-2.0")
10
11# Рантайм. ffmpeg по soname: мажорный апдейт меняет soname, и pacman обязан
12# поймать рассинхрон, а не отдать пользователю падающий бинарь.
13depends=(
14 "alsa-lib"
15 "fontconfig"
16 "vulkan-icd-loader"
17 "libxkbcommon"
18 "wayland"
19 "gtk3"
20 "libavutil.so=61-64"
21 "libavcodec.so=63-64"
22 "libavformat.so=63-64"
23 "libswscale.so=10-64"
24 "libswresample.so=7-64"
25)
26optdepends=(
27 "nvidia-utils: GPU-инференс (CUDA-драйвер грузится в рантайме)"
28 "cuda: ядра NVRTC компилируются на лету, нужен CUDA-рантайм"
29)
30provides=("$_pkgname=$pkgver")
31conflicts=("$_pkgname" "$_pkgname-git")
32
33source=("$_pkgname-$pkgver.tar.zst::$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-linux.tar.zst")
34sha256sums=('64f45c859994a0e1a1412218fba21115b1121ac72335d80eef937c70bb9703d8')
35
36package() {
37 cd "$srcdir/$_pkgname-$pkgver"
38
39 install -Dm755 "bin/synthos" "$pkgdir/usr/bin/synthos"
40 install -Dm644 "share/applications/synthos.desktop" \
41 "$pkgdir/usr/share/applications/synthos.desktop"
42 install -Dm644 "share/icons/hicolor/scalable/apps/synthos.svg" \
43 "$pkgdir/usr/share/icons/hicolor/scalable/apps/synthos.svg"
44
45 install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
46 install -Dm644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
47 install -Dm644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 13:25:46 Low 2

Report a package

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

0 / 4000
Your suggestion