aicoolies logo
chatgpt-on-wechat logo
chatgpt-on-wechat logo

chatgpt-on-wechat

AI chatbot framework for WeChat with multi-model and plugin support

open sourceupdated Jul 7, 2026

chatgpt-on-wechat is an open-source framework for deploying AI chatbots on WeChat, the dominant messaging platform in China. It supports OpenAI, Claude, Gemini, Qwen, and local models through a plugin architecture. Features group chat management, image generation, voice messages, and knowledge base integration. Over 42,700 GitHub stars reflecting massive adoption in the Chinese developer community.

chatgpt-on-wechat is an open-source integration layer that connects OpenAI APIs to WeChat messaging platform via the Wechaty SDK, creating LLM-powered conversational experiences within WeChat's billion-plus user base. Rather than building custom chat applications, developers can deploy a bot that responds to messages in personal chats and group conversations with context-aware replies drawn from transformer models. The deployment uses cloud platforms like Railway or Heroku, making it accessible to developers without deep infrastructure expertise.

The integration handles multimodal messages: voice recognition converts audio to text before sending to GPT, image recognition processes photos for visual understanding, and the bot can synthesize voice responses, creating natural two-way conversations. Group chat functionality preserves conversation history across multiple users, enabling scenarios like team brainstorming, customer support groups, or internal knowledge assistants that answer questions shared by many teammates simultaneously. Configuration is lightweight with environment variables for API keys and trigger keywords allowing customization without code changes.

In China and Asia-Pacific regions where WeChat dominates communication workflows, this integration offers organizations a natural entry point for deploying AI assistants within existing user behavior patterns. Developers building chatbot products for Chinese markets often use this project as a reference implementation or building block, since direct API access between WeChat and external AI services requires careful navigation of platform policies. The open-source nature encourages contributions for feature extensions like vector search integration, plugin systems, and multi-model backends beyond OpenAI.

Pricing

Free open-source; model API costs apply

Platforms

Python, WeChat, Docker, any LLM provider

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry

FAQ

What is chatgpt-on-wechat?

chatgpt-on-wechat is an open-source framework for deploying AI chatbots on WeChat, the dominant messaging platform in China. It supports OpenAI, Claude, Gemini, Qwen, and local models through a plugin architecture. Features group chat management, image generation, voice messages, and knowledge base integration. Over 42,700 GitHub stars reflecting massive adoption in the Chinese developer community.

Is chatgpt-on-wechat free?

Yes — chatgpt-on-wechat is open source and free to use. Free open-source; model API costs apply

Is chatgpt-on-wechat open source?

Yes — chatgpt-on-wechat is open source.

What are the best chatgpt-on-wechat alternatives?

The top editor-verified chatgpt-on-wechat alternatives are Qwen-Agent, Strands Agents SDK.