fern-bin
maintainer InodeLabs
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads precompiled binaries from the project's official Codeberg releases, which is a trusted source; the low severity is due to the binary nature of the sources and recent upload with few votes, but no malicious behavior is evident.
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 precompiled binaries from the project's official Codeberg releases, which is a trusted source; the low severity is due to the binary nature of the sources and recent upload with few votes, but no malicious behavior is evident.
PKGBUILD
1
# Maintainer: InodeLabs
2
pkgname=fern-bin
3
pkgver=1.6.0
4
pkgrel=1
5
pkgdesc="Terminal UI markdown notes and knowledge manager. Pre-compiled."
6
url="https://codeberg.org/InodeLabs/fern"
7
arch=('x86_64' 'aarch64' 'armv7h')
8
license=('AGPL-3.0-only')
9
provides=('fern')
10
conflicts=('fern')
11
12
source_x86_64=("fern_${pkgver}_linux_amd64.tar.gz::https://codeberg.org/InodeLabs/fern/releases/download/v${pkgver}/fern_${pkgver}_linux_amd64.tar.gz")
13
source_aarch64=("fern_${pkgver}_linux_arm64.tar.gz::https://codeberg.org/InodeLabs/fern/releases/download/v${pkgver}/fern_${pkgver}_linux_arm64.tar.gz")
14
source_armv7h=("fern_${pkgver}_linux_arm.tar.gz::https://codeberg.org/InodeLabs/fern/releases/download/v${pkgver}/fern_${pkgver}_linux_arm.tar.gz")
15
16
sha256sums_x86_64=('e99c7bd1d4b1fc7bb15b35730aa8c20ed2ead4209170d5832d01ba7aa84148ec')
17
sha256sums_aarch64=('9281c5a642c4a1b570db8d67ca1bbe1c3b2d8fb39c5978dec9fcf300947effb3')
18
sha256sums_armv7h=('7bf4db9d7202caa0be522c77949d187a9cbbd204707fed9af15def5989bbec52')
19
20
package() {
21
install -Dm755 "${srcdir}/fern" "${pkgdir}/usr/bin/fern"
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:27:08 | LOW | 2 |
| 2026-08-11 15:21:23 | LOW | 2 |