FoxTalk
FoxTalk
Open-source Flutter client

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.

iOS 13+Android 7+Apache 2.0
· SCREENS

Client interface.

Messages, chat, moments, search, and discovery screens from the current Flutter implementation.

FoxTalk message list screen
01

Messages

FoxTalk chat screen with location, text, sticker, and typing status
02

Chat

FoxTalk moments feed screen with photo posts and interactions
03

Moments

FoxTalk search screen with contacts, groups, and chat records
04

Search

FoxTalk discover screen
05

Discover

· CORE

Main chat client flows.

The homepage lists the core client capabilities. Configuration, API replacement, and extension work live in the docs.

01Account

Accounts and contacts

Login, profiles, friendships, contacts, and basic settings.

02Message

Conversations and messages

Conversation list, chat view, text, images, voice, contact cards, and basic interactions.

03Storage

Local data and configuration

Local data, image cache, server endpoints, and branding entries.

· OPEN SOURCE

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.

· FAQ

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.
Read full developer FAQ