aperant-appimage
maintainer Cleboost
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the AppImage is not obfuscated and comes from a trusted project source, so the risk is low despite the AppImage being a prebuilt binary.
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 AppImage from the project's official GitHub releases, which is a normal distribution method; the AppImage is not obfuscated and comes from a trusted project source, so the risk is low despite the AppImage being a prebuilt binary.
PKGBUILD
1
# Maintainer: Cleboost <clement.balarot@gmail.com>
2
# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4
pkgname=aperant-appimage
5
pkgver=2.7.6
6
pkgrel=1
7
pkgdesc="Autonomous multi-session AI coding (AppImage)"
8
url="https://github.com/AndyMik90/Aperant"
9
arch=("x86_64")
10
depends=("fuse2")
11
provides=("aperant" "auto-claude")
12
conflicts=("aperant")
13
options=("!strip")
14
license=("AGPL3")
15
16
source=("aperant-appimage-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Auto-Claude-${pkgver}-linux-x86_64.AppImage" "aperant.png::https://raw.githubusercontent.com/AndyMik90/Aperant/main/apps/frontend/resources/icons/256x256.png" "aperant.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/aperant/aperant.desktop")
17
sha256sums=('21832b15cb6420d56dc57ad2738a76a8ceee15342aac618bc1dc060cffb346e0'
18
'8bcebaf7cfb1997ade68fa8dc18ff8c59c545f7609502d4479abe2713c95bbce'
19
'8f751ed3709c0052b483f138cf67d1e7b0c91112fd5131a8885c0dde8bd40145')
20
21
prepare() {
22
chmod +x "${srcdir}/aperant-appimage-${pkgver}.AppImage"
23
}
24
25
package() {
26
install -Dm755 "${srcdir}/aperant-appimage-${pkgver}.AppImage" "${pkgdir}/opt/aperant-appimage/aperant.AppImage"
27
install -dm755 "${pkgdir}/usr/bin"
28
ln -sf "/opt/aperant-appimage/aperant.AppImage" "${pkgdir}/usr/bin/aperant"
29
ln -sf "/opt/aperant-appimage/aperant.AppImage" "${pkgdir}/usr/bin/auto-claude"
30
install -Dm644 "${srcdir}/aperant.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/aperant.png"
31
install -Dm644 "${srcdir}/aperant.desktop" "${pkgdir}/usr/share/applications/aperant.desktop"
32
}
33
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 13:36:23 | LOW | 2 |