Vexyl Guard v0.2.13
Vexyl Guard v0.2.13 package release.
Release notes
Vexyl Guard v0.2.13 adds an opt-in authenticated local AI decision gateway.
Highlights:
- Scores redacted AI runtime events synchronously over a Unix socket, with no TCP listener.
- Adds strict event validation, request limits, local bearer authentication, fail-closed policy codes, and stateful correlation.
- Includes Python adapters and a dependency-free Node.js client for RAG, memory, agent plans, MCP/tool calls, model APIs, and AI supply-chain changes.
- Packages a hardened, disabled-by-default systemd service and a locally generated token for Debian and RPM hosts.
- Expands CI and package smoke tests across authentication, privacy boundaries, signed APT/DNF installs, and clean shutdown.
Start the gateway only on hosts that need this integration:
sudo systemctl enable --now vexyl-ai-gateway
sudo vexyl gateway healthPackage artifacts
This release publishes Linux package artifacts for operators who prefer package-managed installs:
- Debian/Ubuntu package: vexyl-guard_0.2.13-1_all.deb
- RPM package: vexyl-guard-0.2.13-1.noarch.rpm
- Signed APT/YUM repository bundle: vexyl-package-repositories-v0.2.13.tar.gz
- Package repository public key: vexyl-package-repo-signing-public.asc
RPM packages are signed with the package repository key. Verify downloads with SHA256SUMS, SHA256SUMS.sig, and release-signing-public.pem. Start in monitor mode before enabling local enforcement.