Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enkru/freechat

致力于打造macOS和Linux桌面下最好用的微信(wechat)客户端
https://github.com/enkru/freechat

desktop-app electron linux macos wechat

Last synced: about 11 hours ago
JSON representation

致力于打造macOS和Linux桌面下最好用的微信(wechat)客户端

Awesome Lists containing this project

README

        

# electron-wechat
## 致力于打造macOS和Linux桌面下最好用的微信(wechat)客户端。
使用[Electron](https://electron.atom.io)构建。

### 写在前面,可能也是再见

**终于腾讯还是对网页版下手了。这个月突然我的微信账号不能登陆网页版了。我估计可能是和之前转移微信到Wechat的缘故。
上个月微信突然提示我说因为注册的手机是海外手机,我将不能再继续使用微信。要转移到海外版的Wechat,可能有部分功能不能使用。没想到网页版也会受到影响。
由于不能继续使用,就可能没有办法继续开发和维护这个项目了。很惋惜的和大家说再见了。**

**心情其实是很复杂的。这个项目是我今年停掉的第二个项目了。第一个是虾米播放器,因为阿里把虾米停掉了被迫停更。另外一个Hotmail的项目也收到了微软的警告邮件。
不知道大公司的市场策略是怎样的。我开发这些APP的初衷是因为没有官方的APP可以使用,所有代码都是开源的,我也没有得到任何好处。没想道还是受到了官方的抵制。可能他们觉得自己的版权远远大于用户的体验吧。**

**就说道这里吧,如果不能继续使用Web网页版,这个项目就无限期停更了。谢谢大家一路的支持。**

### 窗口模式

**正常模式**

![Screenshot from 2019-09-24 09-49-03](https://user-images.githubusercontent.com/13460738/65466917-3e2b1080-deb4-11e9-9f8d-fdd9e362cd21.png)

**Mini联系人模式 (手机模式)**

![Screenshot from 2019-09-24 09-48-38](https://user-images.githubusercontent.com/13460738/65466915-3d927a00-deb4-11e9-85f7-54e2dc20d71b.png)

### 托盘状态

**没有新消息**

![Screenshot from 2019-09-24 09-51-55](https://user-images.githubusercontent.com/13460738/65466921-3e2b1080-deb4-11e9-9f41-55d739d44225.png)

**联系人消息**

![Screenshot from 2019-09-24 09-51-07](https://user-images.githubusercontent.com/13460738/65466918-3e2b1080-deb4-11e9-81f0-b482691bcc9d.png)

**群消息**

![Screenshot from 2019-09-24 10-13-28](https://user-images.githubusercontent.com/13460738/65466922-3ec3a700-deb4-11e9-976d-5feb1b2fb2a1.png)

*请注意:这个项目不是微信的官方客户端。如果有任何问题请反馈到[这个链接](https://github.com/eNkru/electron-wechat/issues)。*

### 功能
* 微信聊天桌面版
* 最小化联系人列表 (手机模式)
* 最小化到托盘
* 系统提示
* 持续增加中...

### 开发需求
* [GIT](https://git-scm.com/)
* [NPM](https://www.npmjs.com/)

### 编译和安装
本地编译运行
```
git clone https://github.com/eNkru/electron-wechat.git
cd electron-wechat
npm install
npm start
```
编译打包版本
```
npm run dist:linux
```

### 发布
```
npm version (new release version)
git push origin master
git push origin --tags
npm publish
```

### 下载
预打包版本请点击[这个链接](https://github.com/eNkru/electron-wechat/releases)下载。

### 授权协议
[MIT](https://github.com/eNkru/electron-xiami/blob/master/LICENSE) by Howard J