chatgpt-webapp-desktop-bin

LOW
maintainer gonwex 0 votes scanned 2026-08-20 05:10:41.769601
View on AUR
Why flagged

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

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 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

1# Maintainer: gonwe <gonwex@gmail.com>
2pkgname=chatgpt-webapp-desktop-bin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Unofficial ChatGPT desktop wrapper for Linux, built with Tauri"
6arch=('x86_64')
7url="https://chatgpt.com/"
8license=('MIT')
9depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib2' 'libgl' 'hicolor-icon-theme')
10makedepends=()
11optdepends=('noto-fonts-cjk: CJK system font' 'adobe-source-han-sans-cn-fonts: CJK system font')
12provides=("chatgpt-webapp-desktop=${pkgver}")
13conflicts=('chatgpt-webapp-desktop')
14
15_dlname="chatgpt-webapp-desktop-bin-${pkgver}-x86_64.tar.gz"
16source=("${_dlname}::https://github.com/gonwe/chatgpt-webapp/releases/download/v${pkgver}/${_dlname}"
17 "${pkgname}.desktop")
18sha256sums=('0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5'
19 'SKIP')
20
21package() {
22 cd "$srcdir"
23 _srcdir="chatgpt-webapp-desktop-bin-${pkgver}-x86_64"
24
25 install -Dm755 "${_srcdir}/chatgpt-webapp-desktop" "$pkgdir/usr/bin/chatgpt-webapp-desktop"
26 install -Dm755 "${_srcdir}/chatgpt-webapp-desktop.bin" "$pkgdir/usr/bin/chatgpt-webapp-desktop.bin"
27 install -Dm644 "${pkgname}.desktop" "$pkgdir/usr/share/applications/chatgpt-webapp-desktop.desktop"
28
29 # Multiple icon sizes for all DEs/panels
30 for size in 48 64 128 256; do
31 install -Dm644 "${_srcdir}/${size}x${size}/chatgpt-webapp-desktop.png" \
32 "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chatgpt-webapp-desktop.png"
33 done
34}
35
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 05:10:41 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