tulir/whatsmeow

Go library for the WhatsApp web multidevice API

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 9th, 2026
Created on October 6th, 2021
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 1,191
Total Stargazers: 7,265 (+0)
Total Subscribers: 160 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.4 hours
Mean response time: 37.6 days
90th percentile: 64.6 days
Tracked items: 631

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 4
Closed in 7 days: 1
Avg open age: 392 days
Stale 30+ days: 15
Stale 90+ days: 11

Recent activity

Opened in 7 days: 4
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • can't reproduce (9)
  • enhancement (6)
  • bug (5)
  • duplicate (1)
  • invalid (1)

Detailed Description

whatsmeow is a Go library for the WhatsApp web multidevice API.

The library solves the problem of programmatically interacting with WhatsApp by providing bindings to the web multidevice protocol. It handles the underlying protocol complexity, allowing developers to send and receive messages, manage groups, handle receipts, and interact with app state through Go method calls rather than implementing protocol details themselves.

The tool suits Go projects that need WhatsApp integration without running a full WhatsApp client. It works well for bots, bridges, and automation tools that operate on the web protocol. Developers should be aware that calls and broadcast list messages are not yet supported. The library covers most common messaging scenarios including text and media messages, group management, typing notifications, delivery and read receipts, and contact list management.

The project maintains active discussion channels for protocol questions and accepts community input on implementation priorities. Development shows responsiveness to issues and pull requests, with the maintainer engaged in clarifying protocol behavior and accepting contributions that extend functionality.