项目地址:
https://github.com/geeeeeeeeek/electronic-wechat
支持 Mac OS X 和 Linux,使用Electron(https://github.com/atom/electron)构建.
Electronic WeChat是本开源项目发布的产品。网页版微信是其中重要的一部分,这是一个社区发布的产品,不是官方微信团队发布的产品。
官方的安装方法:
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 repositorycd 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
但是失败了,卡在
只好直接把打好的包下载下来,解压就能用
https://github.com/geeeeeeeeek/electronic-wechat/releases
把快捷方式添加到启动栏:
1.首先需要安装main menu
直接在软件中心搜索Main Menu,安装即可
2.打开Main Menu
选择一个目录来存放,我选的是互联网,点击右侧新建项目
点击浏览,选择解压后的微信文件中的electronic-wechat文件
点击左上角的图标,选择一张图片作为微信的图标,我是从网上搜的微信图标
点击确定,微信就添加到启动栏了。