Mumble
mumble.infoOpen source, low-latency, high quality voice chat software. You can host your own server, or use a hosted instance, there are client applications for Windows, MacOS and Linux as well as third-party apps for Android and iOS.
- Homepage: mumble.info
- GitHub: github.com/mumble-voip/mumble
- Privacy: tosdr.org/en/service/3640
- iOS App: apps.apple.com/us/app/mumble/id443472808
- Android App: https://play.google.com/store/apps/details?id=se.lublin.mumla
- Web info: web-check.xyz/results/mumble.info
Mumble Source Code
Author
Description
Mumble is an open-source, low-latency, high quality voice chat software.
Homepage
https://www.mumble.infoLicense
NOASSERTION
Created
26 Feb 11
Last Updated
04 Oct 24
Latest version
Primary Language
C++
Size
120,064 KB
Stars
6,313
Forks
1,109
Watchers
6,313
Language Usage
Star History
Top Contributors
- @thorvald (2756)
- @mkrautz (1985)
- @Krzmbrzl (1696)
- @davidebeatrici (906)
- @hacst (645)
- @Kissaki (370)
- @pcgod (340)
- @weblate (327)
- @Hartmnt (134)
- @elitallman (117)
- @amrecio (46)
- @fwaggle (43)
- @Natenom (41)
- @TerryGeng (35)
- @Zuko (30)
- @haruArc (24)
- @matze (23)
- @Popkornium18 (21)
- @klemensn (20)
- @rawnar (18)
- @Rantanen (17)
- @lnussel (14)
- @vimpostor (14)
- @ngollan (12)
- @d-rez (12)
- @tkmorris (12)
- @dekarl (11)
- @Septarius (11)
- @Spaccaossi (11)
- @dexgs (10)
Recent Commits
- Davide Beatrici (04 Oct 24)
Merge PR #6598: FIX(plugins): Load correct pages for modules
- sqwishy (04 Oct 24)
FIX(plugins): Load correct pages for modules This `VirtualQueryEx()` loop is called for each module in a process. It reads pages starting at the module address but seems to continue past into other modules and into dynamic allocations also. This check stops enumerating pages once it encounters one that no longer belongs to the module for which pages are being collected. (Also this function opens two handles, this adds a clean up for the first handle if opening the second fails.) Fixes #6558
- Robert Adam (04 Oct 24)
Merge PR #6594: FIX(client): Don't assume SSL error == SSL version mismatch
- Robert Adam (03 Oct 24)
TRANSLATION: Update translation files
- Robert Adam (03 Oct 24)
FIX(client): Don't assume SSL error == SSL version mismatch Experience shows that SSL handshake errors can have various different reasons and thus always reporting that Mumble has encountered an SSL version mismatch is no good. This rephrases the error message to reflect this more general nature of the possible error origin and also provides advice for the most commonly observed ones.
- Robert Adam (03 Oct 24)
Merge PR #6596: REFAC: Qt cleanup
- Robert Adam (03 Oct 24)
BUILD: Explicitly encode minimum Qt version in CMake
- Robert Adam (03 Oct 24)
REFAC: Remove code specific to non-supported Qt versions This has been done under the assumption that we require at least Qt 6.2
- Robert Adam (03 Oct 24)
Merge PR #6326: FEAT(client): Toggle positional audio shortcut
- Robert Adam (03 Oct 24)
TRANSLATION: Update translation files
- GrossTrevor (04 Feb 24)
FEAT(client): Toggle positional audio shortcut Added new global shortcut that toggles the state of positional audio Fixes #6133
- Robert Adam (03 Oct 24)
Merge PR #6578: FIX(client): Limit size of the chat bar Previously, the chat bar QTextEdit was unlimited in screen space size and would start stretching the main window and chat log, if messages were too large. This resulted in the window becoming unusable unless you would manually resize the window down again. This commit adds a sensible limit to how much of the chat bar can be visible at once. Currently, this limit is set to 10 times the font height. After that the chat bar will stop growing in screen space and instead start showing a scrollbar. Fixes #6528 Fixes #1320
- Robert Adam (03 Oct 24)
Merge PR #6564: TRANSLATION: Translations update from Hosted Weblate
- Hosted Weblate (01 Oct 24)
TRANSLATION: Update Chinese (Simplified Han script) translation Currently translated at 100.0% (2312 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: 大王叫我来巡山 <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/zh_Hans/ Translation: Mumble/Mumble Client
- Hosted Weblate (01 Oct 24)
TRANSLATION: Update Spanish translation Currently translated at 100.0% (2312 of 2312 strings) TRANSLATION: Update Spanish translation Currently translated at 100.0% (2312 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: gallegonovato <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/es/ Translation: Mumble/Mumble Client
- Hosted Weblate (01 Oct 24)
TRANSLATION: Update Polish translation Currently translated at 100.0% (2312 of 2312 strings) TRANSLATION: Update Polish translation Currently translated at 100.0% (2312 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Matthaiks <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/pl/ Translation: Mumble/Mumble Client
- Hosted Weblate (01 Oct 24)
TRANSLATION: Update Russian translation Currently translated at 87.5% (2023 of 2312 strings) TRANSLATION: Update Russian translation Currently translated at 86.9% (2010 of 2312 strings) Co-authored-by: Arkebuzz <[email protected]> Co-authored-by: Hosted Weblate <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/ru/ Translation: Mumble/Mumble Client
- Hosted Weblate (01 Oct 24)
TRANSLATION: Update German translation Currently translated at 99.7% (2307 of 2312 strings) Co-authored-by: daniel <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/de/ Translation: Mumble/Mumble Client
- Hosted Weblate (01 Oct 24)
TRANSLATION: Update Turkish translation Currently translated at 100.0% (2312 of 2312 strings) TRANSLATION: Update Turkish translation Currently translated at 100.0% (2312 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Oğuz Ersen <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/tr/ Translation: Mumble/Mumble Client
- Robert Adam (03 Oct 24)
Merge PR #6580: BREAK(server): Remove DBus support
- Robert Adam (03 Oct 24)
Merge PR #6588: DOCS(vcpkg): Refer to our own vcpkg fork
- Robert Adam (03 Oct 24)
Merge PR #6593: CI(backport): Fix label checker version
- Robert Adam (03 Oct 24)
CI(backport): Fix label checker version
- Robert Adam (03 Oct 24)
Merge PR #6592: CI(backoprt): Fix workflow file
- Robert Adam (03 Oct 24)
CI(backoprt): Fix workflow file
- Robert Adam (02 Oct 24)
Merge PR #6591: CI(backport): Fix label checker
- Robert Adam (02 Oct 24)
CI(backport): Fix label checker
- Robert Adam (02 Oct 24)
Merge PR #6590: CI(backport): Refine label checker action
- Robert Adam (02 Oct 24)
CI(backport): Refine label checker action
- Robert Adam (02 Oct 24)
Merge PR #6589: CI(backport): Add debug output
Mumble Website
Website
503 certificate has expired
Redirects
Does not redirect
Security Checks
2 security checks failed (64 passed)
- HTTP Status Error
- HTTP Server Error
Server Details
- IP Address 146.75.38.217
- Location Goeteborg, Vastra Gotalands lan, Sweden, EU
- ISP Fastly Inc.
- ASN AS54113
Associated Countries
- CH
- SE
- JP
Saftey Score
Website marked as safe
100%
Blacklist Check
www.mumble.info was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Mumble Android App
Update Info
- App Mumla
- Creation Date 20 Feb 24
- Last Updated 14 Jul 24
- Current Version 3.6.7
Trackers
No trackers found
Permissions
- Access Network State
- Bluetooth
- Broadcast Close System Dialogs
- Broadcast Sticky
- Foreground Service
- Foreground Service Microphone
- Internet
- Modify Audio Settings
- Post Notifications
- Record Audio
- System Alert Window
- Vibrate
- Wake Lock
- Write External Storage
Mumble iOS App
App Info
Mumble
Mumble - High quality, low latency voice chat Mumble is a free group voice chat application. It allows you to talk to your friends on the go, and has finally arrived on the iOS platform. Simply find a public server and join it to chat with your friends! Mumble requires a connection to a server to function. Servers can be rented from commercial hosting companies. The Mumble server software is also available free-of-charge under and open source license, so individuals are free to create their own servers, without limitations. See https://www.mumble.info for more information regarding Mumble servers. Mumble provides the following features: • High quality, low latency voice chats via WiFi or 3G using state of the art codecs • Access to thousands of public servers -- free for you to use when chatting with friends • Ability to chat with hundreds of thousands of regular users of Mumble around the world • An easily accessible list of all of your favorite servers • Connect to and list available Mumble servers on the local network • SSL/TLS encryption of connections to remote servers; voice data encrypted using OCB2-AES128 • Strong and flexible authentication with remote servers using either passwords or X.509 certificates • Advanced audio configuration, allowing users to configure the quality and bandwidth requirements of their transmitted audio (perfect for 3G connections with slow upload) • Push-to-Talk and Voice Activated audio transmission modes (for hands-free operation) • Flexible user-to-user and user-to-channel text messaging system for sharing links or images while talking • Basic user functionality on Mumble servers (server administration not possible) • Push-to-talk transmission mode. • Echo cancellation for the built-in microphone. • Bluetooth headset support. Mumble is open source software, developed collaboratively on the Internet. Mumble and its server software are available for free, for anyone to use. For more information about Mumble, please visit our website at http://www.mumbleapp.com.
Rating
Version Info
- Current Version 1.3.1
- Last Updated 13 Sept 17
- First Released 13 Feb 12
- Minimum iOS Version 8.0
- Device Models Supported 121
App Details
- IPA Size 8.43 Mb
- Price Free (USD)
- Age Advisory 4+
- Supported Languages 1
- Developer Mikkel Krautz
- Bundle ID info.mumble.Mumble
Screenshots
Mumble Reviews
More VOIP Clients
About the Data: Mumble
API
You can access Mumble's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/communication/voip-clients/mumble
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Mumble
Help your friends compare VOIP Clients, and pick privacy-respecting software and services.
Share Mumble and Awesome Privacy with your network!