# WuKongIM/WuKongIM

More than just IM 不只是即时通讯(IM)

Repository: https://github.com/WuKongIM/WuKongIM
Canonical: https://ross.abutalabs.com/products/wukongim
Homepage: https://githubim.com
Language: Go
License Family: other
Topics: chat, im, message, agent
Last push: 2026-08-26T15:21:37+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 80, longevity 86
- inputs: {"age_days": 1213, "days_push": 7, "days_rel": 133, "gap_med": 27, "n_releases_24m": 20}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4925, forks 704 (observed 2026-08-28T04:09:02.542686+00:00)

## What it is
WuKongIM is a high-performance, channel-oriented instant messaging server written in Go that handles message persistence, replication, ordering, presence, and offline sync with zero external dependencies. It supports single-node and distributed cluster deployments and ships SDKs for iOS, Android, Web, and Flutter.

## Use cases
- build a self-hosted chat app with group and private messaging
- send push notifications and real-time updates to users
- connect IoT devices via a lightweight messaging channel
- power live stream chat with high fan-out
- add customer service live chat to a product
- build an AI chatbot messaging backend
- implement WebRTC signaling for video calls

## When to choose
- you need a self-contained IM server with no external database, cache, or message queue
- you need very high message throughput (tens of thousands of messages per second per node)
- you want to scale from a single node to a Raft-based cluster with online expansion
- you need guaranteed per-channel message ordering, offline sync, and multi-device sessions

## When to avoid
- you need a fully stable API - v3 is in beta and formats may change
- you need cross-country data node deployment, which is not yet supported
- you want a fully managed SaaS chat service rather than self-hosting
- your project requires a permissively licensed dependency - licensing should be verified

## Facets
- artifact type: service
- maturity: active
- function: websocket, http-server, message-queue, chatbot, rpc
- domain: chatbots, iot, self-hosted, microservices
- platform: go, self-hosted, cross-platform
- tags: instant-messaging, im-server, chat-server, channel-based, raft, pebble, pub-sub, offline-sync, end-to-end-encryption, webchat, customer-service, live-chat, webrtc-signaling, messaging, real-time, linux, docker, kubernetes

## Member repositories
- WuKongIM/WuKongIM (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.542686+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:00.170763+00:00, confidence not recorded.
  - readme: https://github.com/WuKongIM/WuKongIM (fetched 2026-08-28T04:09:02.542686+00:00, sha 8ad7052e3148)
  - homepage: https://githubim.com (fetched 2026-08-29T08:59:57.601607+00:00, sha cc7849b07cf3)
  - site_page: https://docs.githubim.com/zh/getting-started (fetched 2026-08-29T08:59:57.603968+00:00, sha 6a8a6758c8f3)
  - site_page: https://docs.githubim.com/zh/installation/overview (fetched 2026-08-29T08:59:57.605686+00:00, sha 3b8ec4c6924e)
  - site_page: https://docs.githubim.com/zh/getting-started/stress-report (fetched 2026-08-29T08:59:57.607289+00:00, sha c427165cec7a)
  - site_page: https://docs.githubim.com/zh/getting-started/learning (fetched 2026-08-29T08:59:57.608798+00:00, sha e5634b8be810)
- Data as of 2026-08-30T08:39:29.467469+00:00.
