android-hacker/wechatchatroomhelper — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2019-12-09
Move dozens of work group chats into a separate screen to keep your main WeChat list focused on direct messages.
Whitelist specific family groups so they stay on your main chat list while hiding the rest.
Revert WeChat subscription accounts from the timeline view back to an older conversation-list style.
Learn how Xposed-based app modification works by exploring the companion tutorial repository.
| android-hacker/wechatchatroomhelper | sinasamaki/kotlinconf26animatedlogo | gaearon/reanimated-repro-weird | |
|---|---|---|---|
| Stars | 8 | 8 | 6 |
| Language | Kotlin | Kotlin | Kotlin |
| Last pushed | 2019-12-09 | — | 2024-11-08 |
| Maintenance | Dormant | — | Stale |
| Setup difficulty | hard | — | moderate |
| Complexity | 4/5 | — | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a rooted Android phone with the Xposed framework installed, and may cause WeChat to crash on certain versions.
WechatChatroomHelper is an Android tool that brings a feature from QQ into WeChat: it gathers all your group chats and subscription accounts into a single secondary screen, keeping your main chat list clean and focused on individual conversations. If you've ever felt overwhelmed by dozens of group messages cluttering up your WeChat home screen, this is meant to solve that problem. The tool works by modifying WeChat's interface using a framework called Xposed, which lets it change how other apps behave. To use it, you need a rooted Android phone with Xposed installed, this isn't a simple app download. Once set up, it creates a separate management view where all group chats and service accounts live, complete with options to whitelist certain groups so they stay on your main screen, customize colors, and quickly clear unread counts or pin conversations. It also has a feature to revert subscription accounts back to an older-style conversation list instead of WeChat's newer timeline view. This would appeal to heavy WeChat users who participate in many group chats and find the main interface cluttered. Think of someone who uses WeChat for both work and personal life, they might be in dozens of project groups, family chats, and hobby communities, making it hard to spot direct messages from actual people. By tucking groups away into a dedicated space, they can keep their main list focused on one-on-one conversations that matter most. The project notes it uses dynamic adaptation techniques to work across recent WeChat versions (6.6.7 and above), though the developer openly acknowledges it may cause WeChat to crash in some cases. The code is described as having poor readability, with optimization underway. The README also points to a companion tutorial repository where the developer is documenting the build process and Xposed-related lessons, which could be useful for anyone curious about how app modification tools like this actually work under the hood.
An Android tool that moves all your WeChat group chats and subscription accounts into a separate screen so your main chat list only shows direct messages. Requires a rooted phone with Xposed.
Mainly Kotlin. The stack also includes Kotlin, Android, Xposed.
Dormant — no commits in 2+ years (last push 2019-12-09).
The explanation does not mention any license, so the terms of use are unknown.
Setup difficulty is rated hard, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.