Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up openclaw Requires Docker Desktop. No source code needed — pulls pre-built images and starts openclaw with all dependencies.
Image:
ghcr.io/openclaw/openclaw:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: openclaw
description: "Open-source AI tools platform"
image: ghcr.io/openclaw/openclaw:latest
platform: linux/arm64
provides:
- protocol: http
port: 18789
exposed: true
# Bridge — channel integrations for messaging services
- protocol: http
port: 18790
name: bridge
env:
OPENCLAW_GATEWAY_TOKEN:
generator: secret
sensitive: true
description: "Authentication token for the gateway"
OPENCLAW_TZ:
default: "UTC"
description: "Timezone"
storage:
data:
path: /home/node/.openclaw
persistent: true
health:
path: /
start_period: 120s
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
7s
Total Disk
2299 MB
Learn More
Spec references for features used in this Launchfile.