mumble-voip/mumble

Mumble is an open-source, low-latency, high quality voice chat software.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 8th, 2026
Created on February 26th, 2011
Open Issues & Pull Requests: 487 (+0)
GitHub issues: Enabled
Number of forks: 1,384
Total Stargazers: 8,249 (+0)
Total Subscribers: 163 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 hours
Mean response time: 98.3 days
90th percentile: 19.9 days
Tracked items: 437

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% 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: 108
New in 7 days: 2
Closed in 7 days: 3
Avg open age: 1,290 days
Stale 30+ days: 91
Stale 90+ days: 66

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (189)
  • client (156)
  • feature-request (112)
  • support (105)
  • triage (65)
  • stale-support (62)
  • good first issue (61)
  • server (61)

Detailed Description

Mumble is an open-source voice-chat application that provides low-latency, high-quality communication for users across multiple platforms.

Mumble solves the need for reliable, self-hosted voice communication by separating functionality into two distinct modules: a client application and a server component. The client runs on Windows, Linux, FreeBSD, OpenBSD, and macOS, while the server can run on any platform where Qt is available. Built on Qt and the Opus codec, the architecture allows users to deploy their own infrastructure rather than relying on third-party services, giving them control over data and deployment.

Mumble suits projects and communities that prioritize low-latency voice quality and self-hosting capabilities, particularly gaming groups and organizations wanting to avoid commercial voice platforms. The tool supports general-purpose plugins that extend functionality beyond the core application, and it maintains internationalization through community translation contributions. Anyone considering adoption should note that the master branch contains unstable code for future releases, while stable versions are maintained on separate branches with corresponding build documentation.

The project maintains active contribution pathways through pull requests with documented commit guidelines and welcomes new contributors with introductory source code documentation. Translation work is coordinated through a dedicated platform where community members can contribute language support. The plugin system is documented to enable developers to extend the application with custom functionality. Build instructions are version-specific and available both in the repository and in release tarballs to match the code being compiled.