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
26 Feb 26
Latest version
Primary Language
C++
Size
138,794 KB
Stars
7,788
Forks
1,289
Watchers
7,788
Language Usage
Star History
Top Contributors
-
@thorvald (2756)
-
@Krzmbrzl (2199)
-
@mkrautz (1987)
-
@davidebeatrici (931)
-
@hacst (648)
-
@weblate (450)
-
@Kissaki (402)
-
@pcgod (340)
-
@Hartmnt (293)
-
@elitallman (117)
-
@amrecio (46)
-
@fwaggle (43)
-
@Natenom (41)
-
@TerryGeng (35)
-
@Zuko (30)
-
@haruArc (24)
-
@matze (23)
-
@Popkornium18 (21)
-
@Rantanen (21)
-
@klemensn (20)
-
@rawnar (18)
-
@lnussel (14)
-
@vimpostor (14)
-
@ngollan (12)
-
@d-rez (12)
-
@tkmorris (12)
-
@Spaccaossi (11)
-
@Septarius (11)
-
@dekarl (11)
-
@dexgs (10)
Recent Commits
-
Robert Adam (22 Feb 26)
Merge PR #7080: FIX(client): Remove warning for shortcuts with a string parameter
-
Andrei Benea (21 Feb 26)
FIX(client): Remove warning for shortcuts with a string parameter Shortcuts with a string parameter (eg. Send Text Message) were generating this harmless warning: "ShortcutDelegate::displayText(): Unknown type 10".
-
Hartmnt (19 Feb 26)
Merge PR #7063: Translations update from Hosted Weblate
-
Hosted Weblate (15 Feb 26)
TRANSLATION: Update Finnish translation Currently translated at 98.7% (2354 of 2384 strings) TRANSLATION: Update Finnish translation Currently translated at 98.6% (2352 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi> Co-authored-by: janne ojanperä <janne.ojanpera@iki.fi> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/fi/ Translation: Mumble/Mumble Client
-
Hosted Weblate (15 Feb 26)
TRANSLATION: Update Swedish translation Currently translated at 88.2% (2104 of 2384 strings) Co-authored-by: Andreas Collsén <collsen.a@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/sv/ Translation: Mumble/Mumble Client
-
Hosted Weblate (15 Feb 26)
TRANSLATION: Update Dutch translation Currently translated at 84.2% (2008 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: maxer137 <maxer137@gmail.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/nl/ Translation: Mumble/Mumble Client
-
Hosted Weblate (15 Feb 26)
TRANSLATION: Update Russian translation Currently translated at 90.2% (2151 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: cachewave <realtruecache99@proton.me> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/ru/ Translation: Mumble/Mumble Client
-
Hosted Weblate (15 Feb 26)
TRANSLATION: Update German translation Currently translated at 98.7% (2355 of 2384 strings) TRANSLATION: Update German translation Currently translated at 98.5% (2350 of 2384 strings) TRANSLATION: Update German translation Currently translated at 97.9% (2336 of 2384 strings) Co-authored-by: DF <nymano866@gmail.com> Co-authored-by: DerSchinken <53398996+DerSchinken@users.noreply.github.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: PhillyMay <mein.alias@outlook.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/de/ Translation: Mumble/Mumble Client
-
Robert Adam (19 Feb 26)
Merge PR #7074: BUILD(cmake): fix MUMBLE_TARGET_ARCH for macOS universal builds (Unix Makefiles)
-
Giacomo Barbieri (17 Feb 26)
BUILD(cmake): fix MUMBLE_TARGET_ARCH for macOS universal builds (Unix Makefiles)
-
Davide Beatrici (13 Feb 26)
MAINT: Add ".opensourcefinder-verify" For https://opensrc.me.
-
Robert Adam (04 Feb 26)
Merge PR #7060: BUILD: cmake patches to ignore overlay_gl on arm and aarch64 environments
-
Robert Adam (02 Feb 26)
Merge PR #7064: MAINT: Add CLAUDE.md to .gitignore
-
Nicholas Lonsinger (02 Feb 26)
MAINT: Add CLAUDE.md to .gitignore Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
-
Robert Adam (31 Jan 26)
Merge PR #7061: BUILD(cmake): Generate RNNoise model files in build directory
-
Hartmnt (31 Jan 26)
Merge PR #7058: Translations update from Hosted Weblate
-
Nicholas Lonsinger (31 Jan 26)
BUILD(cmake): Generate RNNoise model files in build directory Previously, the build process generated 'rnnoise_data.c', 'rnnoise_data.h', 'rnnoise_data_little.c', and 'rnnoise_data_little.h' directly inside the '3rdparty/rnnoise-src/src/' directory. This caused these files to appear as untracked content in the 'rnnoise-src' submodule, polluting 'git status'. This change updates the CMake configuration to generate these files in a 'generated' subdirectory within the build tree ('build/generated/'). The include paths and target sources have been updated to reference this new location, ensuring an out-of-source build that keeps the source tree clean.
-
Michael Felt (29 Jan 26)
BUILD: cmake patches to ignore overlay_gl on arm and aarch64 environments Fix cmake issues such as: -- Looking for sys/cdefs.h -- Looking for sys/cdefs.h - not found CMake Error at overlay_gl/CMakeLists.txt:40 (message): Can't find the 32bit version of sys/cdefs.h - did you install g++-multilib? -- Configuring done CMake Error at src/mumble/CMakeLists.txt:898 (add_dependencies): The dependency target "overlay_gl" of target "mumble" does not exist. CMake Error in src/mumble/CMakeLists.txt: The dependency target "overlay_gl" of target "mumble_autogen" does not exist.
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Chinese (Simplified Han script) translation Currently translated at 100.0% (2384 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: deluxghost <deluxghost@gmail.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/zh_Hans/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Albanian translation Currently translated at 75.7% (1806 of 2384 strings) TRANSLATION: Update Albanian translation Currently translated at 75.7% (1807 of 2384 strings) TRANSLATION: Update Albanian translation Currently translated at 73.3% (1748 of 2384 strings) Co-authored-by: Besnik Bleta <besnik@programeshqip.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/sq/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Finnish translation Currently translated at 98.5% (2343 of 2378 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/fi/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update French translation Currently translated at 100.0% (2384 of 2384 strings) TRANSLATION: Update French translation Currently translated at 99.4% (2370 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: John Doe <thraex@numericable.fr> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/fr/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Italian translation Currently translated at 100.0% (2384 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Nicola C. <nx9889@gmail.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/it/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Polish translation Currently translated at 100.0% (2384 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Matthaiks <kitynska@gmail.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/pl/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update English (United Kingdom) translation Currently translated at 40.1% (957 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: babafun <babafun@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/en_GB/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Ukrainian translation Currently translated at 100.0% (2384 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Vitalii Hlas <1998vitaliu@gmail.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/uk/ Translation: Mumble/Mumble Client
-
Hosted Weblate (29 Jan 26)
TRANSLATION: Update Turkish translation Currently translated at 100.0% (2384 of 2384 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: John Doe <thraex@numericable.fr> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/tr/ Translation: Mumble/Mumble Client
-
Hartmnt (25 Jan 26)
Merge PR #7034: FEAT: Allow to ban users by IP or cert or both
-
Hartmnt (24 Jan 26)
Merge PR #7049: Translations update from Hosted Weblate
-
Hartmnt (16 Jan 26)
TRANSLATION: Update translation files
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
Safety 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 23 Mar 22
- Last Updated 17 Jul 24
- Current Version 3.6.1
Trackers
No trackers found
Permissions
- Access Network State
- Bluetooth
- Broadcast Close System Dialogs
- Broadcast Sticky
- Foreground Service
- Internet
- Modify Audio Settings
- 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!