← Back to Project List
MaxKB(Max Knowledge Brain) is an open source enterprise intelligent body platform (GPL-3.0,21,500 Stars,1 million downloads) of feizhiyun (1Panel team). It integrates RAG knowledge base, workflow orchestration, MCP tool calling and multi-modal interaction capabilities, and takes "out of the box, with growth" as the design concept-from one-sentence Docker deployment to full-featured WebUI, from basic question and answer to advanced Agent, to realize gradual AI capability upgrade. There have been 1000 paying customers, covering government affairs, education, medical care, manufacturing, transportation, retail and other industries. v2.10 LTS long-term support version has been released, through the national deep synthesis service algorithm filing, is the domestic enterprise knowledge base and intelligent body scene of the domestic preferred solution.

1. Project/Product Overview

DimensionInformation
Project nameMaxKB(Max Knowledge Brain)
DeveloperFlying to Cloud (Fit2Cloud)-- 1Panel Same Team
Open Source ProtocolGPL-3.0
Python(44.4 percent) + Vue.js(37.1 percent) + TypeScript(17.4 percent)
GitHub Stars21,587(2026-07-02 query)
Forks2,930
Commits7,246
Created2023-09-14 (approximately 3 years)
Last Updated2026-07-02 (Multiple weekly submissions)
Latest Versionv2.10.2-lts(2026-06-18) Total 69 Release
official websitehttps://maxkb.cn
Official Communityhttps://bbs.fit2cloud.com/c/mk/11
Documenthttps://maxkb.cn/docs/v2/
Product IdeaUse out of the box · Accompanying growth
Core RouteRAG (Basic Question and Answer) → Workflow (Process Automation) → Agent (Agent)
DownloadsTotal 1 million +
Contributors500 +
Enterprise customers1000 + paying customers (covering 30 + industries)
Algorithm FilingFiling via National Deep Composition Service Algorithm (March 2026)
Well-known customersWallace, China Agricultural University, Shenzhen Tong, Shenzhen Stock Exchange, Zhengzhou Customs, Guangxi Quality Inspection Institute, Anhui Trading Group, Northeast University of Finance and Economics, Tangshan Maritime Safety Administration, Bei Rui, etc.

2. What does it mostly do?

MaxKB is a smart body platform for enterprise complete AI landing, not a single-function toolbox. Core competency stratification:

2.1 Knowledge Base Management (Building Enterprise Exclusive Brain)

Multi-format document accessSupport Markdown, PDF, docx, Excel, CSV, TXT, HTML and other 10 formats, support ZIP batch upload and offline image import
Multi-source data ingestionDrag and drop documents to upload, automatically crawl Web documents by URL, and connect and synchronize the flying book knowledge base (Professional Edition)
Intelligent Document ProcessingIntelligent splitting by Markdown level (up to 6 titles), regular custom segmentation rules, automatic vectorization of text
Vectorized storageBased on PostgreSQL pgvector, supports hybrid vector semantic search and full-text keyword search.
Custom Term Database (v2.10 LTS)Support the configuration of professional terms and industry abbreviations, word segmentation and retrieval phase priority matching, improve the vertical field retrieval accuracy
Knowledge Base Import and ExportSince v2.8.0, full knowledge base import and export (including vector data) are supported
Workflow Knowledge BaseYou can schedule the complete process from the data source to the knowledge base in the workflow

2.2 RAG Retrieval Enhancement Generation Pipeline

MaxKB's RAG pipeline is divided into four stages: "ingestion → processing → retrieval → generation:

-Dual-mode search: full-text keyword search fusion with vector semantic matching. Reordering algorithm is supported

-Precise Control: You can configure the similarity threshold (0.75 is recommended), the TOP number of referenced segments, and the maximum number of characters.

-Generation Policy: Select "Optimize model generation" or "Return the original text directly" when the knowledge base hits. You can specify a default response when the knowledge base misses.

-Multi-way recall node:v2.10 LTS adds the output parameter "List of results that meet direct response"

2.3 Workflow Workflow Orchestration

MaxKB's built-in, powerful drag-and-drop workflow engine allows non-technical people to build automated AI processes:

