cloudstream-desktop-bin
The package downloads a prebuilt binary from a GitHub release by the maintainer; while the host is not inherently trusted, it is the project's own release infrastructure, and the binary is not executed during build, posing low supply-chain risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 a GitHub release by the maintainer; while the host is not inherently trusted, it is the project's own release infrastructure, and the binary is not executed during build, posing low supply-chain risk.
PKGBUILD
# Maintainer: MematiBas42
pkgname=cloudstream-desktop-bin
pkgver=1.0.0
pkgrel=1
pkgdesc="CloudStream desktop client for Linux (Early test build - contributions welcome)"
arch=('x86_64')
url="https://github.com/MematiBas42/cloudstream-desktop"
license=('GPL3')
depends=('alsa-lib' 'gtk3' 'libmpv.so')
provides=('cloudstream-desktop')
conflicts=('cloudstream-desktop')
source=("cloudstream-desktop-${pkgver}.tar.gz::https://github.com/MematiBas42/cloudstream-desktop/releases/download/v${pkgver}/CloudStream-Linux-x64-Portable.tar.gz"
"cloudstream-desktop.desktop")
sha256sums=('5b086aa3245966cf12d6368eb8bc89319e95c5f981bec362b715ca50e017dae7'
'5c10944d6a3743167a1b2b8af72c2eff2fe89db58782ed63fd656b147b19bd9f')
package() {
install -dm755 "${pkgdir}/opt/cloudstream-desktop"
cp -r "${srcdir}/cloudstream-desktop/"* "${pkgdir}/opt/cloudstream-desktop/"
# Create binary symlink
install -dm755 "${pkgdir}/usr/bin"
ln -sf /opt/cloudstream-desktop/bin/cloudstream-desktop "${pkgdir}/usr/bin/cloudstream-desktop"
# Install Desktop Entry
install -Dm644 "${srcdir}/cloudstream-desktop.desktop" "${pkgdir}/usr/share/applications/cloudstream-desktop.desktop"
# Install Application Icon
if [ -f "${pkgdir}/opt/cloudstream-desktop/lib/cloudstream-desktop.png" ]; then
install -Dm644 "${pkgdir}/opt/cloudstream-desktop/lib/cloudstream-desktop.png" \
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/cloudstream-desktop.png"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 00:15:14 | Low | 2 |
| 2026-09-21 23:36:21 | Low | 2 |