https://github.com/chanmo/wechat-electron
微信Linux版
https://github.com/chanmo/wechat-electron
wechat wechat-electron wechat-linux
Last synced: about 1 year ago
JSON representation
微信Linux版
- Host: GitHub
- URL: https://github.com/chanmo/wechat-electron
- Owner: ChanMo
- License: mit
- Created: 2023-08-03T02:10:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T03:37:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T17:49:15.332Z (over 1 year ago)
- Topics: wechat, wechat-electron, wechat-linux
- Language: HTML
- Homepage:
- Size: 25.2 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wechat-Electron
wechat-electron 是一个用 Electron 和微信网页版构建的微信桌面客户端。
它具有所有微信的功能,包括聊天、发送文件、发送表情包等。
## 下载安装
### Ubuntu
1. 打开终端窗口
2. 使用`wget`命令下载打包文件
```
wget https://github.com/ChanMo/wechat-electron/raw/main/out/make/deb/x64/wechat_1.0.0_amd64.deb?download=
```
3. 使用`dpkg`命令安装打包文件
```
sudo dpkg -i wechat_1.0.0_amd64.deb
```
### CentOS
1. 打开终端窗口
2. 使用`wget`命令下载打包文件
```
wget https://github.com/ChanMo/wechat-electron/raw/main/out/make/rpm/x64/wechat-1.0.0-1.x86_64.rpm?download=
```
3. 使用`yum`命令安装打包文件
```
sudo yum install wechat-1.0.0-1.x86_64.rpm
```
## 许可证
MIT
## 更新日志
* 2023-03-08
* 初始版本发布