-Node Type:AI dialogue, knowledge base retrieval, document label retrieval, multi-channel recall, problem optimization, judge, specified reply, document content extraction, text-to-speech, voice-to-text, picture understanding, video understanding, picture generation, text-to-video, picture-to-video, form collection, loop, variable splitting, variable aggregation, parameter extraction, variable assignment, MCP call, etc.

-Variable System: Supports global variables, session variables, and external parameters (displayed in tiles in the input box)

-Trigger Mode: supports timing trigger and event trigger

-Streaming Execution: displays the name of the executing node when the AI answers.

2.4 MCP Tools and Skills

-MCP service tool: interface with third-party service API to realize database query, mail sending and ERP/CRM system interaction. For example, Zhengzhou Customs builds a AI review intelligent body through MCP.

-Custom Script Tool: Use Python to write custom functions for data processing and logical judgment.

-Workflow Type Tools: new in v2.8.0, encapsulate the entire workflow as a reusable tool

-Skills: Introduced in v2.7.0, smart bodies call Skills autonomously, such as allowing OpenClaw to call the enterprise knowledge base, supporting multi-smart body collaboration, expert routing and permission isolation.

-Built-in 200 functions: common operations such as data cleaning and API calls

2.5 Multimodal Interaction

ModalSupported content
TextNative text Q & A, voice-to-text input
ImagePicture Understanding (Visual Model), Picture Generation (Vincent Picture)
AudioSpeech Recognition (ASR), Speech Synthesis (TTS)
VideoVideo Understanding (Key Frame Extraction and Analysis), Wensheng Video, Tusheng Video (MiniMax, Ali Bailian Wan2.7)

2.6 Zero Encoding Integration

- front-end embedding : copy the generated code and embed it into websites, public numbers, enterprise wechat, DingTalk, flying books, Slack, etc. in floating window/full screen/mobile mode

- Back-end docking : open RESTful API Skills interface, ERP/CRM and other systems can be directly called

- Third Party Application Integration (Professional Edition): Enterprise WeChat Application/WeChat Customer Service, DingTalk Application, Flying Book Application, WeChat Public Number

3. Applicable Scenario

ScenarioDescriptionTypical Customer
Enterprise Intelligent Customer Service7 × 24-hour online response, replacing/assisting manual customer service, integrating enterprise product/service knowledgeWallace (Chain Catering Intelligent Customer Service), Shenzhen Tong (City Service Customer Service)
Internal Knowledge Base/AI AssistantEmployees query rules and regulations, process documents and technical manuals to improve internal work efficiencyShenzhen Stock Exchange (internal knowledge base system), Anhui Trading Group (intelligent editing of bidding documents)
Government/Public Service Policy Consultation, Service Guide Intelligent Question and Answer, Improve Government Service EfficiencyGuangxi Quality Inspection Institute, Tangshan Maritime Safety Administration, Futian Notary Office
Education/AcademicCampus Service AI Assistant, Educational Administration Consultation, Academic Resource RetrievalChina Agricultural University, Dongbei University of Finance and Economics, Henan Medical and Health Technician College
Business System AI UpgradeEmbed AI Intelligent Audit and Decision-Making Capabilities for Existing ERP/CRM/OA SystemsZhengzhou Customs (AI Audit Agent)
Vertical Industry AgentProfessional Agents in the fields of finance, medical care, law, etc.Financial intelligent investment, medical knowledge retrieval, legal document review
Small and medium-sized enterprises AI start Deploy full-featured WebUI in one sentence, and zero-technology teams can also AI onlineAll kinds of small and medium-sized enterprises

4. Not quite the scene

ScenarioReasonAlternative Suggestions
Pure RAG engine/deep document parsing researchMaxKB partial application platform, document parsing depth is not as deep as professional RAG engine (such as DeepDoc)RAGFlow (byte jump, deep document understanding is better)
Complex multi-agent collaboration framework requiredMaxKB Agent focuses on enterprise business automation, non-academic multi-agent research frameworkAgno / AgentScope / CrewAI
Pure English/Overseas MarketDocuments, communities and UI are mainly in Chinese, with weak English supportHaystack / LangChain / LlamaIndex
Highly customized LLM application developmentMaxKB is available out of the box but can be customized in limited depth, GPL-3.0 protocols need to be concernedLangChain(MIT) or self-developed frameworks
Ultra-large-scale cluster (single-instance qps > 100)Community edition standalone deployment, enterprise edition cluster needs to contact businessRAGFlow / Dify (cluster solution is more transparent)
Requires Apache-2.0/MIT protocolCopyleft requirements of GPL-3.0 protocol may affect commercial secondary distributionRAGFlow(Apache-2.0), Dify(Apache-2.0)

