EdgyMeow is a WebSocket JSON-RPC 2.0 server for WhatsApp Web automation, version 0.0.20. It provides a Go-based backend (whatsmeow) wrapped as a Node.js CLI tool with pre-built binaries for Linux, macOS, and Windows. Key features include QR code authentication, anti-ban rate limiting, SQLite storage for sessions and history, and a built-in web dashboard. Released under MIT license, updated monthly.
npm install edgymeowNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts the EdgyMeow server and shows how to connect via WebSocket and get a QR code for WhatsApp authentication.
npx edgymeow start --port 8080
Upgrade Node.js to v18 or higher.
Use npx edgymeow web for standalone web dashboard.
Install Go and run npx edgymeow build before start.
Ensure you have rate limiting enabled; do not send high-volume messages.
Kill the conflicting process or use a different port: npx edgymeow start --port 9401
Reinstall the package: npm install edgymeow@latest. If persists, try building from source: npx edgymeow build
Ensure the server is fully started and not blocked by firewall. Check logs with npx edgymeow status.