Connect Your Local AI to Any Messenger.
ClawExpress is the ultimate desktop manager for OpenClaw. Bring your own keys (BYOK) and seamlessly bridge Local LLMs, DeepSeek, or Claude to WhatsApp, Telegram, Discord, and Zalo.

Total Control. Zero Cloud Lock-in.
Spin up an AI gateway with zero technical configuration.
One-Click Desktop App
No terminal needed. Manage your proxy gateway natively on Windows, macOS, or Linux. Starts seamlessly in your system tray.
BYOK & Local LLMs
Plug in Claude, GPT-4, DeepSeek (~$0.001/1k tokens), or attach Ollama/LM Studio for full local reasoning without intermediaries.
NPM & Docker Runtimes
Switch smoothly between lightweight native Node.js execution or a fully-isolated Docker container mode directly from the UI.
Chat on WhatsApp, Telegram, or Zalo.
ClawExpress generates a QR Code right on your desktop. Just scan it using your favorite Chat App and your AI bot instantly gains a phone number to reply to incoming messages.
- 📱 WhatsApp - Link via web QR scan
- 🇻🇳 Zalo - Built-in native support (Unique!)
- 💬 Telegram & Discord - Immediate token integrations
- 🛡️ Pairing Mode Security - Stops unauthorized spam usage
// OpenClaw automatically maps your Local LLM to the channel
const config = {
llm: "ollama/llama3",
channels: ["whatsapp", "zalo"],
security: {
mode: "pairing_required",
pairingCodeLength: 8
}
};
// Gateway starts answering messages autonomously!
core.launchGateway(config);