FLUTTER ECOSYSTEM

MixinNetwork/flutter-app

💻 基于 Flutter/Dart 构建的 Mixin Messenger 桌面应用程序,支持 macOS、iPadOS、Linux 和 Windows。

flutter-app 项目封面
Stars
330
Forks
69
最近推送(UTC)
2026年9月17日
项目状态
未归档
Mixin Network GitHub avatar
GITHUB Organization

Mixin Network ↗

We build open source software that always puts security, privacy and decentralization first.

语言DartC++CMakeSwiftRubyInno SetupCHTMLShellKotlinObjective-C

技术话题

使用的依赖

依赖清单 109 项

所在榜单

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Mixin Messenger Flutter version

Dart CI

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

Quick start

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

Release

flutter build macos --release
flutter build linux --release
flutter build windows --release

Linux build Requirement

there are some addition library needed.

debian
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

License

Released under the GPLv3 license.