专属
文档
插件
助手
邀请
顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像

交易
充值流量我的订单

文档

工具

功能
提交工单页面收录

帮助
轩辕镜像免费版

其他
关于我们网站地图
热门搜索:
wechat

zixia/wechat

zixia

DoChat is a Dockerized WeChat (盒装微信) PC Windows Client for Linux

79 次收藏下载次数: 0状态:社区镜像维护者:zixia仓库类型:镜像最近更新:2 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

轩辕镜像,让镜像更快,让人生更轻。点击查看
镜像简介
标签列表
镜像标签列表与下载命令
轩辕镜像,让镜像更快,让人生更轻。点击查看

DoChat /dɑɑˈtʃæt/ 盒装微信 https://github.com/huan/docker-wechat/workflows/Docker/badge.svg](https://github.com/huan/docker-wechat/actions?query=workflow%3ADocker)

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

Honors

  • Tweeted by Y Combinator Hacker News
  • https://huan.github.io/docker-wechat/images/oschina-feb-25-2020.png by OS China

Usage !Powered Ubuntu

WeChat PC will be started on your Linux desktop by running the following one-line command:

sh
curl -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

Features

It just works out-of-the-box with one-line of shell command!

  1. Input/Display Chinese characters perfectly.
  2. Paste copied images to WeChat with Ctrl+V

!https://huan.github.io/docker-wechat/images/screenshot-dochat.png

