APT repository for the systemprompt AI governance gateway.
Served at deb.systemprompt.io. GPG-signed for amd64 and arm64 on Debian 12+ and Ubuntu 22.04+.
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.
curl -fsSL https://deb.systemprompt.io/gpg.key \
| sudo gpg --dearmor -o /usr/share/keyrings/systemprompt.gpg
echo "deb [signed-by=/usr/share/keyrings/systemprompt.gpg] https://deb.systemprompt.io stable main" \
| sudo tee /etc/apt/sources.list.d/systemprompt.list
sudo apt-get update
sudo apt-get install systempromptFull configuration + systemd setup: systemprompt-template/docs/install/apt.md.
- Debian 12 (bookworm)
- Debian 13 (trixie)
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Pop!_OS 22.04+
amd64(x86_64)arm64(aarch64)
| Path | Purpose |
|---|---|
/usr/bin/systemprompt |
Gateway binary |
/usr/bin/systemprompt-mcp-{agent,marketplace} |
MCP servers |
/etc/systemprompt/services/ |
YAML configuration tree |
/etc/systemprompt/systemprompt.env |
Environment overrides |
/lib/systemd/system/systemprompt.service |
systemd unit |
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.