3rd Party Applications

From Mumble Wiki
Revision as of 19:02, 30 June 2020 by Toby63 (talk | contribs) (Clients: added pymumble)
Jump to: navigation, search
Icons oxygen 48x48 actions view-pim-notes.png
Note:
Some of the software mentioned here is outdated and that is not always labeled, so take a closer look at the software and check for the last update date, features and compatibility.

If you created or found an application you think should be included or find out that a software does not work anymore, edit this page or report an issue report on GitHub instead: https://github.com/mumble-voip/mumble-www/issues

Clients

Name Platform Programming language Comment License Weblink
Mumla Android Java Fork (aka continuation) of Plumble. GPLv3 GitLab
mumble-web Web HTML5 and JavaScript Quite a few features are still missing, most noticeably voice activity detection and all administrative functionality. ISC GitHub
talKKonnect Linux Go talKKonnect is a Linux CLI Headless Self Contained Mumble Client For Raspberry Pi with LCD, Channel Control and Granular XML Config. Using GPIOs you can interface with RF radios or other network radio technologies. MPL talkkonnect
Wahay Linux Go Wahay is an easy-to-use, secure and decentralized conference call application that provides private and autonomous digital communications to everyone. It combines Grumble, Mumble and Tor Onion services. GPLv3 Wahay
Pymumble Linux Python A mumble client written in python.

Offers some special features (like a Musicbot (that supports stereo transmission)), but also lacks some features. See the Github repo for details.

GPLv3 GitHub
barnard Linux Go barnard is a terminal-based client with a curses-like UI. Built on the Gumble library.

Note: barnard was last updated 2018.

GPLv2 GitHub

Servers

Note: These servers might not have all recent features and functionality.

Name Status Source-Language License Comment Weblink
Grumble Experimental Go 3-clause-BSD Alternative Mumble server written in Go Project page and source on github.com
uMurmur Stable (outdated) C 3-clause-BSD uMurmur is a minimalistic Mumble server primarily targeted to run on routers with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur.

Note: uMurmur was last updated 2017, so it is outdated.

Project page and sources on github.com

Libraries

Name Technology Comment License Weblink
gumble Go - MPL 2.0 [1]
lua-mumble Lua (Linux) - MIT [2]
MumbleKit Objective-C - BSD3 [3]
MumbleSharp C# - MIT [4]
node-mumble JavaScript (Node.js) - MIT [5]
pymumble Python - GNU [6]
Mumble-Unity C# (Unity3D) - MIT [7]
NoodleJS JavaScript (Node.js) - MIT [8]
gomble Go youtube, UDP, for music bots MIT [9]
Jumble Java (Android) Note: Outdated (last updated 2017).

Used for Plumble

GPLv3 [10]


mumlib C++, boost::asio Note: Outdated (last updated 2018).

Provides basic functionality, no ACL

LGPLv3 [11]

Web-Interfaces

There are several browser based interfaces which can be used to administrate the Murmur server. If you need something very basic or want to create your own interface you should take a look at Murmur's script folder which contains some basic web-interface examples which use Ice or DBus (we recommend using Ice, as DBus is kept for backwards compatibility, and is not being extended for quite some time). Additionally the following table contains a collection of more elaborate Web-Interfaces:

Name Technology License Current Version Last Release DBus Ice 1.2.x Comment Weblink
Mumble-Django Python + Django GPLv3 V2.7 2012-03-31 Yes Yes Yes Channel viewer (internal and support for others), admin panel, IPv6, Channel Viewer Protocol, Munin plugin, CLI, supports multiple servers and instances, user registration, textures, gravatar, translated to English, German, French, Italian and Japanese [12]
MumPI PHP LGPLv3 V2.2.6 2015-12-09 No Yes Yes Admin and User functionality; multiserver (start, stop, add, remove, edit virtual servers), registration & online user management, interface admin, admin-group and permission system, serverviewer [13]
PHP Mumble Admin PHP GPLv3 V0.4.3 2013-02-07 No Yes Yes Complete administration control panel for Murmur designed for multiple virtual server. Website [14]
Mumbled Webinterface PHP GPLv3 V0.2 2010-01-22 (Inactive) No Yes Yes [15]
MyMumb-Panel PHP GPLv3 V0.1 2014-09-18 No Yes Yes Multi-server management, Users Managment and soon channel viewer. [16]


