opencluely-bin

LOW
maintainer spaciousejar 0 votes scanned 2026-09-23 09:40:25.835658
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub release, which is a normal distribution method; the software's described functionality is privacy-related but not inherently malicious, and the source is verifiable despite the low-vote, recent-upload flag.

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 binary from the project's official GitHub release, which is a normal distribution method; the software's described functionality is privacy-related but not inherently malicious, and the source is verifiable despite the low-vote, recent-upload flag.

PKGBUILD

1# Maintainer: spaciousejar <spaciousejar@users.noreply.github.com>
2# Contributor: TechyCSR <info@techycsr.dev>
3
4pkgname=opencluely-bin
5pkgver=1.8.7
6pkgrel=1
7pkgdesc="Invisible AI interview copilot - stealth overlay that screen sharing cannot see"
8arch=('x86_64')
9url="https://opencluely.techycsr.dev"
10license=('Apache-2.0')
11depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'libpulse' 'alsa-lib')
12optdepends=('python-whisper: local speech recognition'
13 'ffmpeg: audio conversion for transcription')
14options=('!debug')
15source=("opencluely_${pkgver}_amd64.deb::https://github.com/TechyCSR/OpenCluely/releases/download/v${pkgver}/opencluely_${pkgver}_amd64.deb")
16sha256sums=('9b013c95a7f8a58aeb7fb1ba72a05ba89d0c520ec56c202ffb2a28d141e003ca')
17
18package() {
19 # The upstream .deb is an electron-builder bundle: unpack its data.tar.xz as-is.
20 bsdtar -xOf "$srcdir/opencluely_${pkgver}_amd64.deb" data.tar.xz | bsdtar -xf - -C "$pkgdir"
21
22 chmod 4755 "$pkgdir/opt/OpenCluely/chrome-sandbox"
23 install -d "$pkgdir/usr/bin"
24 ln -s /opt/OpenCluely/opencluely "$pkgdir/usr/bin/opencluely"
25}

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 09:40:25 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