noetica-bin
maintainer socioprophet
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package installs a prebuilt binary from an official GitHub release, which is a normal AUR practice; the low severity is due to limited votes and recent upload, not malicious content.
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%): Package installs a prebuilt binary from an official GitHub release, which is a normal AUR practice; the low severity is due to limited votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: SocioProphet <dev@socioprophet.ai>
2
# AUR binary package: installs Noetica from the official release .deb (no local Tauri build).
3
# Publish by pushing this + .SRCINFO to ssh://aur@aur.archlinux.org/noetica-bin.git
4
# (needs an AUR account with an SSH key). Regenerate .SRCINFO with `makepkg --printsrcinfo`.
5
pkgname=noetica-bin
6
pkgver=0.4.24
7
pkgrel=1
8
pkgdesc="Governed, sovereign AI workstation — local-first, cites its sources, abstains instead of guessing"
9
arch=('x86_64')
10
url="https://socioprophet.ai"
11
license=('MIT')
12
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg')
13
provides=('noetica')
14
conflicts=('noetica')
15
options=('!strip')
16
source=("https://github.com/SocioProphet/Noetica/releases/download/v${pkgver}/Noetica_${pkgver}_amd64.deb")
17
# sha256 of the v0.4.24 release deb (verified against the published artifact).
18
# On version bumps: updpkgsums (or) sha256sum Noetica_${pkgver}_amd64.deb
19
sha256sums=('3971e337e623b540fdc4073f8f9cd4080e82473e3730f042c104cc51b51bcb25')
20
21
package() {
22
# Unpack the .deb payload into the package root.
23
tar -xf data.tar.gz -C "${pkgdir}" 2>/dev/null \
24
|| bsdtar -xf "${srcdir}"/*.deb -C "${srcdir}" && tar -xf "${srcdir}/data.tar."* -C "${pkgdir}"
25
# Ship the license where Arch expects it.
26
install -Dm644 "${pkgdir}/usr/share/doc/noetica/LICENSE" \
27
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 2>/dev/null || true
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 23:39:52 | LOW | 2 |