-
-
Notifications
You must be signed in to change notification settings - Fork 53k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
The openclaw command takes 17+ seconds to execute even for simple operations like --help, --version, or invalid commands. This makes the CLI nearly unusable.
Steps to reproduce
- Install openclaw on a Raspberry Pi 4
- Run
time openclaw --helportime openclaw --versionor even an invalid command! - Observe the execution time
Expected behavior
The --help and --version flags as well as most commandsshould execute in under 1 second.
Actual behavior
openclaw@pi4b:~ $ time openclaw --help
🦞 OpenClaw 2026.1.30 (76b5208) — Less middlemen, more messages.
Usage: openclaw [options] [command]
[... help output ...]
real 0m17.812s
user 0m21.138s
sys 0m1.856sReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working