5. Core Competence List

5.1 knowledge base ability

CompetencyCommunityProfessionalEnterprise
General Knowledge Base Web Site Knowledge Base
Workflow Knowledge Base (Custom Data Pipeline)
Support file typesMarkdown, docx, PDF, TXT, HTML, XLSX, XLS, CSVCustom file typesCustom file types
ZIP Batch Import/Export
Auto-Associate Issue Generation
Document Tag Management
Fly Book Knowledge Base Docking Synchronization-
Custom Term Library✅(v2.10 LTS)
Full import and export of knowledge base✅(v2.8.0)

5.2 agent capability

Simple smart body based on the user's intention to ask questions, independent analysis of requirements and matching adaptation skills, MCP, smart body and other tools, automatically trigger calls.

Advanced intelligences (workflow orchestration), drag-and-drop creation, supporting 30 nodes, covering all processes such as AI dialogue, retrieval, judgment, extraction, generation, etc.

| Multimodal Dialog | Since v2.10 LTS, the AI dialog node fully supports multimodal input such as text and pictures. |

| External Parameters | User input parameters are displayed in tiles in the input box, which supports explicit/implicit switches. |

| Timed/Event Triggering | Supports timed triggering and event-triggered smart body execution |

| Embed third party | Full screen mode, mobile mode, floating window mode, custom portal icon, AI avatar, disclaimer |

| Long-term memory | Since v2.9.0, long-term memory is supported, and user context is maintained across sessions |

| Conversation log operation analysis | Operation monitoring statistics, user satisfaction trend, token consumption tracking |

5.3 model support

CategorySupported models/providers
Local Private ModelLlama 3, Qwen 2/3, DeepSeek, etc. (via Ollama / vLLM / Xinference)
domestic public model tongyi qianwen, zhipu AI, Baidu qianfan, Kimi, DeepSeek, Tencent mixed yuan, byte bean bag, xunfei spark
Foreign Public ModelsOpenAI, Azure OpenAI, Anthropic(Claude), Google Gemini, MiniMax
Multimodal ModelVisual Recognition, Speech Recognition, Speech Synthesis, Image Generation, Vintage Video, Graphic Video
Vectorization/Reorder Modelbge-m3, bge-reranker-v2-m3, etc., support custom model parameters

5.4 enterprise governance

CompetencyCommunityProfessionalEnterprise
TenantSingle TenantSingle TenantMulti-Tenant
RBAC Role Management-
Dialog User Management-
Shared Resources (Knowledge Base/Tools/Models)--
SSO SSO (LDAP/OIDC/CAS/OAuth2/SAML2)-
Enterprise WeChat/DingTalk/Flying Book Scan Code Login-
System Operation Log-
Custom Logo/Theme Color Matching-
Open API-

6. Architecture/deployment/integration approach

Technical Architecture

LevelTechnology Stack
Front EndVue.js LogicFlow (Workflow Visualization)
BackendPython / Django(RESTful API)
LLM ArrangementLangChain
DatabasePostgreSQL 17 pgvector (vector storage)
Task QueueCelery (Asynchronous Document Processing)
ContainerizationDocker / Docker Compose
Inference Engine (All-in-One)vLLM Qwen3.6-35B-A3B-FP8

Deployment Mode

