linear-electron-appimage

LOW
maintainer hughesjs 0 votes scanned 2026-09-17 17:25:53.299830
View on AUR
Why flagged

The package installs a prebuilt AppImage from the project's official GitHub releases, which is a common and acceptable practice for AUR packages; the source tarball is also provided and checksummed, reducing risk despite the flagged low-trust signals like few votes and recent upload.

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 a common and acceptable practice for AUR packages; the source tarball is also provided and checksummed, reducing risk despite the flagged low-trust signals like few votes and recent upload.

PKGBUILD

1# Maintainer: James H <james@jamesmcmahon.co.uk>
2pkgname=linear-electron-appimage
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='Unofficial Linear desktop app (linear-electron-appimage)'
6arch=('x86_64' 'aarch64')
7url='https://github.com/hughesjs/linear-electron'
8license=('MIT' 'LicenseRef-Electron-Chromium')
9provides=("linear-electron=$pkgver")
10conflicts=(linear-electron linear-electron-git linear-electron-bin )
11options=('!strip' '!debug')
12depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libxtst' 'libxrandr' 'libxkbcommon' 'libdrm' 'mesa' 'libnotify' 'xdg-utils' 'fuse3')
13source_x86_64=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-x86_64-v0.1.0.AppImage)
14sha256sums_x86_64=(f174d075d19737211c3441b679dd89fc9dbd820a1a8ea023524e02caa97eea03)
15source_aarch64=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-aarch64-v0.1.0.AppImage)
16sha256sums_aarch64=(dc3d13c690b7787ca4a82cc9bda269576ec8ea0ebbfb04500e9d08feedadfdbd)
17source=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-0.1.0.tar.gz)
18sha256sums=(61199216df863f0d7d43c5982e4e9ad58537a306362c4d2c8337891ccff00911)
19noextract=('linear-electron-x86_64-v0.1.0.AppImage' 'linear-electron-aarch64-v0.1.0.AppImage')
20
21package() {
22 install -Dm755 "linear-electron-$CARCH-v$pkgver.AppImage" "$pkgdir/opt/linear-electron/linear-electron.AppImage"
23 cd "linear-electron-$pkgver"
24 install -Dm755 packaging/linear-electron-appimage "$pkgdir/usr/bin/linear-electron"
25 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
27 install -Dm644 packaging/linear-electron.desktop "$pkgdir/usr/share/applications/linear-electron.desktop"
28 install -Dm644 packaging/linear-electron.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/linear-electron.svg"
29}
30

Scan history

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