Public Helm charts published by Neomanex, an AI-native company that runs its own operations on AI agents and publishes the infrastructure underneath them. These are the charts we run in production ourselves, not demo material. This URL is the Helm chart repository index; the source lives on GitHub.
| Chart | Description |
|---|---|
| opencode | Runs the OpenCode coding agent as a service in your cluster: web UI and HTTP API behind your own ingress, one persistent workspace per git repository, reachable from any browser. |
| redis | Runs Redis on Kubernetes with Sentinel high availability, automatic failback of the master role and role-aware readiness. |
From this chart repository:
helm repo add neomanexlabs https://neomanexlabs.github.io/helm-charts
helm repo update
helm install opencode neomanexlabs/opencode
Or directly from the OCI registry:
helm install opencode oci://ghcr.io/neomanexlabs/charts/opencode
Both install paths serve the identical package, built once per release.
Neomanex is an AI-native company. We run our own business on an AI Operating Model, publish the evidence, and help other companies become AI native: agents, operations, and the infrastructure underneath them, built and governed in production.
This project is part of that work. It is the same code we run ourselves.