ModeDescriptionApplicable Scenarios
Docker Rapid Deployment'docker run -d -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkb'Test/Demo/Small-scale Production
Docker Compose deploymentMulti-container orchestration with independent services and controllable resourcesProduction environment
Offline installation packageSuitable for non-Internet intranet environments, supporting x86 and ARM(64-bit)Government/financial and other offline environments
1Panel Panel InstallationOne-click installation through 1Panel App StoreUsers who already have 1Panel
All-in-One Machine Flying to Cloud × Hyperfusion FusionXpark GB10:128GB Memory, 2TB Storage, 1 PFLOPS Computing Power, Pre-installed MaxKB Professional Edition 1Panel Enterprise Edition Local ModelFull Stack Privatization, Data Not Out of Domain

Model integration mode

-Public cloud model: Direct connection through API Key (OpenAI, Claude, Tongyi Qiwen, DeepSeek, etc.)

-Local Private Model: Access through inference gateways such as Ollama, vLLM, and Xinference

-Multimodal model: Voice, visual and video models are connected through standard interfaces

-Embedding model:bge-m3, text2vec, etc., support local and cloud

System Requirements

EnvironmentMinimumRecommended
CPU2-core4-core
Memory4 GB8 GB
Disk10 GB50 GB SSD
Operating SystemLinux / macOS / Windows(Docker)Linux x86_64

How to use #7.

7.1 installation and deployment (3 minutes to start)

# Docker 一键部署
docker run -d --name=maxkb --restart=always \
  -p 8080:8080 \
  -v ~/.maxkb:/opt/maxkb \
  1panel/maxkb

# 访问:http://你的服务器IP:8080
# 默认账号:admin
# 默认密码:MaxKB@123..

Chinese users can refer to offline installation document if Docker image Pull fails.

7.2 Three-step Opening AI Landing

Step 1: Access the big model

Log in to WebUI → System Settings → Model Management → Add Model → Select Supplier (such as DeepSeek, Qwen, OpenAI)→ Fill in API Key or configure local model address.

Step 2: Build a Knowledge Base

Knowledge Base → New Knowledge Base → Drag and drop uploaded documents (or enter URL to crawl) → System automatic segmentation, vectorization → Wait for "Ready" status.

Step 3: Create a smart body.

Smart body, new, select simple smart body, associate the newly created knowledge base, publish, share links or embed third-party systems.

7.3 Advance: The Progressive Route from RAG to Agent

基础 RAG 问答(知识库关联即用)
    ↓
高级检索优化(混合检索 + 重排序 + 术语库)
    ↓
工作流自动化(拖拽编排:检索→判断→工具调用→生成)
    ↓
MCP 工具集成(连接数据库、ERP、CRM 等外部系统)
    ↓
Skills 技能 + 多智能体协同(专家路由、任务分发)

7.4 Data Backup

# 备份数据目录
tar -czf maxkb_backup_$(date +%Y%m%d).tar.gz ~/.maxkb

# 恢复数据
tar -xzf maxkb_backup_20250101.tar.gz -C ~/

8. What can I say before sales

8.1 a sentence positioning

  • * "MaxKB is the most easy-to-use enterprise-level intelligent body platform in China-in a word, Docker deployment, full-featured WebUI operation, gradual upgrade from RAG to Agent, has served 1000 enterprise customers. "**

8.2 customer pain points → solutions

Customer Pain PointsMaxKB Solution
"I want to be a AI but the technical team is not strong enough"In a word, Docker deploys full-featured WebUI, and business personnel can also get started
"The deployment is too complex. You need to install a bunch of components"The built-in PostgreSQL of the Docker image pgvector all dependencies. No additional installation is required.
"I don't know where to start making AI"Three steps: connect the model → build the knowledge base → send the intelligent body, and the effect will be produced on the same day
"Data cannot go to the public cloud"Fully privatized deployment, supporting offline installation packages and ARM architecture
"Worried that the Agent is out of control"Progressive upgrade-first use RAG to verify the value, and then gradually introduce workflow and Agent
"The system needs to get through with Feishu/DingTalk/WeChat"Zero coding embedding, professional version native support enterprise WeChat, DingTalk, Feishu, WeChat public number
"Knowledge base requires high professionalism"v2.10 LTS supports custom term database, and vertical industry retrieval accuracy is significantly improved
"Limited Budget"Community Edition is completely free and unlimited number of users/applications/knowledge base; Professional Edition 48000 permanent license

8.3 Differentiated Selling Points

vs RAGFlow (most often compared)

