{ "$schema": "https://raw.githubusercontent.com/Containerpak/cpak/v2/schema/manifest-v2.json", "manifest_version": "2.0", "name": "OpenClaw", "description": "Run the OpenClaw AI gateway and its local web interface.", "version": "2026.7.2-beta.4", "image": "ghcr.io/containerpak/openclaw:main", "binaries": ["/usr/bin/openclaw", "/usr/bin/openclaw-desktop"], "desktop_entries": ["/usr/share/applications/ai.openclaw.OpenClaw.desktop"], "dependencies": [], "addons": [], "idle_time": 0, "override": { "socketX11": false, "socketWayland": false, "socketPulseAudio": true, "socketSessionBus": true, "socketSystemBus": false, "socketSshAgent": true, "socketCups": false, "socketGpgAgent": true, "socketAtSpiBus": false, "socketBluetooth": false, "deviceDri": false, "deviceKvm": false, "deviceShm": false, "deviceAlsa": true, "deviceVideo": false, "deviceFuse": false, "deviceTun": false, "deviceUsb": false, "deviceAll": false, "notification": true, "openURI": true, "filesystem": [{"path": "home", "access": "read-write"}], "env": [], "network": true, "process": false, "userNamespaces": false, "memoryMaxMB": 0, "cpuQuota": 0, "pidsMax": 0, "asRoot": false, "allowedHostCommands": ["xdg-open"] } }