geeeeeeeeek / electronic-wechat

:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Electronic WeChat

A better WeChat on macOS and Linux. Built with Electron.

⚠️⚠️ NO LONGER IN ACTIVE DEVELOPMENT | 项目不再维护 ⚠️⚠️

Thanks for supporting this project for 1000 days since Feb 16, 2016.

It started with the idea to make WeChat better on MacOS when the official support was abscent. It was de facto dead when Tencent rolled out a new WeChat and started to block other third-party clients. For me, it's no longer worthwhile to hack a lot to accomplish little. Hope this project had been helpful to you in any way. You're welcome to fork or make copies with a reference. HAPPY HACKING.

感谢历史上的用户和贡献者,你们已经陪伴这个项目走过了 1000 个日子。我曾经想要打造一个更好的 Mac 微信客户端,因为官方版本几年没有更新、bug 层出。而在腾讯自己开始了定期更新并限制第三方客户端时,这个项目实际已经没有什么意义。这个项目目前作为一个存档供大家学习。希望它曾经对你有所帮助,你也可以 fork 或者转载(标注来源)来进行修改。祝你玩得愉快。

SPECIAL THANKS TO | 特别感谢

Kulbear, arrowrowe, Rocka, CC, xgdgsc, 死水微澜, Jason, Ce Gao, viko16, 卡晨, Ray, 尹良灿, gehuangyi20, Kevin Tan, Jiaye Wu, loufq, Miaow, Chuan Ji, Oaker, Fengshuang Li, Song Li, afon, lional wang, Haochen Tong, Zhuoyun Wei, rivershang, Ivan Jiang, oBlank, Cheng Gu, NullMDR, ReadmeCritic.


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, the master branch is under development and we cannot guarantee it to be stable.

Gitter Build Status Build Status Build Status Build Status

qq20160428-0 2x

Features (CHANGELOG)

  • Modern UI and all features from Web WeChat.
  • Block message recall.
  • Stickers showing support. [?]
  • 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 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 start

To pack into an app, simply type one of these:

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!

New: Or, with homebrew!

brew cask install electronic-wechat

License MIT

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.

About

:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.

License:MIT License


Languages

Language:JavaScript 80.1%Language:HTML 11.0%Language:Shell 4.6%Language:CSS 3.7%Language:Batchfile 0.6%