Official Comparison Page: https://maxkb.cn/maxkb-vs-ragflow

DimensionMaxKBRAGFlow
Core PositioningEnterprise Knowledge Service and Business Landing PlatformDeep Document Understanding and RAG Engine
Product FormFull Application Platform (WebUI API)RAG Visual Process Orchestration
Target UserBusiness Team Delivery Team O & M TeamTechnical Team (focusing on search link optimization)
Document parsing depthSupport common formats, enough but not extremeDeepDoc deep document parsing (better table/scanned document recognition)
Enterprise GovernanceShared resources for RBAC SSO code scanning logon operation logsBasic permission management
Commercial supportOriginal factory after-sales, price transparency, LTS long-term maintenanceOpen source community-based
Deployment complexityOne docker run commandDocker-compose (multiple services)
Customer stories1000 enterprise customers (government/education/catering/transportation, etc.)Focus on technical communities
Pricing TransparencyCommunity Edition Free Professional Edition ¥ 48000Contact Business
ProtocolGPL-3.0Apache-2.0

Selection suggestion: If the enterprise goal is to use AI for customer service, knowledge service, and business collaboration as soon as possible, MaxKB is preferred. If the core goal is to understand in-depth documents and optimize RAG links, RAGFlow is more appropriate. The two are non-zero sum-MaxKB can be used as a platform, RAGFlow as an engine, and complementary use.

vs Dify

DimensionMaxKBDify
Core PositioningEnterprise Intelligence Platform (Partial Business)LLM Application Development Platform (Partial Developer)
Difficulty to get startedVery low (available to business staff)Medium (need to understand the concept of Prompt/Agent)
Chinese EcologyNative Chinese, Chinese Documents Extremely PerfectChinese-English Bilingual
Enterprise Stories1000 enterprises, covering 30 industriesGlobal developer community
Open Source ProtocolGPL-3.0Apache-2.0
All-in-One SchemeHave (99000)None

8.4 Customer Value Story Line

  1. Cut in:"Do you have internal knowledge management or customer service system now? How about the efficiency of manual processing?"
  2. Pain Point Resonance:"Knowledge is scattered everywhere, new employees cannot be found, old employees have no time to teach, and customer service repeatedly answers the same question......"
  3. Quick Verification : Live Demonstration-Docker Deployment in One Minute → Drag in Several Documents → Question and Answer on the Spot, Customers See the Effect
  4. Progressive route:"You can start with a department's knowledge base, spread it to the entire company, and then upgrade to an automated workflow."
  5. Security centering :"The data is completely on your own server, supports offline installation, and seamlessly interfaces with the intranet environment."
  6. Long-term guarantee :"v2.10 LTS version provides long-term maintenance, with new version iterations every month, as well as 400 customer service calls and original technical support."
  7. Heavy Case :"The customer service of Wallace's thousands of stores is already in use, and your colleague XX Company is also our customer."

9. Frequently Asked Customer Questions

