概要

フル名
docker.io/zhayujie/chatgpt-on-wechat
Registry
docker.io
名前空間
zhayujie
リポジトリ
chatgpt-on-wechat
キャッシュ Tag 数
85
最終同期
07/13/2026, 11:12 AM

概要

ChatGPT-on-WeChat 微信机器人镜像,对接 OpenAI/Claude 等大模型,支持私聊群聊自动回复,需配置 API Key 与微信通道。

詳細

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 暴露回调地址。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/zhayujie/chatgpt-on-wechat
:latest
linux/amd64
2026/07/13 17:52675.1 MBsha256:c089ce6c7afe
docker.io/zhayujie/chatgpt-on-wechat
:master
linux/amd64
2026/07/13 17:52675.1 MBsha256:c089ce6c7afe
docker.io/zhayujie/chatgpt-on-wechat
:feat-mcp-oauth
linux/amd64
2026/07/13 12:03675.1 MBsha256:e3de85040dfe
docker.io/zhayujie/chatgpt-on-wechat
:2.1.3
linux/amd64
2026/07/08 16:10674.9 MBsha256:0d02d4453c0f
docker.io/zhayujie/chatgpt-on-wechat
:v0.0.3-desktop-test
linux/amd64
2026/06/24 19:22672.9 MBsha256:b6ff6bae7bf6
docker.io/zhayujie/chatgpt-on-wechat
:v0.0.2-desktop-test
linux/amd64
2026/06/24 16:43672.9 MBsha256:7e297131ce4c
docker.io/zhayujie/chatgpt-on-wechat
:v0.0.1-desktop-test
linux/amd64
2026/06/24 10:10672.6 MBsha256:0518306b5985
docker.io/zhayujie/chatgpt-on-wechat
:feat-cow-desktop
linux/amd64
2026/06/20 16:38672.4 MBsha256:3fb2338674ba
docker.io/zhayujie/chatgpt-on-wechat
:2.1.2
linux/amd64
2026/06/18 15:40670.7 MBsha256:02b33e78f6f0
docker.io/zhayujie/chatgpt-on-wechat
:2.1.1
linux/amd64
2026/06/09 14:47670.3 MBsha256:cf411961166f
docker.io/zhayujie/chatgpt-on-wechat
:feat-self-evolution
linux/amd64
2026/06/07 18:58670.3 MBsha256:423863b5a2e0
docker.io/zhayujie/chatgpt-on-wechat
:2.1.0
linux/amd64
2026/06/01 16:08666.4 MBsha256:b3df3e12d796
docker.io/zhayujie/chatgpt-on-wechat
:feat-i18n
linux/amd64
2026/05/31 16:52666.2 MBsha256:bc22707f5fd0
docker.io/zhayujie/chatgpt-on-wechat
:feat-telegram
linux/amd64
2026/05/28 12:13663.2 MBsha256:37eaf2782d3e
docker.io/zhayujie/chatgpt-on-wechat
:feat-add-mimo
linux/amd64
2026/05/28 10:52662.0 MBsha256:8cabf58ceb0c
docker.io/zhayujie/chatgpt-on-wechat
:feat-readme-refactoring
linux/amd64
2026/05/24 17:56651.7 MBsha256:fa8d81649453
docker.io/zhayujie/chatgpt-on-wechat
:2.0.9
linux/amd64
2026/05/22 12:31651.7 MBsha256:f5b9202d02d8
docker.io/zhayujie/chatgpt-on-wechat
:feat-multi-model
linux/amd64
2026/05/20 21:02651.4 MBsha256:264ccbaab276
docker.io/zhayujie/chatgpt-on-wechat
:2.0.8
linux/amd64
2026/05/06 16:50648.3 MBsha256:6d3c9d390319
docker.io/zhayujie/chatgpt-on-wechat
:dev-rag-enhance
linux/amd64
2026/04/26 17:13646.1 MBsha256:b9d982501b88