CityRay / weweChat

Unofficial WeChat client built with React, MobX and Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weweChat

Build Status js-standard-style PRs Welcome

Unofficial WeChat client built with React, MobX and Electron.

API from https://web.wechat.com/

Feature

  • Work on desktop
  • On macOS, window vibrancy effect
  • Desktop notifications

Downloads

  • Mac
  • Windows(Test on win7)
  • Linux(自行动手吧 😂)

Screenshot

preview preview preview preview preview

Development

$ 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

TODO

  • 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
  • 加入 Siri,像 Siri 学习撩妹

License

MIT License

About

Unofficial WeChat client built with React, MobX and Electron.

License:MIT License


Languages

Language:JavaScript 76.4%Language:CSS 23.3%Language:HTML 0.3%