chatgpt-webapp-desktop-bin
The package downloads a prebuilt binary from the maintainer's GitHub release, which is a common but less verifiable practice; however, it installs only static files (binary, desktop entry, icons) with no evidence of obfuscated code or remote execution, limiting the risk to supply-chain trust in the maintainer.
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 the maintainer's GitHub release, which is a common but less verifiable practice; however, it installs only static files (binary, desktop entry, icons) with no evidence of obfuscated code or remote execution, limiting the risk to supply-chain trust in the maintainer.
PKGBUILD
# Maintainer: gonwe <gonwex@gmail.com>
pkgname=chatgpt-webapp-desktop-bin
pkgver=0.1.0
pkgrel=1
pkgdesc="Unofficial ChatGPT desktop wrapper for Linux, built with Tauri"
arch=('x86_64')
url="https://chatgpt.com/"
license=('MIT')
depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib2' 'libgl' 'hicolor-icon-theme')
makedepends=()
optdepends=('noto-fonts-cjk: CJK system font' 'adobe-source-han-sans-cn-fonts: CJK system font')
provides=("chatgpt-webapp-desktop=${pkgver}")
conflicts=('chatgpt-webapp-desktop')
_dlname="chatgpt-webapp-desktop-bin-${pkgver}-x86_64.tar.gz"
source=("${_dlname}::https://github.com/gonwe/chatgpt-webapp/releases/download/v${pkgver}/${_dlname}"
"${pkgname}.desktop")
sha256sums=('0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5'
'SKIP')
package() {
cd "$srcdir"
_srcdir="chatgpt-webapp-desktop-bin-${pkgver}-x86_64"
install -Dm755 "${_srcdir}/chatgpt-webapp-desktop" "$pkgdir/usr/bin/chatgpt-webapp-desktop"
install -Dm755 "${_srcdir}/chatgpt-webapp-desktop.bin" "$pkgdir/usr/bin/chatgpt-webapp-desktop.bin"
install -Dm644 "${pkgname}.desktop" "$pkgdir/usr/share/applications/chatgpt-webapp-desktop.desktop"
# Multiple icon sizes for all DEs/panels
for size in 48 64 128 256; do
install -Dm644 "${_srcdir}/${size}x${size}/chatgpt-webapp-desktop.png" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chatgpt-webapp-desktop.png"
done
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 05:10:41 | Low | 2 |