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
1
pkgname=openchamber-desktop-appimage
2
pkgver=1.17.1
3
pkgrel=1
4
pkgdesc='Desktop and web interface for OpenCode AI agent'
5
arch=('x86_64')
6
url='https://github.com/openchamber/openchamber'
7
license=()
8
options=("!strip")
9
depends=('fuse2')
10
source=(
11
"https://github.com/openchamber/openchamber/releases/download/v${pkgver}/OpenChamber-${pkgver}-linux-x86_64.AppImage"
12
)
13
sha512sums=('ff3a32418b6ddeddeaddad6e5bf4894dd4e832cf818ca87fbca4fb56f50b6441f879f0695191a7febdefb073c7c48583a45d9587538b93be39e8766435e6c836')
14
15
_installdir=/opt/openchamber
16
17
prepare() {
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
24
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |