esc
Type to search the docs
Back to catalog

zeroclaw

Tested

Lightweight Rust-based AI personal assistant (OpenClaw family)

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up zeroclaw

Requires Docker Desktop. No source code needed — pulls pre-built images and starts zeroclaw with all dependencies.

Image: ghcr.io/zeroclaw-labs/zeroclaw:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: zeroclaw
description: "Lightweight Rust-based AI personal assistant (OpenClaw family)"
repository: https://github.com/zeroclaw-labs/zeroclaw
logo: https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/main/assets/logo.svg

image: ghcr.io/zeroclaw-labs/zeroclaw:latest
provides:
  - protocol: http
    port: 42617
    exposed: true
env:
  ZEROCLAW_GATEWAY_PORT:
    default: "42617"
  ZEROCLAW_LOG_LEVEL:
    default: "info"
storage:
  data:
    path: /zeroclaw-data
    persistent: true
health: /
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

1s

Total Disk

63 MB

Learn More

Spec references for features used in this Launchfile.

© 2026 High Bridge Enterprises AB