bitty

LOW
maintainer Xuepoo 0 votes scanned 2026-09-03 05:52:26.228347
View on AUR
Why flagged

The package builds from source hosted on the project's official GitHub repository; the only concern is the skipped checksum, which reduces verifiability but does not introduce active malicious behavior.

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.

Low AI review 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 project's official GitHub repository; the only concern is the skipped checksum, which reduces verifiability but does not introduce active malicious behavior.

PKGBUILD

1# Maintainer: Bitty Maintainers <maintainers@bitty-terminal.dev>
2pkgname=bitty
3pkgver=0.0.19
4pkgrel=1
5pkgdesc="Bitty pre-alpha terminal workspace minimal correct terminal"
6arch=('x86_64' 'aarch64')
7url="https://github.com/bitty-terminal/bitty"
8license=('MIT' 'Apache-2.0')
9depends=('fontconfig' 'freetype2')
10makedepends=('cargo' 'pkgconf')
11optdepends=('noto-fonts: fallback font')
12provides=('bitty')
13conflicts=('bitty-nightly' 'bitty-git')
14source=("$pkgname-$pkgver.tar.gz::https://github.com/bitty-terminal/bitty/archive/v$pkgver.tar.gz")
15sha256sums=('SKIP')
16
17prepare() {
18 cd "$pkgname-$pkgver"
19 cargo fetch --locked
20}
21
22build() {
23 cd "$pkgname-$pkgver"
24 cargo build --release --locked -p bitty-app
25}
26
27check() {
28 cd "$pkgname-$pkgver"
29 cargo test --locked --workspace --all-targets || true
30}
31
32package() {
33 cd "$pkgname-$pkgver"
34 install -Dm755 "target/release/bitty-app" "$pkgdir/usr/bin/bitty"
35 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
37 install -Dm644 CHANGELOG.md "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md"
38 if [ -f terminfo/bitty.terminfo ]; then
39 install -Dm644 terminfo/bitty.terminfo "$pkgdir/usr/share/terminfo/b/bitty"
40 fi
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 05:52:26 Low 2

Report a package

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

0 / 4000
Your suggestion