almyty web UI — pair with almyty/api for Kubernetes and scale-out self-hosting.
8.3K
almyty is the full-stack platform for AI agents, agnostic by design. Point it at any LLM vendor (or several — one model drafts, reviewers from other vendors verify). Import an OpenAPI or GraphQL schema and every operation becomes a typed tool. Serve those tools and agents over MCP, A2A, UTCP, Agent Skills, or an OpenAI-compatible endpoint. Memory, credentials, scheduling, and analytics are built in. The core is Apache-2.0 — this is the same code that runs app.almyty.com.
This image is the web UI alone, for deployments where the API and UI scale independently — pair it with almyty/api. Just want almyty running? Use the all-in-one almyty/almyty instead (it already serves this UI).
Deployment walkthrough and configuration: docs.almyty.com/self-hosting
| Image | Use it when |
|---|---|
almyty/almyty | You want almyty running in one container. Start here. |
almyty/api + almyty/frontend | Kubernetes / scale-out: API and UI scale independently. |
almyty/docs | The documentation site. You almost certainly don't need it. |
Use latest, or pin a release like 0.1.0, and stop reading.
Everything else on the tags page is machinery: dev / staging / prod and *-<sha> are our CI's internal build stream (not releases — don't self-host from them), and sha256-*.sig / .att are the cosign signatures and SBOM attestations for the release images.
Releases are signed with cosign (keyless, GitHub OIDC) and carry an SPDX SBOM:
cosign verify almyty/frontend:latest \
--certificate-identity-regexp 'https://github\.com/almyty-inc/almyty/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
almyty.com · Docs · Source · Releases · Apache-2.0 core · © 2026 Almyty Inc.
Content type
Image
Digest
sha256:b48b52665…
Size
27.2 MB
Last updated
23 days ago
docker pull almyty/frontend