diff --git a/README.en.md b/README.en.md
new file mode 100644
index 00000000..37fd7037
--- /dev/null
+++ b/README.en.md
@@ -0,0 +1,161 @@
+
+
Yuxi - A Multi-tenant Harness Platform Combining Knowledge Bases and Knowledge Graphs
+
+[](https://github.com/xerrors/Yuxi/blob/main/docker-compose.yml)
+[](https://github.com/xerrors/Yuxi/issues)
+[](https://github.com/xerrors/Yuxi/blob/main/LICENSE)
+[](https://deepwiki.com/xerrors/Yuxi)
+[](https://zread.ai/xerrors/Yuxi)
+[](https://www.bilibili.com/video/BV1DF14BTETq/)
+
+

+
+[[Docs]](https://xerrors.github.io/Yuxi) · [[中文]](README.md)
+
+
+
+
+
+**Image generated by GPT-Image-2.*
+
+## Core Features
+
+- **Agent development**: Built on LangGraph, with support for sub-agents, Skills, MCPs, Tools, and middleware.
+- **Knowledge base (RAG)**: Multi-format document parsing, Embedding / Rerank configuration, and knowledge base evaluation.
+- **Knowledge graph**: Graph construction and visualization based on LightRAG, with property graph support for agent reasoning.
+- **Platform and engineering**: Vue + FastAPI architecture with dark mode, Docker-based development, and production-oriented deployment.
+
+## Quick Start
+
+Clone the repository and initialize the project:
+
+```bash
+git clone --branch v0.6.1 --depth 1 https://github.com/xerrors/Yuxi.git
+cd Yuxi
+
+# Linux/macOS
+./scripts/init.sh
+
+# Windows PowerShell
+.\scripts\init.ps1
+```
+
+Start the project with Docker:
+
+```bash
+docker compose up --build
+```
+
+After the services are ready, open `http://localhost:5173`.
+
+## Examples and Demo
+
+
+
+
+
+
+ Home
+ |
+
+
+
+ Dashboard Statistics
+ |
+
+
+
+
+
+ Agent Configuration
+ |
+
+
+
+ Knowledge Base Invocation
+ |
+
+
+
+
+
+ Create Knowledge Base
+ |
+
+
+
+ Knowledge Base Management
+ |
+
+
+
+
+
+ Knowledge Graph Visualization
+ |
+
+
+
+ Project Documentation
+ |
+
+
+
+
+
+ Extension Management (Skills)
+ |
+
+
+
+ Extension Management (MCPs)
+ |
+
+
+
+
+
+ User / Department Permission Management
+ |
+
+
+
+ Model Provider Configuration
+ |
+
+
+
+## Acknowledgements
+
+Yuxi references and builds on the following excellent open-source projects:
+
+- [LightRAG](https://github.com/HKUDS/LightRAG) - Used as the foundation for graph construction and retrieval.
+- [DeepAgents](https://github.com/langchain-ai/deepagents) - Used as the deep agent framework.
+- [DeerFlow](https://github.com/bytedance/deer-flow) - Referenced for Sandbox agent architecture ideas.
+- [RAGflow](https://github.com/infiniflow/ragflow) - Referenced for document text chunking strategies.
+- [LangGraph](https://github.com/langchain-ai/langgraph) - Multi-agent orchestration framework and the core architectural foundation of this project.
+- [QwenPaw](https://github.com/agentscope-ai/QwenPaw) - Referenced for model configuration and personal file area design.
+
+## Contributing
+
+Thanks to all contributors for supporting this project!
+
+
+
+
+
+## Star History
+
+[](https://star-history.com/#xerrors/Yuxi)
+
+## 📄 License
+
+This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
+
+---
+
+
+
+**If this project helps you, please give us a ⭐️.**
+
+
diff --git a/README.md b/README.md
index a2690ea3..4842a55d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
-[[文档]](https://xerrors.github.io/Yuxi)
+[[文档]](https://xerrors.github.io/Yuxi) · [[English]](README.en.md)