The cutest instant messenger in the [matrix]
3,115
stars
9,073
commits
Dart
primary language
Sep 11, 2026
updated
FluffyChat is an open source, nonprofit and cute [matrix] client written in Flutter. The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
Please visit the website for installation instructions:
FluffyChat supports configuration via MDM on Android&iOS (since v2.10.0) and via a config.json file on web. You can see the populated configuration for MDM on Android in this file under /android/app/src/main/res/xml/app_restrictions.xml.
An example configuration can be found in the config.sample.json file.
git clone https://github.com/krille-chan/fluffychat.git
cd fluffychat
./scripts/add-firebase-messaging.sh
flutter runflutter build apkcfgutil) enabled1 if you want the IPA to be deployed to connected devices after building, otherwise unset./scripts/build-ios.sh./scripts/prepare-web.sh # To install Vodozemac
flutter build web --release
config.json at the same path as fluffychat.
An example can be found at config.sample.json. All values there are optional.
Please only the values, you really need. If you e.g. only want
to change the default homeserver, then only modify the defaultHomeserver key.sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev lld
flutter build linux --release
flutter build windows --release
flutter build macos --release
You need to have docker installed locally! Run the preparation script before every test run:
./scripts/prepare_integration_test.sh
Then run all tests with:
flutter test integration_test/mobile_test.dart
Fabiyamada is a graphics designer and has made the fluffychat logo and the banner. Big thanks for her great designs.
Also thanks to all translators and testers! With your help, fluffychat is now available in more than 12 languages.
The Matrix Foundation for making and maintaining the emoji translations used for emoji verification, licensed Apache 2.0
Special thanks to MTRNord, Sorunome and Advocatux.
(top 30 of 333)
Dart
93.7%
C++
1.9%
Swift
1.4%
CMake
1.2%
The cutest instant messenger in the [matrix]
3,115
stars
9,073
commits
Dart
primary language
Sep 11, 2026
updated
FluffyChat is an open source, nonprofit and cute [matrix] client written in Flutter. The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
Please visit the website for installation instructions:
FluffyChat supports configuration via MDM on Android&iOS (since v2.10.0) and via a config.json file on web. You can see the populated configuration for MDM on Android in this file under /android/app/src/main/res/xml/app_restrictions.xml.
An example configuration can be found in the config.sample.json file.
git clone https://github.com/krille-chan/fluffychat.git
cd fluffychat
./scripts/add-firebase-messaging.sh
flutter runflutter build apkcfgutil) enabled1 if you want the IPA to be deployed to connected devices after building, otherwise unset./scripts/build-ios.sh./scripts/prepare-web.sh # To install Vodozemac
flutter build web --release
config.json at the same path as fluffychat.
An example can be found at config.sample.json. All values there are optional.
Please only the values, you really need. If you e.g. only want
to change the default homeserver, then only modify the defaultHomeserver key.sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev lld
flutter build linux --release
flutter build windows --release
flutter build macos --release
You need to have docker installed locally! Run the preparation script before every test run:
./scripts/prepare_integration_test.sh
Then run all tests with:
flutter test integration_test/mobile_test.dart
Fabiyamada is a graphics designer and has made the fluffychat logo and the banner. Big thanks for her great designs.
Also thanks to all translators and testers! With your help, fluffychat is now available in more than 12 languages.
The Matrix Foundation for making and maintaining the emoji translations used for emoji verification, licensed Apache 2.0
Special thanks to MTRNord, Sorunome and Advocatux.
(top 30 of 333)
Dart
93.7%
C++
1.9%
Swift
1.4%
CMake
1.2%