# electronic-wechat **Repository Path**: euphratica/electronic-wechat ## Basic Information - **Project Name**: electronic-wechat - **Description**: :speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-06 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README logo # Electronic WeChat *A better WeChat on macOS and Linux. Built with [Electron](https://github.com/atom/electron).* **Important:** If you want to build the app by yourself rather than download the release directly, please consider to use the source code from [the production branch](https://github.com/geeeeeeeeek/electronic-wechat/tree/production), the master branch is under development and we cannot guarantee it to be stable. [![Gitter](https://badges.gitter.im/geeeeeeeeek/electronic-wechat.svg)](https://gitter.im/geeeeeeeeek/electronic-wechat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge) [![Build Status](https://travis-ci.org/geeeeeeeeek/electronic-wechat.svg?branch=master)](https://travis-ci.org/geeeeeeeeek/electronic-wechat) [![Build Status](https://img.shields.io/github/stars/geeeeeeeeek/electronic-wechat.svg)](https://github.com/geeeeeeeeek/electronic-wechat) [![Build Status](https://img.shields.io/github/forks/geeeeeeeeek/electronic-wechat.svg)](https://github.com/geeeeeeeeek/electronic-wechat) [![Build Status](https://img.shields.io/badge/README-切换语言-yellow.svg)](README_zh.md) ![qq20160428-0 2x](https://cloud.githubusercontent.com/assets/7262715/14876747/ff691ade-0d49-11e6-8435-cb1fac91b3c2.png) ## Features ([CHANGELOG](CHANGELOG.md)) - **Modern UI and all features from Web WeChat.** - **Block message recall.** - **Stickers showing support.** [[?]](https://github.com/geeeeeeeeek/electronic-wechat/issues/2) - Share subscribed passages on Weibo, Qzone, Facebook, Twitter, Evernote, and email. - Mention users in a group chat. - Drag and drop to send photos. - Behaves like a native app, based on dozens of optimization. - Removes URL link redirects and takes you directly to blocked websites (e.g. taobao.com). ## How To Use To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](https://www.npmjs.com/)) installed on your computer. From your command line: ``` bash # 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 start ``` To pack into an app, simply type one of these: ``` shell npm run build:osx npm run build:linux npm run build:win32 npm run build:win64 ``` **New:** Install with your familiar package manager. Check out [images maintained by the community](https://github.com/geeeeeeeeek/electronic-wechat/wiki/System-Support-Matrix#%E7%A4%BE%E5%8C%BA%E8%B4%A1%E7%8C%AE%E7%9A%84%E5%AE%89%E8%A3%85%E5%8C%85)! **New:** Or, with homebrew! ```bash brew cask install electronic-wechat ``` #### [Download Released App](https://github.com/geeeeeeeeek/electronic-wechat/releases) #### License [MIT](LICENSE.md) *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.