QuestionAnswer
Q1: Which is better than RAGFlow/Dify?MaxKB is more "enterprise business platform", which can be used out of the box and can be used by business personnel. RAGFlow partial "RAG engine"-document analysis is stronger, but requires deep use by technical teams. Dify is a "developer platform"-high flexibility, but a steeper learning curve. If the goal is a fast-moving enterprise knowledge base/customer service system, MaxKB is usually the best fit.
Q2: What are the restrictions in the community edition?Since V2 (July 2025), the community edition no longer limits the number of users, the number of intelligences and the number of knowledge bases, and is completely free to use. The core functions (RAG, workflow, MCP, multimodal) are all open. The Professional Edition adds enterprise-class features such as RBAC, SSO, third-party application integration, custom appearance, operation logs, and factory support.
Q3: How long will the LTS version be maintained? What are your commitments? v2.10 LTS is the first long-term support version (released in June 2026). Feizhiyun provides long-term security fixes and key Bug fixes for LTS versions. MaxKB insists on monthly iterations (one new version per month), and the LTS version provides a more stable maintenance rhythm on this basis.
Q4: How to ensure data security? Will the data be transferred externally?MaxKB is fully private and all data is stored on the customer's own server. Support offline installation (no Internet environment), support intranet deployment. LLM can also interface with the local private model (Ollama/vLLM) to achieve full link data out of the domain. The Professional Edition also provides security features such as operation log auditing, SSO unified authentication, and dialog-side authentication.
Q5: Does the localization environment be supported?Fully supported. Backend Python/Django, front-end Vue.js, and database PostgreSQL pgvector can all run on domestic Linux (Kirin, Tongxin, etc.). Support ARM architecture (such as Huawei Lupeng), support docking domestic large models (DeepSeek, Tongyi Thousand Questions, Wisdom Spectrum, Baidu Qianfan, etc.), has been through the national deep synthesis service algorithm for the record.
**Q6: Can we connect our flying book/DingTalk/enterprise WeChat? Community Edition supports zero coding embedded into third-party Web systems. The professional version originally supports the complete docking of enterprise WeChat application, enterprise WeChat WeChat customer service, DingTalk application, flying book application, WeChat public number and Slack, and supports code scanning login.
Q7: What document formats are supported by the knowledge base? Can you process scanned documents?Common formats such as Markdown, docx, PDF, TXT, HTML, XLSX, XLS, and CSV are supported. The community version has built-in document parsing, and the professional version supports more custom formats. For scanned/image PDF, it is recommended to import after preprocessing in combination with external OCR tools.
Q8: Is the professional version ¥ 48000 a one-time fee? What are the subsequent expenses?¥ 48000/set is a permanent authorization (including one-year maintenance). Starting from the second year, the maintenance fee is 9,600 yuan/year, providing seamless upgrade service of software minor version. Each license corresponds to 1 deployment instance for 1 end customer.

10. PoC Recommendations

Recommended PoC Direction: Intelligent Question Answering of Enterprise Internal Knowledge Base

PhaseContentTimeOutput
1. Environment preparationDocker deployment MaxKB, model API configuration0.5 daysRunnable services
2. Knowledge Base ConstructionSelect 50-100 internal documents (systems/processes/manuals), upload and build an index0.5 daysRetrievable Knowledge Base
  1. Basic Question and Answer Verification... Create a simple intelligent body, associate the knowledge base, test typical questions... 0.5 days.........................................................................................

| 4. Effect Tuning | Configure Term Database, Adjust Retrieval Parameters, Optimize Prompt Words | 0.5 Days | Meet Accuracy Requirements |

| 5. System integration demonstration | Embedded into internal portal or enterprise WeChat to show actual use | 0.5 days | Complete system that can be demonstrated |

| 6. Evaluation Report | Statistics Retrieval Recall Rate, Answer Accuracy Rate, User Satisfaction | 0.5 Days | PoC Evaluation Report |

Validation Metrics:

-Knowledge base document upload success rate> 95%

-Retrieval recall> 85% (after optimization by term base)

-End-to-end answer accuracy> 80%

-Average response time <5 seconds

-Total time taken to deploy to demo state <3 days

PoC Advanced Direction: Intelligent Customer Service Workflow

For customer service scenario customers, an additional 2 days can be added:

-Build customer service workflow (intention judgment → knowledge base retrieval → conditional routing → multi-round dialogue)

-Docking enterprise WeChat/WeChat public number

-Statistics on self-service resolution and customer satisfaction

11. Risks and Considerations

RiskLevelDescriptionMitigation
GPL-3.0 AgreementMediumThe GPL Copyleft agreement requires open source after secondary distribution or modification. If you plan to redistribute MaxKB as part of the product, evaluate complianceUnderstand GPL-3.0 boundaries; if unacceptable, consider Apache-2.0 protocol replacement (RAGFlow/Dify)
Document parsing depthMediumThe parsing effect of complex tables, scanned documents and formula documents is not as good as that of professional engines (RAGFlow DeepDoc)Important documents can be imported after preprocessing; Or combined with external OCR/parsing tools
Cluster CapabilityMediumBoth the Community Edition and Professional Edition are deployed on a single machine. High concurrency scenarios are limited. The cluster solution is only available in the Enterprise EditionEvaluate actual concurrency requirements; Contact Business to obtain the Enterprise Edition cluster solution
Internationalization/English SupportLowMainly in Chinese, English UI and documents are relatively weakDomestic customers have no influence; Teams with limited Chinese ability in foreign enterprises need to be evaluated
LangChain DependencyLow levelThe underlying dependency is LangChain to the framework. Version upgrades may bring about compatibility changes.Feizhiyun follows up iteratively on a monthly basis. The LTS version provides stable dependencies.
Commercial Binding RiskLowThe cost of the professional version/enterprise version may increase in the long run, and it is bound to FeizhiCloudThe community version is rich in features and open source, and its core capabilities do not depend on the paid version
The ecology is relatively young *LowCreated in September 2023, with a short history compared to Dify/LangChain and otherBut growing very fast -21K Stars in less than 3 years, 1000 enterprise customers, monthly iterations

