Releases: eloktev/artifact-relay
Release list
Artifact Relay v1.2.0
What’s new
Usable topic navigation
- Topic pills now apply a real server-side filter instead of acting as static labels.
- The selected topic is visible and can be cleared with one click.
- Human-readable topic aliases persist across existing and future artifacts while numeric topic IDs remain stable internal identifiers.
Easier discovery and installation
- The repository overview now shows the product library and primary actions immediately.
- Hermes Desktop users get a one-click plugin install link.
- Repository and landing-page metadata now make the private Markdown/HTML publishing use case explicit.
Install
Hermes Agent
hermes plugins install eloktev/hermes-artifact-relay
hermes artifact-relay setupSelf-hosted
git clone --branch v1.2.0 https://github.com/eloktev/artifact-relay.git
cd artifact-relay
docker build -t artifact-relay:1.2.0 .
./scripts/bootstrap.sh
docker compose up -dArtifact Relay remains MIT-licensed and private by default. See the README for the managed beta, immutable GHCR deployment, security boundaries, and VPS setup.
Artifact Relay v1.1.0
Artifact Relay v1.1.0
Artifact Relay now has a verified multi-architecture GHCR release path and a digest-pinned deployment contract for managed instances.
Try it
Hermes (recommended):
hermes plugins install eloktev/hermes-artifact-relay
hermes artifact-relay setupConnect a managed beta instance (free during beta), or follow the localhost quick start to self-host.
If Artifact Relay is useful for your agent workflow, star the repository so other Hermes users can discover it.
Highlights
- Multi-arch images for
linux/amd64andlinux/arm64 - Supply-chain provenance and SBOM attestations
- Immutable
sha256deployment contract; managed deployments cannot uselatest - Exact managed backup, restore, upgrade, and rollback workflows
- Agent-first managed-beta landing copy and deployment documentation
- Real Docker regression coverage for publish/read/restart/delete, upgrade/rollback, and backup/restore
Managed beta
Managed beta is free during beta, with limited availability. Planned price after beta: $24/year.
The recommended onboarding path is through the Hermes Artifact Relay plugin. Self-hosting remains fully supported.
Verification
- 414 tests
- Ruff, formatting, mypy, dependency audit, actionlint, and ShellCheck
- Linux container smoke
- Multi-platform Buildx build with provenance and SBOM
- Managed backup/restore and upgrade/rollback smoke
See README.md and docs/UPGRADE_ROLLBACK.md for digest resolution and deployment instructions.
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.