Unofficial WeChat client built with React, MobX and Electron.
API from https://web.wechat.com/
- Work on desktop
- On macOS, window vibrancy effect
- Block message recall(Default settings is not block)
- Desktop notifications
- Keyboard shortcuts supported
- Send image by paste
- Drag to send file
- Batch send message
- Send GIF emoji
Download the last version on the website or below.
Download the .dmg
file.
Or use Homebrew-Cask:
$ brew cask install wewechat
Download the .AppImage
file.
The AppImage needs to be made executable after download:
$ chmod u+x wewechat-1.0.0-x86_64.AppImage
Download the .exe
file.
$ 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
Description | Keys |
---|---|
New conversation | Cmd N |
Search conversations | Cmd F |
Hide conversation | Shift Cmd M |
Jump to conversation | Cmd 0 ... 9 |
Next conversation | Cmd J |
Previous conversation | Cmd K |
Batch message | Cmd B |
Toggle Full Screen | Shift Cmd F |
Insert QQ emoji | Cmd I |
Preferences | Cmd , |
- 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
- Drag to send file
- Batch send message
- Mention a user
- Chat bot
MIT License