Non-root runtime
The runtime uses the `_kingai` identity instead of root by default.
Package the governed KINGAI runtime for Docker and OCI environments while keeping policy, approvals, tasks, memory, model routing and audit consistent across infrastructure.
The normal container profile is designed to run as a non-root service, keep management local and avoid inheriting host authority by default.
The runtime uses the `_kingai` identity instead of root by default.
Management stays local instead of exposing a control TCP port by default.
Memory, tasks, approvals and audit can survive container replacement through explicit volumes.
Buildx paths support linux/amd64 and linux/arm64.
Agent intent still crosses task state, policy, approval and audit boundaries before sensitive capabilities can act.
Reproducible KINGAI runtime services for development, integration and automation without installing a full OS image.
Run beside local model servers and private infrastructure while keeping state and authority boundaries explicit.
Carry the same task, policy, approval and audit semantics across environments.
Official production registry publication and signing remain separate release gates.