12. My Pre-Sales Judgment

Recommendation: Highly recommended (domestic preferred for domestic enterprise knowledge bases and smart body scenarios, deploying the simplest enterprise-class AI platform)

Reason:

  1. Extreme deployment experience: A 'docker run' command is used to complete the deployment. The built-in PostgreSQL pgvector does not need to install any additional components. This is one of the easiest enterprise AI platforms to deploy on the market.
  1. Full-featured WebUI :RAG Q & A, workflow orchestration, MCP tool management, Skills skill configuration, knowledge base management, multi-modal configuration-all operations are completed on the web side, and business personnel can use them independently.
  1. Progressive AI upgrade :RAG → Workflow → Agent clear path, enterprises can pilot a department first, verify the value and then gradually expand, risk control.
  1. Optimal Chinese Ecology : Native Chinese UI, Chinese Documents, Chinese Community, Chinese Cases, Chinese Technical Support (400 Phone), Almost Zero Threshold for Domestic Developers.
  1. Enterprise-level verification is sufficient :1000 paying customers cover 30 industries, and real cases from Wallace, Shenzhen Tong, many universities and government agencies are available for reference.
  1. Long-term maintenance guarantee :LTS version is iterated on a monthly basis 500 contributors fly to cloud enterprise support without worrying about giving up the project.
  1. The price is transparent and reasonable : The community version is free and has complete functions. The professional version 48000 permanent authorization (far lower than similar commercial products). The all-in-one machine 99000 includes a complete set of software and hardware solutions.

Recommended Customer Persona:

-Domestic enterprises (government, education, medical, manufacturing, retail, transportation and other industries)

-Small and medium-sized enterprises that want to land AI quickly but the technical team is not strong

-Compliance scenarios that require privatization deployment and data not out of the domain

-Take knowledge base question and answer or intelligent customer service as the main entry scene

-Enterprises with office ecology such as flying books/DingTalk/WeChat

-Requires original technical support and LTS long term maintenance

Not recommended situations:

-The core requirement is in-depth document analysis research (recommended RAGFlow)

-Requires Apache-2.0/MIT protocol for secondary commercial distribution (RAGFlow or Dify recommended)

-Pure English/overseas markets (recommended Haystack)

-Requires highly customized LLM application development (recommended LangChain)

-Multi-Agent complex academic research is a core requirement (Agno/AgentScope recommended)

13. REFERENCE

-GitHub repository: https://github.com/1Panel-dev/MaxKB

-Official website: https://maxkb.cn

-Documentation: https://maxkb.cn/docs/v2/

-Update log: https://maxkb.cn/docs/v2/changelog/

-Version comparison: https://maxkb.cn/price

-All-in-one: https://maxkb.cn/appliance

-MaxKB vs RAGFlow:https://maxkb.cn/maxkb-vs-ragflow

-Community Forum: https://bbs.fit2cloud.com/c/mk/11

-Fly to Cloud Blog (MaxKB Classification):https://blog.fit2cloud.com/categories/maxkb

-B station demo video: https://www.bilibili.com/video/BV1vpamzREeS/

-Training certification: https://edu.fit2cloud.com/

-Technical Support Email: support@fit2cloud.com

-Customer service telephone number: 400-052-0755

  • analysis date: 2026-07-02 | data aging: GitHub information is pulled in real time, product functions are based on official document v2.10.2-lts *