Home
Softono
fluffychat

fluffychat

Open source Dart
2.9K
Stars
567
Forks
535
Issues
23
Watchers
1 week
Last Commit

About fluffychat

FluffyChat is an open source, nonprofit instant messenger client built for the Matrix protocol using the Flutter framework. Designed to be cute and accessible, it offers a user-friendly alternative to complex messaging apps while retaining full Matrix capabilities. The application supports sending text messages, images, files, voice messages, and location sharing. It enables unlimited private and public group chats, public channels with thousands of participants, and features robust group moderation tools. Security is prioritized with end-to-end encryption, encrypted chat backup, emoji verification, and cross signing. FrillyChat simplifies Matrix complexity by hiding Matrix IDs behind simple QR codes and supports custom emotes, stickers, and Spaces navigation. The interface includes a dark mode and follows the Material You design language. It is fully compatible with other Matrix clients like Element, Nheko, and NeoChat. Available on Android, iOS, Web, Linux, Windows, and macOS, FluffyChat invites community c

Platforms

Web Self-hosted iOS Android

Languages

Dart

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.

Links:

Buy Me a Coffee at ko-fi.com

Screenshots:

Features

  • πŸ“© Send all kinds of messages, images and files
  • πŸŽ™οΈ 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
  • πŸŒ™ Dark mode
  • 🎨 Material You design
  • πŸ“Ÿ Hides complexity of Matrix IDs behind simple QR codes
  • πŸ˜„ Custom emotes and stickers
  • 🌌 Spaces
  • πŸ”„ Compatible with Element, Nheko, NeoChat and all other Matrix apps
  • πŸ” End to end encryption
  • πŸ”’ Encrypted chat backup
  • πŸ˜€ Emoji verification & cross signing

... and much more.

Installation

Please visit the website for installation instructions:

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

  • Advocatux has made the Spanish translation with great love and care. He always stands by my side and supports my work with great commitment.

  • Thanks to MTRNord and Sorunome for developing.

  • Also thanks to all translators and testers! With your help, fluffychat is now available in more than 12 languages.

  • WoodenBeaver sound theme for the notification sound.

  • The Matrix Foundation for making and maintaining the emoji translations used for emoji verification, licensed Apache 2.0