miyu-voice

LOW
maintainer shorin 0 votes scanned 2026-09-06 09:10:50.549465
View on AUR
Why flagged

Package downloads a prebuilt Arch package from the project's GitHub releases, which is a normal AUR pattern; the low severity is due to limited votes and recent upload, not inherent risk.

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 90%): Package downloads a prebuilt Arch package from the project's GitHub releases, which is a normal AUR pattern; the low severity is due to limited votes and recent upload, not inherent risk.

PKGBUILD

1# Maintainer: SHORiN <shorin@users.noreply.github.com>
2#
3# AUR `miyu-voice` 包装包:下载 GitHub Release 上由 packaging/arch/miyu-release
4# 拆包产出的 miyu-voice 预编译资产重新打包。可选组件:装上它并在设置里开启
5# 「语音功能」,daemon 就会拉起 `miyu-voice` 进程做唤醒词监听与本地识别。
6
7pkgname=miyu-voice
8pkgver=0.5.0
9pkgrel=1
10pkgdesc='Miyu 语音前端:唤醒词 + 本地语音识别(SenseVoice / sherpa-onnx),可选组件'
11arch=('x86_64')
12url='https://github.com/SHORiN-KiWATA/Miyu'
13license=('MIT')
14options=('!strip' '!debug')
15export LC_ALL=C.UTF-8
16depends=('miyu' 'alsa-lib' 'gcc-libs' 'glibc')
17optdepends=('libnotify: desktop notifications when Miyu hears you')
18_release_pkgrel=1
19source=(
20 "${pkgname}-${pkgver}-${_release_pkgrel}-${CARCH}.release.pkg.tar.zst::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${_release_pkgrel}-${CARCH}.pkg.tar.zst"
21)
22sha256sums=(
23 'a29a087dc177e8756b17647378700df6f2a456077b33cfba399559ba7890eab0'
24)
25
26package() {
27 install -Dm755 "${srcdir}/usr/bin/miyu-voice" "${pkgdir}/usr/bin/miyu-voice"
28 install -Dm644 "${srcdir}/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 09:10:50 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