wacli
| Version | 2026.144.1443 |
| Repo | superproject |
WhatsApp messaging and history sync from the command line — the wacli binary in the user’s Go bin
Installs the wacli WhatsApp CLI by go install-ing
github.com/openclaw/wacli/cmd/wacli@latest with GOPATH=/go, so the
/go/bin, already appended
to $PATH). Verifiable end to end: the binary exists at ~/go/bin/wacli,
carries the executable bit, and the required Go toolchain that builds
and runs it is present at /usr/bin/go (the golang dependency).wacli binary lands in the user’s Go bin (
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
command=go install github.com/openclaw/wacli/cmd/wacli@latest go clean -cache |
check |
the wacli WhatsApp CLI binary is installed in the user’s Go bin directory |
check |
the installed wacli binary carries the executable bit and can be invoked |
agent-check |
invoking wacli in the running deployment presents its WhatsApp command interface (login/pairing prompt) instead of crashing |
check |
file=/usr/bin/go |