English | 简体中文 | UpdateLog | Help Docs
ChatWiki is a workflow automation platform focused on the WeChat ecosystem, dedicated to making every official account a super AI agent. It fully integrates the open capabilities of the official account platform, allowing you to build WeChat ecosystem applications through drag-and-drop, enabling features like one-click rewriting of official account articles and AI-curated comment replies.
-
Industry First: Automatic reply to private messages for unverified official accounts, supporting text, voice, images, mini-program cards, video messages, etc.
-
WeChat Workflows: Integrates trigger scenarios such as user private messages, comments, follows, unfollows, menu clicks, etc. Supports various processing steps like replying to private messages, tagging fans, generating draft articles, publishing articles, and more.
-
Knowledge Base Synchronization: Supports scraping articles and materials from official accounts to build a knowledge base with one click.
-
Workflow Orchestration: Conversational workflows, plugin workflows, including basic workflow nodes, bidirectional MCP, Agent mode, and user interaction.
-
Document Knowledge Base: Supports URL reading, batch document import, API integration, AI-based segmentation, QA segmentation, parent-child segmentation. Supports knowledge graphs, hybrid vector search, and visual exploration of knowledge graphs.
-
QA Knowledge Base: Automatically extracts QA knowledge from uploaded documents, supports automatic clustering of unknown questions, and summarizes common FAQs from human conversations.
-
Human Handoff: Handles general user inquiries via bot, while also supporting human staff. Issues that the bot cannot resolve can be escalated to human客服, with multi-agent collaborative assignment.
-
Model Support: Supports over 20 mainstream global models, including DeepSeek R1, doubao pro, qwen max, OpenAI, Claude, etc.
-
Multiple Deployment Options: Offers desktop client, supports publishing as a WebApp, and embedding into websites, official accounts/service accounts, wecome staff, WeChat store staff, etc.
-
MCP & API Integration: Allows integration of external MCP services or publishing workflows as MCP services. Complete OpenAPI interface for easy integration with existing business systems.
-
Multi-account Permission Management: Three-tier permission system (admin, editor, viewer) ensures data isolation. IP whitelist and permanent login logs.
- 🌍Free Trial URL: chatwiki.com
- 🖼️Screenshots:
ChatWiki Community Edition is deployed using Docker and can be installed in just a few simple steps:
# Install Docker
sudo curl -sSL https://get.docker.com/ | CHANNEL=stable sh
# Clone the project
git clone https://github.com/zhimaAi/chatwiki.git
cd chatwiki/docker
# Start the service
docker compose up -d
# Start using it, access via IP:port (ensure the specified port ${CHAT_SERVICE_PORT}, default 18080, is open)
# Default username: admin
# Default password: chatwiki.com@123
For any issues or suggestions during installation and deployment, please contact us or refer to the help documentation for assistance. You can also check the guides below.
-
Frontend: vue.js
-
Backend: golang + python
-
Database: PostgreSQL16 + pgvector + zhparser
Feel free to contact us for help or to provide suggestions to improve ChatWiki. You can reach us through:
- Help: Check the help documentation
- Email: Send an email to jarvis@2bai.com.cn to contact us.
- WeChat: Scan the QR code below to join the ChatWiki tech community group. Please add the note "chatwiki" when adding.
For the complete changelog, please click 👉️👉️UpdateLog.md
2026/04/30
- [STD] Fixed the issue where the redirect URL was not written out when importing Feishu knowledge base, which is
needed for customers to copy
- Fixed the property types of function tools (string|number|boolean|object|array)
- Added items definition for sub-property types when the function tool property type is array
2026/04/24
- Removed special handling logic for images during knowledge base segmentation
- [STD] AI-suggested replies now support binding workflows
- [STD] Added default settings feature for model configuration
- [STD] Added credits purchase entry on the pricing page
- WebApp external service now displays "Content generated by AI" notice
- Fixed the issue where the API returned an empty document list for regular knowledge base documents and group
lists
2026/04/17
- Use concurrency-safe method to access Neo4j status
- Fixed abnormal recursion logic for unknown issue recording
- Ignore duplicate role permission errors during initialization
- Fixed error when clicking download to batch export knowledge base content
- Workflow scheduled trigger now checks if previous execution is completed
This project follows the ChatWiki Open Source License. The ChatWiki Open Source License is based on the Apache License 2.0, but with additional restrictions:
- ChatWiki is free for individual users, including non-commercial or commercial activities conducted by individuals.
- Any company, organization, institution, or team that uses ChatWiki for commercial purposes must contact us to obtain a commercial license.
- When using ChatWiki's frontend components, you may not remove or modify the "ChatWiki" logo, trademark, or copyright notice contained therein.
The full license text can be found in the LICENSE file. For commercial licensing, please contact us.






