pi-agent-rust

LOW
maintainer ItachiSan 0 votes scanned 2026-08-21 11:15:01.903439
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: Giovanni Santini <giovannisantini93@yahoo.it>
2_pkgname=pi_agent_rust
3pkgname=pi-agent-rust
4pkgver=0.1.23
5pkgrel=1
6pkgdesc="High-performance AI coding agent CLI - Rust port of Pi Agent"
7arch=('x86_64' 'aarch64')
8url="https://github.com/Dicklesworthstone/pi_agent_rust"
9license=('LicenseRef-MIT-wit-LLM-rider')
10depends=('glibc' 'gcc-libs' 'sqlite')
11makedepends=('rustup' 'pkg-config')
12optdepends=(
13 'tmux: for background bash capabilities'
14 'fd: system-provided backend for the find tool'
15 'ripgrep: system-provided backend for the grep tool'
16)
17provides=('pi')
18conflicts=('pi')
19replaces=('pi')
20source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
21sha256sums=('35e25f33c8b2e0618a89d4283b8ad604846d893e306013589f0f99d6c3827bad')
22# The vendored QuickJS and tree-sitter break with LTO, so disabling it
23options=(!lto)
24
25prepare() {
26 cd "$_pkgname-$pkgver"
27 rustup toolchain install nightly-2026-07-05
28 cargo fetch --locked
29}
30
31build() {
32 cd "$_pkgname-$pkgver"
33 cargo build --release --locked --bin pi
34}
35
36package() {
37 cd "$_pkgname-$pkgver"
38 install -Dm755 target/release/pi "$pkgdir/usr/bin/pi"
39 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 11:15:01 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