
DoChat(盒装微信) is a Dockerized WeChat(微信) PC Windows Client for Linux.
!https://huan.github.io/docker-wechat/images/dochat.png
Image Credit: Docker 101 + Icon Finder, and Ps-ed by Ruoxin Song
WeChat PC will be started on your Linux desktop by running the following one-line command:
shcurl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | bash
Just copy/paste the above one-line command to your terminal and press Enter. Then the WeChat PC should appear in your XWindows desktop shortly.
!https://huan.github.io/docker-wechat/images/term-dochat.png
It just works out-of-the-box with one-line of shell command!
Ctrl+V!https://huan.github.io/docker-wechat/images/screenshot-dochat.png
sudo apt update && apt install docker.io to install Docker for Ubuntu users)DOCHAT_DPIDPI Scale Factors for graphic screen resolution.
| DPI | Scale factor |
|---|---|
| 96 | 100% |
| 120 | 125% |
| 144 | 150% |
| 192 | 200% |
Default: 120
To enlarge the window & fonts size:
shcurl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \ | DOCHAT_DPI=192 bash
DOCHAT_SKIP_PULLIf you do not want to pull docker image for the latest version at startup everytime, you can set DOCHAT_SKIP_PULL environment variable.
shcurl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \ | DOCHAT_SKIP_PULL=true bash
In case you have downloaded dochat.sh:
shDOCHAT_SKIP_PULL=true ./dochat.sh
DOCHAT_DEBUGShow more debug log messages.
shcurl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \ | DOCHAT_DEBUG=true bash
DOCHAT_WECHAT_VERSIONUse a specific version for WeChat.
You can get a full list of the supported versions from Docker Hub Image Tags at https://hub.docker.com/r/zixia/wechat/tags
For example:
shcurl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \ | DOCHAT_WECHAT_VERSION=2.7.1.85 bash
If you want to control everything by yourself, for example, open multiple WeChat PC client on your desktop; then, you might want to inspect the https://github.com/huan/docker-wechat/blob/master/dochat.sh in our repository and try the following docker command:
shdocker run \ --name DoChat \ --rm \ -i \ \ -v "$HOME/DoChat/WeChat Files/":'/home/user/WeChat Files/' \ -v "$HOME/DoChat/Applcation Data":'/home/user/.wine/drive_c/users/user/Application Data/' \ -v /tmp/.X11-unix:/tmp/.X11-unix \ \ -e DISPLAY \ \ -e XMODIFIERS=@im=fcitx \ -e GTK_IM_MODULE=fcitx \ -e QT_IM_MODULE=fcitx \ -e GID="$(id -g)" \ -e UID="$(id -u)" \ \ --ipc=host \ --privileged \ \ zixia/wechat
Modify it whatever you want to fulfill your needs.
DOCHAT_WECHAT_VERSION=2.7.1.85)Install Gnome Extension: Top Icons Plus Git by bijignome
Note 1: there's almost half dozen of the
TopIconsextensions with very similar name: TopIcons, TopIcons Redux, TopIcons Plus, TopIcons Plus Git, TopIconsFix. Use TopIcons Plus Git, it's the right one.Note 2: The
TopIcons Plushas the bug that cause thewineitself shows a window on your desktop. (https://github.com/huan/docker-wechat/issues/19)
When you encounter problem that the app exit with code 5 on openSUSE Leap, you need to disable X server access control to allow any user to connect to the X server before you start the app. Use below command to disable it:
$ xhost +
This could be caused by an old bug in wine with multiple monitor setup. Workaround is to start it up with single monitor and then switch to multiple monitors
This behavior may cause the view disappear when you use the Join Displays mode, so you need change the mode to mirrors when the app start, this script may help:
Bash#bin/bash xrandr --output HDMI-1-2 --same-as eDP-1-1 DOCHAT_SKIP_PULL=true /home/yuhui/App/wechat/dochat.sh & sleep 5 xrandr --output HDMI-1-2 --right-of eDP-1-1
Change the HDMI-1-2 to your external display name and eDP-1-1 to your built in display name. Display more than two, link to this.
Notice: you must drag the login dialog to built in display side when the process sleep 5, otherwise the view may stuck in the external display.
DOCHAT_WECHAT_VERSION to select WeChat version.shcurl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \ | DOCHAT_WECHAT_VERSION=2.8.0.112 bash
DOCHAT_DPI to set DPI scale factors for graphicg screen resolution.Got a great logo from my art friend Ruoxin SONG.
The first working version, cheers!
Project created.
https://github.com/huan (李卓桓) ***






探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务