aibrowsertoolkit-bin

LOW
maintainer skssmd 0 votes scanned 2026-08-21 05:14:11.864738
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: skssmd <skssmd78475@gmail.com>
2pkgname=aibrowsertoolkit-bin
3pkgver=0.1.2
4pkgrel=1
5pkgdesc="Browser API for AI agents, over HTTP"
6arch=('x86_64' 'aarch64')
7url="https://github.com/skssmd/Ai-Browser-Toolkit"
8license=('Apache-2.0')
9# Chrome is required at runtime but is not in the repos, and Edge counts too --
10# a hard dependency would make this uninstallable on a clean Arch box.
11optdepends=('google-chrome: the browser this drives'
12 'microsoft-edge-stable-bin: alternative browser')
13provides=('aibrowsertoolkit')
14conflicts=('aibrowsertoolkit')
15options=('!strip')
16install="${pkgname}.install"
17source_x86_64=("${url}/releases/download/v${pkgver}/aibrowsertoolkit-${pkgver}-linux-x86_64.tar.gz")
18source_aarch64=("${url}/releases/download/v${pkgver}/aibrowsertoolkit-${pkgver}-linux-aarch64.tar.gz")
19sha256sums_x86_64=('4a212795732595fe5f5f5057e4dbfdcaf34ac2a3e97934f9737922d8c514ddf3')
20sha256sums_aarch64=('1ee546a8d47ea1d4e63505c0ddee983b2489503858a885eea53ec86edf4e551a')
21
22package() {
23 # The tarball's top-level directory is named for the bundle target, and
24 # CARCH is x86_64 or aarch64 -- which match by construction. That is why
25 # packaging/bundle.py's TARGETS uses those exact strings.
26 local src="${srcdir}/aibrowsertoolkit-${pkgver}-linux-${CARCH}"
27 install -dm755 "${pkgdir}/opt/aibrowsertoolkit"
28 cp -a "${src}/." "${pkgdir}/opt/aibrowsertoolkit/"
29 install -dm755 "${pkgdir}/usr/bin"
30 ln -s /opt/aibrowsertoolkit/bin/abt "${pkgdir}/usr/bin/abt"
31 install -Dm644 "${src}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 05:14:11 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion