otterly-appimage

maintainer Cleboost · 1 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable via checksum and poses no additional supply-chain risk beyond typical AUR packages.

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 normal distribution method; the source is verifiable via checksum and poses no additional supply-chain risk beyond typical AUR packages.

PKGBUILD

1# Maintainer: Cleboost <clement.balarot@gmail.com>
2# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4pkgname=otterly-appimage
5pkgver=0.3.0
6pkgrel=1
7pkgdesc="Local-first, privacy-focused WYSIWYG Markdown vault with full-text search, wiki-links, and a rich editor (AppImage)"
8url="https://github.com/ajkdrag/otterly"
9arch=("x86_64")
10depends=("fuse2")
11options=("!strip")
12license=("MIT")
13
14source=("otterly-appimage-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/otterly_${pkgver}_amd64.AppImage" "otterly.png::https://raw.githubusercontent.com/ajkdrag/otterly/main/src-tauri/icons/128x128@2x.png" "otterly.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/otterly/otterly.desktop")
15sha256sums=('d69efce38eb4e37d89c51110b8e0afc27100c2c4250347c7299ff03b29c76601'
16 '00ada879ef2bce9a4cda5af2e1991ee0629d80633cedcc5a4192c504824263be'
17 'a5511166a03249bd60b86e95277073bdd0fb9143fad9308352a4786d8dfab416')
18
19prepare() {
20 chmod +x "${srcdir}/otterly-appimage-${pkgver}.AppImage"
21}
22
23package() {
24 install -Dm755 "${srcdir}/otterly-appimage-${pkgver}.AppImage" "${pkgdir}/opt/otterly-appimage/otterly.AppImage"
25 install -dm755 "${pkgdir}/usr/bin"
26 ln -sf "/opt/otterly-appimage/otterly.AppImage" "${pkgdir}/usr/bin/otterly"
27 install -Dm644 "${srcdir}/otterly.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/otterly.png"
28 install -Dm644 "${srcdir}/otterly.desktop" "${pkgdir}/usr/share/applications/otterly.desktop"
29}
30
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 13:23:33 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