openchamber-desktop-appimage

maintainer neko_ayaya · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt AppImage from the project's official GitHub releases, which is normal for AppImage distribution; the source is verifiable and the build process is transparent, though the AppImage itself is not reproducible.

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 installs a prebuilt AppImage from the project's official GitHub releases, which is normal for AppImage distribution; the source is verifiable and the build process is transparent, though the AppImage itself is not reproducible.

PKGBUILD

1pkgname=openchamber-desktop-appimage
2pkgver=1.17.1
3pkgrel=1
4pkgdesc='Desktop and web interface for OpenCode AI agent'
5arch=('x86_64')
6url='https://github.com/openchamber/openchamber'
7license=()
8options=("!strip")
9depends=('fuse2')
10source=(
11 "https://github.com/openchamber/openchamber/releases/download/v${pkgver}/OpenChamber-${pkgver}-linux-x86_64.AppImage"
12)
13sha512sums=('ff3a32418b6ddeddeaddad6e5bf4894dd4e832cf818ca87fbca4fb56f50b6441f879f0695191a7febdefb073c7c48583a45d9587538b93be39e8766435e6c836')
14
15_installdir=/opt/openchamber
16
17prepare() {
18 chmod a+x ./OpenChamber-${pkgver}-linux-x86_64.AppImage
19 ./OpenChamber-${pkgver}-linux-x86_64.AppImage --appimage-extract >/dev/null
20 sed -i "s+^Exec=.*+Exec=env ${_installdir}/OpenChamber.AppImage --no-sandbox %U+" "squashfs-root/openchamber.desktop"
21 sed -i 's#Icon=openchamber#Icon=/usr/share/icons/hicolor/1024x1024/apps/openchamber.png#g' squashfs-root/openchamber.desktop
22}
23
24package() {
25 install -Dm755 "OpenChamber-${pkgver}-linux-x86_64.AppImage" "${pkgdir}/${_installdir}/OpenChamber.AppImage"
26 install -Dm644 "squashfs-root/usr/share/icons/hicolor/1024x1024/apps/openchamber.png" "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/openchamber.png"
27 install -Dm644 "squashfs-root/openchamber.desktop" "${pkgdir}/usr/share/applications/MrRSS.desktop"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 07:17:22 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