docs: add competitive comparison table to README

This commit is contained in:
matevip 2026-04-10 18:40:37 +08:00
parent 134afc61df
commit e5380031f4
2 changed files with 43 additions and 1 deletions

View File

@ -36,7 +36,28 @@ Three things make it different:
1. **Agents do work, not just talk** — ReAct loops and Plan-and-Execute for real task completion
2. **Knowledge is shaped, not just stored** — An LLM-powered Wiki that digests raw material into structured, linked pages
3. **The whole widget** — One team, one deployment, hardware-to-software vertical integration from desktop app to IM channels
3. **The whole widget** — One team, one deployment, from desktop app to IM channels — end-to-end
---
## Why MateClaw
Most open-source AI tools do one thing well. MateClaw does the whole thing.
| Capability | MateClaw | [Dify](https://github.com/langgenius/dify) | [LobeChat](https://github.com/lobehub/lobe-chat) | [FastGPT](https://github.com/labring/FastGPT) | [NextChat](https://github.com/ChatGPTNextWeb/NextChat) | [MaxKB](https://github.com/1Panel-dev/MaxKB) | [Open WebUI](https://github.com/open-webui/open-webui) |
|:---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| Agent (ReAct + Plan-Execute) | **Yes** | ReAct only | Partial | No | No | No | No |
| LLM Wiki Knowledge Base | **Yes** | RAG only | RAG only | RAG only | No | RAG only | RAG only |
| Compound Memory System | **Yes** | No | No | No | No | No | No |
| MCP Protocol | **Yes** | Plugin | Yes | Yes | No | Yes | No |
| Tool Guard & Approval | **Yes** | No | No | No | No | No | No |
| Skill Marketplace | **Yes** | Plugin Market | Plugin Store | No | No | No | No |
| Multi-Channel IM | **7 channels** | Webhook only | 2 channels | No | No | No | No |
| Desktop App | **Electron + JRE** | No | PWA only | No | Yes | No | No |
| Multimodal Creation | **TTS/STT/Img/Music/Video** | No | TTS/Img | No | No | I/O only | No |
| Tech Stack | Java + Vue 3 | Python + Next.js | TypeScript + Next.js | TypeScript + Next.js | TypeScript + Next.js | Python + Vue | Python + Svelte |
> **The difference**: Others give you a chat UI or a workflow builder. MateClaw gives you an AI operating system — agents that reason, remember, use tools with guardrails, and show up everywhere your work happens.
---

View File

@ -40,6 +40,27 @@ MateClaw 是一个基于 **Java + Vue 3** 构建的个人 AI 操作系统,由
---
## 为什么选 MateClaw
大多数开源 AI 工具只做好一件事。MateClaw 做好整件事。
| 能力 | MateClaw | [Dify](https://github.com/langgenius/dify) | [LobeChat](https://github.com/lobehub/lobe-chat) | [FastGPT](https://github.com/labring/FastGPT) | [NextChat](https://github.com/ChatGPTNextWeb/NextChat) | [MaxKB](https://github.com/1Panel-dev/MaxKB) | [Open WebUI](https://github.com/open-webui/open-webui) |
|:---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| 智能体 (ReAct + 计划执行) | **完整支持** | 仅 ReAct | 部分 | 无 | 无 | 无 | 无 |
| LLM Wiki 知识库 | **原创** | 仅 RAG | 仅 RAG | 仅 RAG | 无 | 仅 RAG | 仅 RAG |
| 复合记忆系统 | **完整支持** | 无 | 无 | 无 | 无 | 无 | 无 |
| MCP 协议 | **完整支持** | 插件 | 支持 | 支持 | 无 | 支持 | 无 |
| 工具防护与审批 | **完整支持** | 无 | 无 | 无 | 无 | 无 | 无 |
| 技能市场 | **ClawHub** | 插件市场 | 插件商店 | 无 | 无 | 无 | 无 |
| 多渠道 IM | **7 个渠道** | 仅 Webhook | 2 个 | 无 | 无 | 无 | 无 |
| 桌面端 | **Electron + JRE** | 无 | 仅 PWA | 无 | 有 | 无 | 无 |
| 多模态创作 | **TTS/STT/图/音乐/视频** | 无 | TTS/图片 | 无 | 无 | 仅 I/O | 无 |
| 技术栈 | Java + Vue 3 | Python + Next.js | TypeScript + Next.js | TypeScript + Next.js | TypeScript + Next.js | Python + Vue | Python + Svelte |
> **差异在哪?** 别人给你一个聊天界面或工作流编排器。MateClaw 给你一个 AI 操作系统——智能体能推理、能记忆、用工具有防护、出现在你工作发生的每一个地方。
---
## 架构全景
<p align="center">