Note: We recommend using a preferably Ice or at least DBus capable interface.

Desktop Applications (GUI)

Name OS DBus Ice Comment Weblink
Murmur Admin Console Windows Yes No Add, edit and delete users over SSH [17]
Yulli Mur Windows No Yes Add, remove and control virtual servers remotely (supports SSH) [18]

Commandline-Interfaces

Note: RPC is experimental and not yet implemented by default, but will likely be implemented in near future (Status from June 2020).
Dbus is deprecated.

Name OS DBus Ice RPC Comment Weblink
murmur-cli Linux Yes No Yes CLI for RPC protocol https://github.com/layeh/murmur-cli
mice multi-platform No Yes No Helper script written in Python

Note: Potentially outdated

[19]
RegMum Windows Yes No No Bat script

Note: Potentially outdated

DBus_scripts
mmctl Python Yes No No 1.1.8 - Easy to use script for managing servers and adding users locally

Note: Potentially outdated (last update 2013)

[20]
Murmur-manager Ruby Yes Yes No 1.2.1

Note: Potentially outdated (last update 2013)

GitHub

Bots

Name Description Programming language Comment License Weblink
Stumble A fully extensible, SQLite enhanced bot, that ships with a standard extension library, including audio file saving and playback using FFmpeg. JavaScript (Node.js) - MIT [21]
Jeanne Jeanne is meant to be a powerful Music bot for Mumble, with voice recognition. She can stream youtube video and (web)radio, with features like on-the-fly playlist and auto-playing. JavaScript (Node.js) - MIT [22]
Calico A Mumble bot that connects to an SQL server and responds to text commands with audio / text responses. Built with piepan. Lua - MIT [23]
Eve-Bot From the website: This bot is written for online multiplayer communities playing games like TF2 or CSS, where the spectator's view of the game is sometimes delayed to prevent collusion. Python - 3-clause-BSD [24]
mumble-bots Several bot scripts based on Mumble Ruby. Ruby - [25]
mumble-dicebot Connects as a user to a Mumble Server and listens for dice commands. Ruby - WTF [26]
mumble-ruby A headless Mumble client which can send audio from a named pipe into a Mumble server. Further information is available here. Ruby - MIT License [27]
mumblebot Connects as a user to a server and listens for text commands. Among others it has a soundboard. Based on Mumble Ruby Ruby - [28]
mumblebot Connects as a user to a Mumble Server and can run local scripts to interact with the server. Python - 3-clause-BSD [29]
mumblecop Connects to a Mumble Server and listens for commands which trigger plugins. Several plugins included already, including ones for streaming youtube audio, rolling dice, and displaying a countdown. More plugins can easily be added. Uses Mumble Ruby Ruby - MIT [30]
mumblerecbot Connects as a user to a server and records the audio stream as a file. Is based on PyMumble. Python - GPLv3 [31]
piepan An easy to use framework for writing Mumble bots using Lua Lua - MPL 2.0 [32]
sftmumblebot A chat bridge between IRC and a Mumble Server. Python - GPLv3 [33]
Mumble-Ruby-Pluginbot Mumble-Ruby-Pluginbot is an audio bot that can be controlled through text messages in the Mumble client, can download music from Youtube and other online sources. It offers many commands to control the MPD session which feeds the bot, for example to change the volume, display and load playlis(s), and many more. Ruby - - [34]
Ultros Extensible, multi-protocol, general-purpose bot. Python - Artistic-2.0 [35]
Mumsi SIP to Mumble gateway based on PJSIP stack and Mumlib library. Enables the user to participate in Mumble conference using SIP client or perhaps ordinary telephone, by VoIP provider. C++ - Apache-2.0 [36]
Botamusique Bot to play YouTube / SoundCloud / radio / local music on Mumble (using pymumble). Python - MPL 2.0 [37]
JJMumbleBot A plugin-based Python 3 Mumble bot with extensive features. Python - GPL 3.0 [38]

Channel Viewers

We encourage anyone developing a viewer to use the open and documented Channel Viewer Protocol to ensure inter-operability and compatibility.

Name Type Platform Provides CVP Reads CVP Proprietary (Non-CVP) Comment Weblink
Mumble.com Web Javascript No Yes No Enter the URL to the JSON encoded Channel Viewer Protocol provided by your Mumble host to create a unique channel viewer. Requires a CVP provider to query the Mumble server and generate the JSON. Mumble.com Status Tool


