The cutest instant messenger in the [matrix] https://fluffychat.im/
  • Dart 93.7%
  • C++ 1.9%
  • Swift 1.4%
  • CMake 1.2%
  • Shell 0.9%
  • Other 0.7%
Find a file
2026-08-27 16:35:06 +02:00
.github chore: use new website 2026-08-27 15:12:23 +02:00
.vscode refactor: Replace import_sorter with directives_ordering lint 2026-03-21 13:09:45 +01:00
android feat: add support for MDM 2026-08-27 09:48:47 +02:00
assets chore: follow up livekit 2026-08-22 08:42:38 +02:00
fastlane feat(fdroid): add fastlane metadata for F-Droid distribution 2026-08-23 11:17:18 +02:00
integration_test build: update to flutter 3.47 2026-08-16 12:54:46 +02:00
ios chore: check in Package.resolved updates 2026-08-24 09:25:09 +02:00
lib Merge pull request #3497 from krille-chan/krille/chat-list-header-bar 2026-08-27 16:35:06 +02:00
LICENSES chore: Modernize legacy icon 2026-06-09 13:57:04 +02:00
linux build: enable audio playback on linux 2026-08-23 12:40:05 +02:00
macos feat: add support for MDM 2026-08-27 09:48:47 +02:00
scripts build: follow up livekit workaround for web pbkdf2 hard coded 2026-08-25 14:01:25 +02:00
snap build: remove unused or duplicated plugs from snapcraft.yaml 2026-08-26 10:59:50 +02:00
test chore: Add license headers 2026-05-16 13:42:02 +02:00
web chore: Follow up modernized logo 2026-06-09 17:58:06 +02:00
windows build: enable audio playback on linux 2026-08-23 12:40:05 +02:00
.gitignore feat: implement livekit MVP 2026-08-20 20:52:47 +02:00
.mailmap add a .mailmap 2022-01-01 15:08:15 +02:00
.metadata build: Use gradle in kotlin 2025-07-12 08:39:51 +02:00
.tool_versions.yaml build: flutter 3.47.1 2026-08-23 09:46:29 +02:00
analysis_options.yaml build: update to flutter 3.47 2026-08-16 12:54:46 +02:00
CHANGELOG.md fix: iOS notification corrupt the database hotfix 2026-08-22 14:25:42 +02:00
config.sample.json feat(chat): make messagePreviewMaxLines configurable, with default 128 2026-04-10 21:57:50 +02:00
CONTRIBUTING.md docs: Prohibit LLM for contributions 2026-06-01 08:20:31 +02:00
dart_dependency_validator.yaml build: enable audio playback on linux 2026-08-23 12:40:05 +02:00
devtools_options.yaml chore: Add license headers 2026-05-16 13:42:02 +02:00
Dockerfile chore: Add license headers 2026-05-16 13:42:02 +02:00
l10n.yaml chore: Add license headers 2026-05-16 13:42:02 +02:00
LICENSE Add license and gitlab pages stuff 2020-01-02 13:42:49 +00:00
licenses.yaml build: enable audio playback on linux 2026-08-23 12:40:05 +02:00
PRIVACY.md chore: follow up error reporter 2026-08-25 09:35:18 +02:00
pubspec.lock feat: add support for MDM 2026-08-27 09:48:47 +02:00
pubspec.yaml feat: add support for MDM 2026-08-27 09:48:47 +02:00
README.md feat: add support for MDM 2026-08-27 09:48:47 +02:00
recommended_homeservers.json chore: Implement pick SSO provider from dialog and add tchncs.de 2026-03-10 10:07:43 +01:00
REUSE.toml chore: Modernize legacy icon 2026-06-09 13:57:04 +02:00
SECURITY.md chore: Add license headers 2026-05-16 13:42:02 +02:00
TERMS.md chore: use new website 2026-08-27 15:12:23 +02:00

Screenshot

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.

Buy Me a Coffee at ko-fi.com

Screenshots:

Features

  • 📩 Send all kinds of messages, images and files
  • 🤙 Video calls with Matrix RTC
  • 🎙️ Voice messages
  • 📍 Location sharing
  • 🔔 Push notifications
  • 💬 Unlimited private and public group chats
  • 📣 Public channels with thousands of participants
  • 🛠️ Feature rich group moderation including all matrix features
  • 🔍 Discover and join public groups
  • 🎨 Material You design
  • 😄 Custom emotes and stickers
  • 🌌 Spaces
  • 🔐 End to end encryption
  • 🔒 Encrypted chat backup
  • 😀 Emoji verification & cross signing ... and much more.

Installation

Please visit the website for installation instructions:

Configuration and Mobile Device Management (MDM)

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.

How to build

  1. To build FluffyChat you need Flutter and Rust

  2. Clone the repo:

git clone https://github.com/krille-chan/fluffychat.git
cd fluffychat
  1. Choose your target platform below and enable support for it. 3.1 If you want, enable Googles Firebase Cloud Messaging:

./scripts/add-firebase-messaging.sh

  1. Debug with: flutter run

Android

  • Build with: flutter build apk

iOS / iPadOS

  • Have a Mac with Xcode installed, and set up for Xcode-managed app signing
  • If you want automatic app installation to connected devices, make sure you have Apple Configurator installed, with the Automation Tools (cfgutil) enabled
  • Set a few environment variables
    • FLUFFYCHAT_NEW_TEAM: the Apple Developer team that your certificates should live under
    • FLUFFYCHAT_NEW_GROUP: the group you want App IDs and such to live under (ie: com.example.fluffychat)
    • FLUFFYCHAT_INSTALL_IPA: set to 1 if you want the IPA to be deployed to connected devices after building, otherwise unset
  • Run ./scripts/build-ios.sh

Web

  • Build with:
./scripts/prepare-web.sh # To install Vodozemac
flutter build web --release
  • Optionally configure by serving a 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.

Desktop (Linux, Windows, macOS)

Install custom dependencies (Linux)

sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev lld
  • Build with one of these:
flutter build linux --release
flutter build windows --release
flutter build macos --release

How to run integration tests

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

Special thanks

  • 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.