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.