

FoxTalk
mobile IM
client
Built on TangSengDaoDao / WuKongIM, FoxTalk uses one Flutter project for both iOS and Android. It fits IM projects that need private deployment, custom branding, and ongoing extension.
Client interface.
Messages, chat, moments, search, and discovery screens from the current Flutter implementation.


Chat

Moments

Search

Discover
Main chat client flows.
The homepage lists the core client capabilities. Configuration, API replacement, and extension work live in the docs.
Accounts and contacts
Login, profiles, friendships, contacts, and basic settings.
Conversations and messages
Conversation list, chat view, text, images, voice, contact cards, and basic interactions.
Local data and configuration
Local data, image cache, server endpoints, and branding entries.
Build on the open client.
The client code is released under Apache 2.0, with configurable server endpoints, branding, and theme entries for building your own mobile app on an existing IM service.
Common customization paths
Brand customization
Adapt the app name, icon, launch screen, theme, and login screen to your product identity.
Private deployments
Connect to TangSengDaoDao / WuKongIM services on your own servers, with programs and data under your control.
Business extensions
Extend chat, contacts, and settings with industry modules or private APIs.
Common questions.
Here are common questions about FoxTalk development and deployment. Still have questions? Open an issue on GitHub.
01How does FoxTalk relate to TangSengDaoDao?
FoxTalk is a Flutter client project built around the TangSengDaoDao / WuKongIM ecosystem, focused on cross-platform mobile implementation and customization.02Is performance worse than native iOS / Android after rewriting in Flutter?
There is no obvious gap on mainstream devices. Flutter uses AOT compilation and Skia rendering, and FoxTalk focuses optimization on chat-heavy paths.03Can I connect it to my own IM backend?
Yes. TangSengDaoDao / WuKongIM works by default; if you already have an IM backend, replace the API and IM gateway layer.