DNF/YUM repository for the systemprompt AI governance gateway.
Served at rpm.systemprompt.io. GPG-signed for x86_64 and aarch64 on RHEL 9 / Rocky 9 / Fedora 40+.
The governance layer for AI agents — a single compiled Rust binary that authenticates, authorises, rate-limits, logs, and costs every AI interaction. Self-hosted, air-gap capable, provider-agnostic.
sudo curl -fsSL -o /etc/yum.repos.d/systemprompt.repo \
https://rpm.systemprompt.io/systemprompt.repo
sudo rpm --import https://rpm.systemprompt.io/gpg.key
sudo dnf install systempromptFull configuration + systemd setup: systemprompt-template/docs/install/rpm.md.
- RHEL 9
- Rocky Linux 9
- AlmaLinux 9
- Fedora 40+
- Amazon Linux 2023
x86_64aarch64
Packaging: MIT (this repo). Compiled binary: MIT AND BUSL-1.1 — template code is MIT; the compiled binary links systemprompt-core which is BSL-1.1.