Artifact Relay v1.0.0
Artifact Relay v1.0.0
First public release of Artifact Relay, a private-by-default, self-hosted gateway for publishing AI-agent results as mobile-friendly Markdown or standalone HTML pages.
Highlights
- Bearer-authenticated artifact publishing API
- Password-protected private viewer and artifact library
- Sanitized Markdown and sandboxed standalone HTML
- Bundled Mermaid, syntax highlighting, and fonts with no CDN dependency
- Optional artifact-scoped share links with expiry and revocation
- Safe localhost defaults and documented generic VPS deployment
- Persistent SQLite/filesystem storage with backup, restore, upgrade, and rollback tooling
- Docker and Docker Compose installation path
- Separate portable Hermes Agent plugin: https://github.com/eloktev/hermes-artifact-relay
Security defaults
- Loopback-only localhost binding
- Sharing disabled by default locally
- Remote plaintext HTTP rejected
- Independent API, viewer, and session secrets
- Strict startup validation and secret-redacted logs
See the README for installation and the security policy before exposing the service publicly.