Unofficial WeChat client built with React, MobX and Electron.
API from https://web.wechat.com/
- Work on desktop
- Send image by paste
- On macOS, window vibrancy effect
- Desktop notifications
$ npm install
$ npm run dev
Generate the binary:
- For Linux
$ npm run package-linux
- For Mac
$ npm run package-mac
After that, you will see the binary in ./release
folder
- Windows support
- Linux support
- Sticky on top
- Delete chat session
- Mark as Read
- Chat Room
- Show correct contact
- Show members
- Add / Remove member
- Create chat room
- Receive message
- Text
- Image
- Voice
- Location
- Sticker
- Contact Card
- Video
- Money Transger
- Location sharing
- Download File
- Send message
- Text
- File
- Image
- Video
- Recall
- Forward text message
- Forward emoji
- Forward image
- Forward file
- Forward video
- Show QQ emoji
- Search chat set
- Search and create chat room
- Desktop notification
- Keep online
- Logout
- Autosart at login
- Theme
- Send image from clipboard
- Chat bot
MIT License