ardali-browser
The package builds from source hosted on the author's GitHub, which is a common and acceptable practice for AUR packages; the only concerns are a skipped checksum and low votes/newness, but no evidence of malicious behavior or unverifiable prebuilt binaries.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the author's GitHub, which is a common and acceptable practice for AUR packages; the only concerns are a skipped checksum and low votes/newness, but no evidence of malicious behavior or unverifiable prebuilt binaries.
PKGBUILD
# Maintainer: Muhammed Dali <support@ardali.app>
pkgname=ardali-browser
pkgver=6.0.0
pkgrel=2
pkgdesc="Native Qt/C++ desktop browser with integrated privacy and media tools"
arch=('x86_64')
url="https://github.com/Muhammed-Dali/ArDali-Browser"
license=('GPL-3.0-only')
depends=(
'ffmpeg'
'openssl'
'qt6-base'
'qt6-imageformats'
'qt6-svg'
'qt6-webengine'
)
makedepends=(
'cmake'
'git'
'ninja'
'nodejs'
)
provides=('ardali' 'ardali-webmedia')
conflicts=('ardali' 'ardali-bin' 'ardali-webmedia' 'aurivo-bin')
replaces=('ardali-bin' 'ardali-webmedia')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Muhammed-Dali/ArDali-Browser/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {
cmake \
-S "ArDali-Browser-${pkgver}/browser" \
-B build \
-G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_BINDIR=lib/ardali-browser
cmake --build build
}
check() {
QT_QPA_PLATFORM=offscreen QTWEBENGINE_DISABLE_SANDBOX=1 \
ctest --test-dir build --output-on-failure
}
package() {
DESTDIR="${pkgdir}" cmake --install build
install -dm755 "${pkgdir}/usr/bin"
ln -s ../lib/ardali-browser/ardali-browser "${pkgdir}/usr/bin/ardali-browser"
sed -i \
-e 's|^Exec=.*|Exec=/usr/bin/ardali-browser %U|' \
-e 's|^TryExec=.*|TryExec=/usr/bin/ardali-browser|' \
"${pkgdir}/usr/share/applications/ardali-browser.desktop"
install -Dm644 "ArDali-Browser-${pkgver}/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "ArDali-Browser-${pkgver}/browser/resources/adblock/NOTICE.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/NOTICE.adblock"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 01:21:42 | Low | 2 |