supercompress

LOW
maintainer cemsbr 1 votes scanned 2026-09-17 19:25:56.508581
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: cemsbr <cems@cemshost.com.br>
2
3pkgname=supercompress
4_npmname=supercompress-proxy
5pkgver=0.5.27
6pkgrel=1
7pkgdesc='Local proxy that compresses LLM context for coding agents (Claude Code, Codex, Cursor, ...)'
8arch=('any')
9url='https://github.com/Supercompress/Supercompress'
10license=('MIT')
11depends=('nodejs>=18')
12makedepends=('npm')
13optdepends=('bun: TUI mode (supercompress tui)')
14source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
15sha256sums=('5ec8a8ff7579068499b7c1d59bbe944883c4126f590a90831451609ac1d6fac3')
16
17package() {
18 cd package
19 # --omit=optional skips @opentui (bun-only native TUI); npm ignores the flag on `install -g`
20 npm install --omit=optional --cache "$srcdir/npm-cache"
21
22 install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/node_modules"
23 cp -r "$srcdir/package" "$pkgdir/usr/lib/node_modules/$pkgname"
24 ln -s "../lib/node_modules/$pkgname/bin/supercompress.js" "$pkgdir/usr/bin/supercompress"
25 ln -s "../lib/node_modules/$pkgname/src/mcp.js" "$pkgdir/usr/bin/supercompress-mcp"
26 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 19:25:56 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