Requirements

  1. Linux Ubuntu distribution will be recommended (DoChat was developed with the Ubuntu Desktop 19.10)
    1. Debian support confirmed (https://github.com/huan/docker-wechat/issues/9)
    2. OpenSUSE support confirmed (https://github.com/huan/docker-wechat/issues/16)
    3. Arch support confirmed (https://github.com/huan/docker-wechat/issues/26)
    4. Ubuntu(19.04/18.10/18.04) should be able to support
    5. Other Linux distributions: might be able to support
  2. Docker (run sudo apt update && apt install docker.io to install Docker for Ubuntu users)

Environment Variables

DOCHAT_DPI

DPI Scale Factors for graphic screen resolution.

DPIScale factor
96100%
120125%
144150%
192200%

Default: 120

To enlarge the window & fonts size:

sh
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
  | DOCHAT_DPI=192 bash

DOCHAT_SKIP_PULL

If you do not want to pull docker image for the latest version at startup everytime, you can set DOCHAT_SKIP_PULL environment variable.

sh
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
  | DOCHAT_SKIP_PULL=true bash

In case you have downloaded dochat.sh:

sh
DOCHAT_SKIP_PULL=true ./dochat.sh

DOCHAT_DEBUG

Show more debug log messages.

sh
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
  | DOCHAT_DEBUG=true bash

DOCHAT_WECHAT_VERSION

Use 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:

sh
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
  | DOCHAT_WECHAT_VERSION=2.7.1.85 bash

For Hackers

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:

sh
docker 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.

Known Issues

  • WeChat 2.8.0.x can not send big images/files (https://github.com/huan/docker-wechat/issues/31)
    • Work around: use https://hub.docker.com/layers/zixia/wechat/2.7.1.85/images/sha256-e6e9d21c7cd1dfae0484e697f12f5f3c401de2f02e771d061868740e0d26549d instead. (DOCHAT_WECHAT_VERSION=2.7.1.85)
  • In-WeChat Browser does not work (https://github.com/huan/docker-wechat/issues/2)

To-do List

  • Permanent Storage for WeChat PC Login Data Information (https://github.com/huan/docker-wechat/issues/3)
  • Automatically install WeChat PC from .EXE installer when building the Dockerfile. (Test Automation tools might be needed)
  • Monitor WeChat PC version publications so that we can publish the same version number of the docker image with it.

FAQ

System Tray Icon with Gnome Desktop

Install Gnome Extension: Top Icons Plus Git by bijignome

Note 1: there's almost half dozen of the TopIcons extensions 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 Plus has the bug that cause the wine itself shows a window on your desktop. (https://github.com/huan/docker-wechat/issues/19)

Exit with code 5 on openSUSE Leap

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 +

No main window after start up with 2 or more monitor setup

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.

Links

  • Input Method don't work when using X11Forward
  • Input method related environment variables
  • https://github.com/zjZSTU/Containerization-Automation/blob/982d54458b05ef75fe6436f4ea72bbb66c4cb931/docs/docker/gui/%5BDocker%5DGUI%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.md
  • Linux 下 完美运行 wechat 微信

History

master

v1.0 (Mar 12, 2020)

  1. Upgrade wine from v4.0 to v5.0

v0.8 (Mar 3, 2020)

  1. Add a new configuration environment variable DOCHAT_WECHAT_VERSION to select WeChat version.
  2. Add WeChat v2.8.0.112
    1. 新增订阅号浏览
    2. 新增IPv6网络支持
    3. 新增看一看精选内容
    4. 新增打开聊天中小程序消息
    5. 新增在小程序中使用***
    6. 新增聊天文件面板,可查看和管理所有聊天文件
sh
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
  | DOCHAT_WECHAT_VERSION=2.8.0.112 bash

v0.5 (Feb 24, 2020)

  1. Add environment variable DOCHAT_DPI to set DPI scale factors for graphicg screen resolution.
  2. Disable auto-update.

v0.4 (Feb 21, 2020)

Got a great logo from my art friend Ruoxin SONG.

  1. Fix Sound (https://github.com/huan/docker-wechat/issues/1)
  2. Fix to not exit during the upgrading progress.

v0.2 (Feb 18, 2020)

The first working version, cheers!

v0.1 (Feb 17, 2020)

Project created.

Thanks

  1. https://ferrolho.github.io/blog/2018-12-22/wechat-desktop-on-linux - by https://github.com/ferrolho
  2. Wine HQ App Database - WeChat
  3. https://github.com/bestwu/docker-wechat by https://github.com/bestwu
  4. DoChat logo designed by my friend Ruoxin SONG.

Related Projects

  1. https://github.com/huan/docker-wxwork: Dockerized WeChat Work (企业微信) PC Windows Client for Linux

Author

https://github.com/huan (李卓桓) ***

![Profile of Huan LI (李卓桓) on StackOverflow]([***]

Copyright & License

  • Code & Docs © 2020-now Huan LI <***>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 wechat 镜像标签

docker pull docker.xuanyuan.run/zixia/wechat:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull zixia/wechat:<标签>

更多 wechat 镜像推荐

bestwu/wechat logo

bestwu/wechat

bestwu
基于深度操作系统的Docker镜像,用于在容器环境中运行微信客户端,支持中文输入和音频功能,通过挂载目录实现文件持久化,适用于Linux系统用户便捷使用微信。
51 次收藏5万+ 次下载
2 年前更新
alicespace/wechat logo

alicespace/wechat

alicespace
wechat in docker
1 次收藏1.9千+ 次下载
6 年前更新
zhujq/wechat logo

zhujq/wechat

zhujq
wechat公众号后端镜像,集成mywechat/index/素材刷新功能,无需token和数据库,使用公共数据库
2.4千+ 次下载
3 年前更新
boringcat/wechat logo

boringcat/wechat

boringcat
基于深度操作系统和deepin-wine的Docker镜像,用于在容器中运行企业微信,支持持久化配置、声音和文件共享,适配HIDPI显示,解决权限和更新问题。
6 次收藏5.3千+ 次下载
6 年前更新
dronelab/wechat logo

dronelab/wechat

dronelab
Dronelab是一组Docker镜像和包装器,允许在Gitlab CI管道中使用Drone CI插件,通过转换参数格式和环境变量,使Drone插件适配Gitlab CI环境,支持多种参数提供方式。
168 次下载
5 年前更新
zhangkin/wechat logo

zhangkin/wechat

zhangkin
Please check the blog: https://zhuanlan.zhihu.com/p/570187823
614 次下载
3 年前更新

查看更多 wechat 相关镜像

轩辕镜像配置手册

按平台快速找到配置文档

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

一键安装

一键安装 Docker

Linux Docker 一键安装

需要其他帮助?请查看我们的 常见问题 Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

免费版与专业版区别

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
zixia/wechat
教程轩辕镜像功能与使用教程
价格查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
官方公众号:源码跳动|官方技术交流群:831623681
官方公众号:源码跳动|官方技术交流群:|问题咨询请:提交工单
商务合作:点击复制邮箱
©2024-2026 源码跳动
商务合作:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.