OpenClaw-first operations for Kubernetes clusters. One Helm install. One dashboard. Three bots.
Each bot runs in its own isolated environment with secrets management and network controls built in — still in active development, so sharp edges exist.
Each Claw bot runs in its own Kubernetes pod with dedicated resource limits and a strict security context. No shared runtimes, no cross-bot contamination.
Kubernetes NetworkPolicy locks down egress by default. Configure per-bot domain allow lists so bots only reach exactly what they need — nothing more.
Secrets sync directly from your 1Password vault into Kubernetes via External Secrets Operator. Credentials never touch your dashboard and are never stored in plaintext.
Schedule recurring backups of bot workspace data to S3 or GitHub on a configurable cron. Restore on startup — one checkbox to recover from any incident.
Primary supported path. General-purpose bot with plugins and channel integrations — the most actively developed and dogfooded option.
RecommendedSecure AI assistant built in Rust by NEAR AI. Privacy-first with WASM sandboxing, prompt injection defense, and persistent memory.
BetaLightweight and fast. A minimal Go bot for health checks, simple automations, and proving your cluster works.
BetaOne command sets up ClawMachine on any Kubernetes cluster. The interactive installer detects your environment. Start local — production use is at your own discretion.
curl -fsSL https://theclawmachine.dev/install.sh | bashInstall OpenClaw as your default bot path. Use PicoClaw and IronClaw for beta testing and validation workloads.
Monitor health, view logs, update config, and uninstall — all from a single dark-mode dashboard. No YAML wrangling.
No complex setup. No cloud dependencies. Helm install and you're running in minutes.
Everything on your infrastructure. Bot data never leaves. Secrets stay in Kubernetes.
Real-time health checks, per-bot config, and clean uninstalls. For people who run infrastructure.
Native External Secrets Operator integration. Connect 1Password or any supported backend.
Core stack — Go, HTML templates, HTMX, Bootstrap. Server-rendered, fast, and lightweight.
MIT licensed. Read the code, fork it, extend it. Built in the open on GitHub.
Install ClawMachine and start experimenting. Prerelease — feedback welcome.