FlaskCVP Web Python, Flask Yes No No A minimalistic CVP provider written using Mumble-Django's connection library and the Flask framework. flaskcvp.py
GTMurmur Web Binary Yes No Yes Server-side binary for Murmur which adds support for GameTracker.com queries. Also provides CVP via socket which can be used by other channel viewers. GameTracker.com
MurmurQuery Web PHP No Yes No PHP class that reads CVP JSON data from the GTMurmur Plugin and displays users and channels in HTML. GitHub
Murmur-manager Web Ruby No No Yes GitHub
Mumble reader Web PHP/Javascript Yes Yes No JS Viewer which uses PHP with Ice 3.3 to query a Mumble server. Does not support the latest version of Ice (3.4) but the clean JS front-end can be used with other CVP providers. Webpage

Github

MumPI Web PHP/Javascript Yes Yes Yes JS-Viewer uses own protocoll/calls to MumPI.

MumPI provides JSON-Channel Viewer Protocol-webservice for other viewers.

@Github
MView Web Javascript No Yes No JS-Viewer injecting HTML (no evil iframes etc necessary!). MView @Github
Mumble Watcher Desktop QT/KDE No Yes No Useful if you want to see who's online in a Desktop app without actually connecting, e.g. because you're on a PC without a proper headset. BitBucket
Mumble-Django Web JavaScript No Yes No An ExtJS component that inherits Ext.tree.TreeView to build a channel viewer. BitBucket Documentation
Mumble-widget Web JavaScript No Yes No A CVP compatible web-based channel viewer widget to display active users on your Mumble server. Easy setup, just copy and paste snippet of code to your website. Website Github JSFiddle Example
Command Channel Web PHP/JavaScript/EQdkp-Plus/Joomla!/WordPress No Yes No A robust channel viewer that has been packaged into several different formats for popular Content Management Systems. You can easily change the icons and colors used. Module for EQdkp-Plus

Extension for Joomla!

Plugin for WordPress

PHP only

JavaScript only

JavaScript Documentation

Source code

Module for Drupal 7 (Based on the above)

PHP Mumble Viewer Web PHP Yes Yes No Project abandoned. phpmumbleviewer.coolcow.org
Voice Comms Viewer Web JavaScript No Yes No A site that creates Channel Viewers for Mumble, Teamspeak & Ventrilo using the Channel Viewer Protocol commsviewer.com
Mumble Channel Viewer Web JavaScript No Yes No Chrome extension that reads CVP JSON or XML data and displays channels and users. Chrome Web Store

GitHub

Authenticators

Mumble Authenticator Introduction.png

Authenticators allow server administrators to adjust the login back-end of Mumble servers. This allows users to log in with their account information of an existing database, for example logging in with their data from a forum.

Account Source License Weblink
phpBB3 3-clause BSD mumble-voip/mumble-scripts phpBB3
SMF 2.0 3-clause BSD mumble-voip/mumble-scripts SMF 2.0
SMF 1.x 3-clause BSD mumble-voip/mumble-scripts SMF 1.x
LDAP 3-clause BSD mumble-voip/mumble-scripts LDAP
Eve-Online GPL public-api2.2.py
Drupal 3-clause BSD mumble-drupal-auth

Miscellaneous Scripts

Name Type Platform Protocol Comment Weblink
Evebot Bot Python Mumble client Relays comms from one channel to another with a delay (to synchronise comms for time-delayed game spectators, for example) Evebot
Mumo Bot Python ICE Highly extensible script that can use external events (such as gamestate changes) to dynamically shuffle users into channels and groups. Support for various user states and the game "Battlefield 2". mumo
Murmur-Munin Statistics Python ICE A plugin for Munin to create statistics for your Mumble-Server. Murmur-Munin
Murmur-REST RESTful API Python ICE A RESTful API for administering virtual Mumble servers. Built with Flask and Ice. Murmur-REST

Server Deployment and Management

These tools will help you deploy and manage Murmur servers.

Name State Source-Language License Comment Weblink
ajmandourah/mumble-docker Stable Shell/Dockerfile MIT A container which includes a mumble-server, a music bot (Botamusique). Easy deployment with access to conf files, logs and databases for easy backups. GitHub

DockerHub

sudoforge/mumble-server Stable Shell/Dockerfile MIT Run mumble-server in a docker container - built for easy deployment and management at scale. GitHub

DockerHub