[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9202":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},9202,"fluffychat","krille-chan\u002Ffluffychat","krille-chan","The cutest instant messenger in the [matrix]","https:\u002F\u002Ffluffychat.im\u002F",null,"Dart",2871,566,23,477,0,5,17,99,16,88.66,"GNU Affero General Public License v3.0",false,"main",true,[27,28,29,30],"app","dart","flutter","matrix","2026-06-12 04:00:43","![Screenshot](https:\u002F\u002Fgithub.com\u002Fkrille-chan\u002Ffluffychat\u002Fblob\u002Fmain\u002Fassets\u002Fbanner_transparent.png?raw=true)\n\n[FluffyChat](https:\u002F\u002Ffluffy.chat) is an open source, nonprofit and cute [[matrix](https:\u002F\u002Fmatrix.org)] client written in [Flutter](https:\u002F\u002Fflutter.dev). The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.\n\n### Links:\n\n- 🌐 [[Weblate] Translate FluffyChat into your language](https:\u002F\u002Fhosted.weblate.org\u002Fprojects\u002Ffluffychat\u002F)\n- 🌍 [[m] Join the community](https:\u002F\u002Fmatrix.to\u002F#\u002F#fluffy-space:matrix.org)\n- 📰 [[Mastodon] Get updates on social media](https:\u002F\u002Ftroet.cafe\u002F@krille)\n- 🖥️ [[Famedly] Server hosting and professional support](https:\u002F\u002Ffamedly.com\u002Fkontakt)\n- 💝 [[Liberapay] Support FluffyChat development](https:\u002F\u002Fde.liberapay.com\u002FKrilleChritzelius)\n\n\u003Ca href='https:\u002F\u002Fko-fi.com\u002FC1C86VN53' target='_blank'>\u003Cimg height='36' style='border:0px;height:36px;' src='https:\u002F\u002Fstorage.ko-fi.com\u002Fcdn\u002Fkofi5.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' \u002F>\u003C\u002Fa>\n\n### Screenshots:\n\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fkrille-chan\u002Ffluffychat-website\u002Fblob\u002Fmain\u002Fsrc\u002Fassets\u002Fscreenshots\u002Fmobile.png?raw=true\" height=\"300\">\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fkrille-chan\u002Ffluffychat-website\u002Fblob\u002Fmain\u002Fsrc\u002Fassets\u002Fscreenshots\u002Fdesktop.png?raw=true\" height=\"300\">\n\n# Features\n\n- 📩 Send all kinds of messages, images and files\n- 🎙️ Voice messages\n- 📍 Location sharing\n- 🔔 Push notifications\n- 💬 Unlimited private and public group chats\n- 📣 Public channels with thousands of participants\n- 🛠️ Feature rich group moderation including all matrix features\n- 🔍 Discover and join public groups\n- 🌙 Dark mode\n- 🎨 Material You design\n- 📟 Hides complexity of Matrix IDs behind simple QR codes\n- 😄 Custom emotes and stickers\n- 🌌 Spaces\n- 🔄 Compatible with Element, Nheko, NeoChat and all other Matrix apps\n- 🔐 End to end encryption\n- 🔒 Encrypted chat backup\n- 😀 Emoji verification & cross signing\n\n... and much more.\n\n\n# Installation\n\nPlease visit the website for installation instructions:\n\n- https:\u002F\u002Ffluffy.chat\n\n# How to build\n\n1. To build FluffyChat you need [Flutter](https:\u002F\u002Fflutter.dev) and [Rust](https:\u002F\u002Fwww.rust-lang.org\u002Ftools\u002Finstall)\n\n2. Clone the repo:\n```\ngit clone https:\u002F\u002Fgithub.com\u002Fkrille-chan\u002Ffluffychat.git\ncd fluffychat\n```\n3. Choose your target platform below and enable support for it.\n3.1 If you want, enable Googles Firebase Cloud Messaging:\n\n`.\u002Fscripts\u002Fadd-firebase-messaging.sh`\n\n4. Debug with: `flutter run`\n\n### Android\n\n* Build with: `flutter build apk`\n\n### iOS \u002F iPadOS\n\n* Have a Mac with Xcode installed, and set up for Xcode-managed app signing\n* If you want automatic app installation to connected devices, make sure you have Apple Configurator installed, with the Automation Tools (`cfgutil`) enabled\n* Set a few environment variables\n    * FLUFFYCHAT_NEW_TEAM: the Apple Developer team that your certificates should live under\n    * FLUFFYCHAT_NEW_GROUP: the group you want App IDs and such to live under (ie: com.example.fluffychat)\n    * FLUFFYCHAT_INSTALL_IPA: set to `1` if you want the IPA to be deployed to connected devices after building, otherwise unset\n* Run `.\u002Fscripts\u002Fbuild-ios.sh`\n\n### Web\n\n* Build with:\n```bash\n.\u002Fscripts\u002Fprepare-web.sh # To install Vodozemac\nflutter build web --release\n```\n\n* Optionally configure by serving a `config.json` at the same path as fluffychat.\n  An example can be found at `config.sample.json`. All values there are optional.\n  **Please only the values, you really need**. If you e.g. only want\n  to change the default homeserver, then only modify the `defaultHomeserver` key.\n\n### Desktop (Linux, Windows, macOS)\n\n* Enable Desktop support in Flutter: https:\u002F\u002Fflutter.dev\u002Fdesktop\n\n#### Install custom dependencies (Linux)\n\n```bash\nsudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev lld\n```\n\n* Build with one of these:\n```bash\nflutter build linux --release\nflutter build windows --release\nflutter build macos --release\n```\n\n## How to run integration tests\n\nYou need to have docker installed locally! Run the preparation script before every test run:\n\n```sh\n.\u002Fscripts\u002Fprepare_integration_test.sh\n```\n\nThen run all tests with:\n\n```sh\nflutter test integration_test\u002Fmobile_test.dart\n```\n\n\n# Special thanks\n\n* \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffabiyamada\">Fabiyamada\u003C\u002Fa> is a graphics designer and has made the fluffychat logo and the banner. Big thanks for her great designs.\n\n* \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fadvocatux\">Advocatux\u003C\u002Fa> has made the Spanish translation with great love and care. He always stands by my side and supports my work with great commitment.\n\n* Thanks to MTRNord and Sorunome for developing.\n\n* Also thanks to all translators and testers! With your help, fluffychat is now available in more than 12 languages.\n\n* \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmadsrh\u002FWoodenBeaver\">WoodenBeaver\u003C\u002Fa> sound theme for the notification sound.\n\n* The Matrix Foundation for making and maintaining the [emoji translations](https:\u002F\u002Fgithub.com\u002Fmatrix-org\u002Fmatrix-spec\u002Fblob\u002Fmain\u002Fdata-definitions\u002Fsas-emoji.json) used for emoji verification, licensed Apache 2.0\n","FluffyChat 是一个基于 Matrix 协议的开源即时通讯应用，旨在为用户提供一个易于使用且可爱的聊天工具。它采用 Flutter 框架和 Dart 语言开发，具备发送文本、图片、文件及语音消息等功能，并支持位置共享、推送通知以及无限量的私密与公开群聊。此外，FluffyChat 还提供了丰富的群组管理选项、端到端加密、表情验证等安全特性。其简洁友好的界面设计（包括深色模式和 Material You 风格）加上对复杂 Matrix ID 的简化处理，使其成为既追求隐私保护又喜爱美观界面用户的理想选择。适用于需要跨平台交流但又希望保持数据安全和个人隐私的个人或团队。",2,"2026-06-11 03:21:40","top_language"]