alacrium-browser-bin
maintainer brauliobo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt Chromium-based browser from a GitHub release by the maintainer; while the binary is not built from source, it comes from a verifiable and attributable source (GitHub), and the checksums are provided and valid, limiting supply-chain risk to low.
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 Chromium-based browser from a GitHub release by the maintainer; while the binary is not built from source, it comes from a verifiable and attributable source (GitHub), and the checksums are provided and valid, limiting supply-chain risk to low.
PKGBUILD
1
# Maintainer: Braulio Oliveira <brauliobo at gmail dot com>
2
3
pkgname=alacrium-browser-bin
4
pkgver=151.0.7922.71
5
pkgrel=2
6
pkgdesc='Performance-focused Chromium browser tracking stable releases (prebuilt)'
7
arch=('x86_64')
8
url='https://github.com/brauliobo/alacrium'
9
license=('BSD-3-Clause')
10
depends=(
11
'alsa-lib'
12
'at-spi2-core'
13
'cairo'
14
'dbus'
15
'expat'
16
'glib2'
17
'gtk3'
18
'libcups'
19
'libx11'
20
'libxcb'
21
'libxcomposite'
22
'libxdamage'
23
'libxext'
24
'libxfixes'
25
'libxkbcommon'
26
'libxrandr'
27
'mesa'
28
'nspr'
29
'nss'
30
'pango'
31
'systemd-libs'
32
'ttf-liberation'
33
'vulkan-icd-loader'
34
'xdg-utils'
35
)
36
optdepends=(
37
'gnome-keyring: password storage in GNOME'
38
'kdialog: native file dialogs in KDE'
39
'kwallet: password storage in KDE'
40
'pipewire: WebRTC desktop sharing under Wayland'
41
)
42
provides=("alacrium-browser=${pkgver}")
43
conflicts=('alacrium-browser')
44
options=('!debug' '!strip')
45
_deb="alacrium-browser_${pkgver}_AVX.deb"
46
_commit=028ee37e0da2eda3f069f380e40322faddf2a39b
47
source=(
48
"https://github.com/brauliobo/alacrium/releases/download/M${pkgver}/${_deb}"
49
"LICENSE-${_commit}.md::https://raw.githubusercontent.com/brauliobo/alacrium/${_commit}/LICENSE.md"
50
)
51
sha256sums=(
52
'1a9bb19c636f66ade079cca866393eaaeb9ba8764bf79ce265593ad6e83a2b3c'
53
'1d43c681d483ed1bf2e88507be7368eea8d1dedc503d39b8e17e701d0be00fe2'
54
)
55
noextract=("$_deb")
56
57
package() {
58
bsdtar -xOf "$srcdir/$_deb" data.tar.xz | bsdtar -xf - -C "$pkgdir"
59
rm -rf "$pkgdir/etc/cron.daily"
60
chmod 4755 "$pkgdir/opt/alacrium-browser/chrome-sandbox"
61
install -Dm644 "$srcdir/LICENSE-${_commit}.md" \
62
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
63
}
64
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 11:17:50 | LOW | 2 |