Mixin Messenger for macOS, Windows and Linux, powered by Flutter, the Signal Protocol is implemented with our libsignal_protocol_dart.
Download release version from https://mixin.one/mm
Because some of the underlying implementations in the libraries are written in Rust, you will need to install Rust.
flutter run -d macOS
flutter run -d linux
flutter run -d windows
flutter build macos --release
flutter build linux --release
flutter build windows --release
there are some addition library needed.
sudo apt-get install libsqlite3-dev
sudo apt-get install webkit2gtk-4.1
sudo apt-get install libsdl2-dev
sudo apt-get install libopus-dev libogg-dev
Released under the GPLv3 license.