A better WeChat client on Mac OS X and Linux. Build with Electron.
Electronic WeChat is released by this open source project. While Web WeChat is a major component in the app, it should be noted that this is a community release and not an official WeChat release.
This app is still under development. Mainly tested on OS X, but should work on Linux.
Features
- Modern UI and full features from Web WeChat.
- Auto resize window.
- Drag-to-send pictures.
- Compatible with sticker messages.
- Open inhibited links without redirects (like taobao.com).

How To Use
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/geeeeeeeeek/electronic-wechat.git
# Go into the repository
cd electronic-wechat
# Install dependencies and run the app
npm install && npm startYou can also get a stable version via npm:
# via npm
npm i electronic-wechatTo pack into an OSX app, simply type:
Download App
If you only cares about the app, you can find it out in the release (not available yet) section.