Overview
- Full name
docker.io/zhayujie/chatgpt-on-wechat- Registry
- docker.io
- Namespace
- zhayujie
- Repository
- chatgpt-on-wechat
- Cached tags
- 85
- Last synced
- 07/13/2026, 11:12 AM
Introduction
ChatGPT-on-WeChat 微信机器人镜像,对接 OpenAI/Claude 等大模型,支持私聊群聊自动回复,需配置 API Key 与微信通道。
Details
zhayujie/chatgpt-on-wechat 运行开源微信 AI 机器人,接入 OpenAI、Claude、Gemini 等 LLM API,处理微信私聊与群聊消息并自动回复。定位为微信通道 AI 对话服务,需挂载配置 volume 保存 token 与会话;K8s Deployment 内网企业微信助手。
快速启动
docker run -d --name cow \
-p 9898:9898 \
-v /data/cow:/app/plugins \
docker.io/zhayujie/chatgpt-on-wechat:latest
推荐实践
docker run -d --name cow \
--restart unless-stopped \
-p 9898:9898 \
-v /data/cow:/app/plugins \
-e OPEN_AI_API_KEY=sk-xxx \
docker.io/zhayujie/chatgpt-on-wechat:1.6.0
核心参数说明
-p 9898:9898— Web 管理/回调端口-v .../cow:...— 插件与配置持久化-e OPEN_AI_API_KEY— LLM API 密钥(高敏)- 通道 — 微信/iPad/企业微信等需单独配置
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: chatgpt-on-wechat
spec:
replicas: 1
selector:
matchLabels:
app: cow
template:
metadata:
labels:
app: cow
spec:
containers:
- name: cow
image: docker.io/zhayujie/chatgpt-on-wechat:1.6.0
ports:
- containerPort: 9898
envFrom:
- secretRef:
name: cow-llm
volumeMounts:
- name: config
mountPath: /app/plugins
volumes:
- name: config
persistentVolumeClaim:
claimName: cow-config
---
apiVersion: v1
kind: Service
metadata:
name: chatgpt-on-wechat
spec:
selector:
app: cow
ports:
- port: 9898
targetPort: 9898
单副本部署;微信登录态需持久化 PVC,Ingress 暴露回调地址。
Latest tags (20)
View all 85 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/zhayujie/chatgpt-on-wechat :latest | linux/amd64 | 2026/07/13 17:52 | 675.1 MB | sha256:c089ce6c7afe… | |||
docker.io/zhayujie/chatgpt-on-wechat :master | linux/amd64 | 2026/07/13 17:52 | 675.1 MB | sha256:c089ce6c7afe… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-mcp-oauth | linux/amd64 | 2026/07/13 12:03 | 675.1 MB | sha256:e3de85040dfe… | |||
docker.io/zhayujie/chatgpt-on-wechat :2.1.3 | linux/amd64 | 2026/07/08 16:10 | 674.9 MB | sha256:0d02d4453c0f… | |||
docker.io/zhayujie/chatgpt-on-wechat :v0.0.3-desktop-test | linux/amd64 | 2026/06/24 19:22 | 672.9 MB | sha256:b6ff6bae7bf6… | |||
docker.io/zhayujie/chatgpt-on-wechat :v0.0.2-desktop-test | linux/amd64 | 2026/06/24 16:43 | 672.9 MB | sha256:7e297131ce4c… | |||
docker.io/zhayujie/chatgpt-on-wechat :v0.0.1-desktop-test | linux/amd64 | 2026/06/24 10:10 | 672.6 MB | sha256:0518306b5985… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-cow-desktop | linux/amd64 | 2026/06/20 16:38 | 672.4 MB | sha256:3fb2338674ba… | |||
docker.io/zhayujie/chatgpt-on-wechat :2.1.2 | linux/amd64 | 2026/06/18 15:40 | 670.7 MB | sha256:02b33e78f6f0… | |||
docker.io/zhayujie/chatgpt-on-wechat :2.1.1 | linux/amd64 | 2026/06/09 14:47 | 670.3 MB | sha256:cf411961166f… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-self-evolution | linux/amd64 | 2026/06/07 18:58 | 670.3 MB | sha256:423863b5a2e0… | |||
docker.io/zhayujie/chatgpt-on-wechat :2.1.0 | linux/amd64 | 2026/06/01 16:08 | 666.4 MB | sha256:b3df3e12d796… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-i18n | linux/amd64 | 2026/05/31 16:52 | 666.2 MB | sha256:bc22707f5fd0… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-telegram | linux/amd64 | 2026/05/28 12:13 | 663.2 MB | sha256:37eaf2782d3e… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-add-mimo | linux/amd64 | 2026/05/28 10:52 | 662.0 MB | sha256:8cabf58ceb0c… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-readme-refactoring | linux/amd64 | 2026/05/24 17:56 | 651.7 MB | sha256:fa8d81649453… | |||
docker.io/zhayujie/chatgpt-on-wechat :2.0.9 | linux/amd64 | 2026/05/22 12:31 | 651.7 MB | sha256:f5b9202d02d8… | |||
docker.io/zhayujie/chatgpt-on-wechat :feat-multi-model | linux/amd64 | 2026/05/20 21:02 | 651.4 MB | sha256:264ccbaab276… | |||
docker.io/zhayujie/chatgpt-on-wechat :2.0.8 | linux/amd64 | 2026/05/06 16:50 | 648.3 MB | sha256:6d3c9d390319… | |||
docker.io/zhayujie/chatgpt-on-wechat :dev-rag-enhance | linux/amd64 | 2026/04/26 17:13 | 646.1 MB | sha256:b9d982501b88… |