WhatsApp on OpenClaw: Save Yourself 2 Hours by Updating to 5.7 First

Setting up WhatsApp on OpenClaw for the first time? Here's the tribal knowledge missing from the docs, straight from a user who just helped a friend through it.
Key Setup Facts
- OpenClaw uses Baileys, an unofficial WhatsApp Web library — not the official Business API. Your personal WhatsApp number becomes the bot, and it cannot be used on a number already active on WhatsApp Web on your phone. Pairing happens via QR code during onboarding.
- The gateway must run 24/7. If the connection drops, you have to re-pair. Laptop sleep will break it — use a VPS or always-on machine.
Critical Bugs Fixed in 5.7
If you're on 5.6 or earlier, you will hit several WhatsApp-specific bugs. Update to 5.7 before proceeding:
- Ghost chats (fixed in 5.7, #67378): Proactive messages to phone numbers would create sender-only ghosts that nobody received.
- Stale TUI clients (fixed in 5.7): On 5.5, they degraded the gateway event loop, slowing ALL replies — not just WhatsApp.
- Captioned media double-send (fixed in 5.7, #78770): Before the fix, recipients would get an empty message first, then the actual photo.
Bottom line: Update to OpenClaw 5.7+ before setting up WhatsApp. Earlier versions have multiple WhatsApp-specific bugs that will make you think your setup is broken. If you want full control, OpenClaw works fine on 5.7+. If you prefer less hassle, BetterClaw handles WhatsApp setup in minutes without the Baileys pairing dance.
📖 Read the full source: r/openclaw
👀 See Also

Building a Developer Portfolio with Claude Code: A Junior Dev's Workflow and Lessons Learned
A 21-year-old junior MERN stack dev shares how he built nidhil.live using Claude Code, emphasizing the importance of specific prompting and understanding generated code instead of blind copy-pasting.

7 MCP Gateway Bugs: Session Leaks, Dead SSE, and OAuth in Gateway Mode
A Reddit post details seven real-world MCP gateway bugs — session state leaking across clients, silent SSE disconnections, OAuth failures in gateway mode, and more — with fixes based on boring infra, not better prompts.

Practical Strategies to Avoid Claude Rate Limits on $200 Max Plan
A developer shares specific techniques that have prevented throttling on Claude's $200 max plan for over a month, including SQLite database queries, context handoff systems, and strategic hardware deployment.

Stop Burning Claude Code Tokens on Chat Questions
A developer on r/ClaudeAI saved their weekly token cap by routing simple chat questions to cheap models like Haiku, reserving Claude Code for agent tasks like multi-file edits.