hyprlayer-server-bin
The package downloads a prebuilt binary from GitHub Releases, which is a standard and generally trustworthy source; the binary is not executed during build but installed as-is, and the checksums are provided and valid, reducing supply-chain risk despite the new and low-voted AUR entry.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from GitHub Releases, which is a standard and generally trustworthy source; the binary is not executed during build but installed as-is, and the checksums are provided and valid, reducing supply-chain risk despite the new and low-voted AUR entry.
PKGBUILD
# Maintainer: Jon Tsiros <jon@brightblock.ai>
pkgname=hyprlayer-server-bin
pkgver=0.8.0
pkgrel=1
pkgdesc="Hyprlayer runtime as a headless server, reached over a local socket or SSH"
arch=('x86_64')
url="https://brightblock.ai/hyprlayer"
license=('LicenseRef-proprietary')
# Deliberately no webkit2gtk/gtk3: a headless host runs this without a desktop.
depends=('git')
optdepends=('claude-code: run Claude Code agent sessions'
'github-cli: PR status and publishing'
'hyprlayer: thoughts and project management the runtime shells out to')
provides=('hyprlayer-server')
conflicts=('hyprlayer-server')
options=('!strip' '!debug')
_bin="hyprlayer-server-x86_64-unknown-linux-gnu"
source=("${_bin}-${pkgver}::https://github.com/BrightBlock/hyprlayer-releases/releases/download/v${pkgver}/${_bin}"
"hyprlayer-server.service")
sha256sums=('dc2e11878f5af7e294da64cd29c291a4de0d6a8455b3eb2a38f3c391db5f0bc1'
'e578119d5152948b1ba56576c36825d63bce9ad1266e1c8ac661365cd597adae')
package() {
install -Dm755 "${srcdir}/${_bin}-${pkgver}" "${pkgdir}/usr/bin/hyprlayer-server"
# A user unit, never a system one: every RuntimePaths entry is home-relative.
# Installed, not enabled — `systemctl --user enable --now hyprlayer-server`.
install -Dm644 "${srcdir}/hyprlayer-server.service" \
"${pkgdir}/usr/lib/systemd/user/hyprlayer-server.service"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 00:25:36 | Low | 2 |
| 2026-09-18 23:29:28 | Low | 2 |