pi-coding-agent
maintainer imjiaoyuan
· 0 votes
· scanned 2026-08-18 03:38:23.746777
LOW
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: Douglas Creager <dcreager at dcreager dot net>
2
3
pkgname=pi-coding-agent
4
pkgver=0.83.0
5
pkgrel=1
6
pkgdesc='A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks'
7
arch=('x86_64' 'aarch64')
8
url='https://pi.dev/'
9
license=('MIT')
10
options=(!debug !strip)
11
12
source_x86_64=("pi-linux-$pkgver.tar.gz::https://github.com/earendil-works/pi/releases/download/v$pkgver/pi-linux-x64.tar.gz")
13
sha256sums_x86_64=("b0625eb623197b0afe20c870d21ef2f34481f1504e5777df3f698a66c7636f5f")
14
source_aarch64=("pi-linux-$pkgver.tar.gz::https://github.com/earendil-works/pi/releases/download/v$pkgver/pi-linux-arm64.tar.gz")
15
sha256sums_aarch64=("b84f9016610c738dd9440df62f649880dbe9951db97a7ae936cbf292850e9802")
16
noextract=("pi-linux-$pkgver.tar.gz")
17
18
makedepends=("tar")
19
20
package() {
21
mkdir -p "$srcdir/pi-linux-$pkgver"
22
tar xCf "$srcdir/pi-linux-$pkgver" "pi-linux-$pkgver.tar.gz"
23
install -d "$pkgdir/opt"
24
cp -dr --no-preserve=ownership "$srcdir/pi-linux-$pkgver/pi" "$pkgdir/opt/pi-coding-agent"
25
26
install -d "$pkgdir/usr/bin"
27
ln -s ../../opt/pi-coding-agent/pi "$pkgdir/usr/bin/pi"
28
29
cd "$pkgdir/opt/pi-coding-agent"
30
install -Dm644 README.md CHANGELOG.md -t "$pkgdir/usr/share/doc/$pkgname"
31
}
32
Changes since previous scan
--- PKGBUILD @ 2026-07-25 17:30+++ PKGBUILD @ 2026-08-18 03:38@@ -1,7 +1,7 @@ # Maintainer: Douglas Creager <dcreager at dcreager dot net> pkgname=pi-coding-agent-pkgver=0.82.0+pkgver=0.83.0 pkgrel=1 pkgdesc='A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks' arch=('x86_64' 'aarch64')@@ -10,9 +10,9 @@ options=(!debug !strip) source_x86_64=("pi-linux-$pkgver.tar.gz::https://github.com/earendil-works/pi/releases/download/v$pkgver/pi-linux-x64.tar.gz")-sha256sums_x86_64=("791abd8043bf85deb4d090b905c9ebce4eb4f5776f919b4e3d371f69a6b977d0")+sha256sums_x86_64=("b0625eb623197b0afe20c870d21ef2f34481f1504e5777df3f698a66c7636f5f") source_aarch64=("pi-linux-$pkgver.tar.gz::https://github.com/earendil-works/pi/releases/download/v$pkgver/pi-linux-arm64.tar.gz")-sha256sums_aarch64=("a0bd25d2f41a754463bc96fb21f5e790adb3b75d1eed98bed2b19d3529022b0f")+sha256sums_aarch64=("b84f9016610c738dd9440df62f649880dbe9951db97a7ae936cbf292850e9802") noextract=("pi-linux-$pkgver.tar.gz") makedepends=("tar")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 03:38:23 | LOW | 1 |
| 2026-07-30 17:15:21 | CLEAN | 0 |
| 2026-07-25 17:30:22 | CLEAN | 0 |
| 2026-07-24 13:27:52 | CLEAN | 0 |
| 2026-07-21 23:18:24 | CLEAN | 0 |
| 2026-07-21 15:17:04 | CLEAN | 0 |
| 2026-07-19 17:11:42 | CLEAN | 0 |
| 2026-07-16 17:52:43 | CLEAN | 0 |
| 2026-07-14 23:46:33 | CLEAN | 0 |
| 2026-07-10 01:33:25 | CLEAN | 0 |
| 2026-07-09 21:32:33 | CLEAN | 0 |
| 2026-07-03 15:12:12 | CLEAN | 0 |
| 2026-06-27 14:29:57 | CLEAN | 0 |
| 2026-06-23 20:18:13 | CLEAN | 0 |
| 2026-06-22 14:13:37 | CLEAN | 0 |
| 2026-06-21 18:10:27 | CLEAN | 0 |
| 2026-06-19 22:34:54 | CLEAN | 0 |
| 2026-06-18 16:11:54 | CLEAN | 0 |