Fancy Mumble is a Mumble client which focuses on additional features for Mumble. The main goal of this project is to improve the user experience while staying backward compatible with the original Mumble Server.
Currently, Fancy Mumble is under development and a lot of actual features of the original Mumble client are missing
- Send Gif from a quick select menu
- Link previews with additional privacy options
- Reactions
- Share any File
To build you need to have a protoc compiler
installed on your system. Please follow the installation instructions here.
You also need to install tauri. Follow the installation instructions here.
When you have protoc
and tauri installed you can start building your app according to this page.
TL;DR (Ubuntu):
apt install -y protobuf-compiler
cargo install create-tauri-app
cargo tauri dev