diff --git a/apps/lobe-chat/0.160.6/.env.sample b/apps/lobe-chat/0.160.6/.env.sample
new file mode 100644
index 00000000..03cf13c0
--- /dev/null
+++ b/apps/lobe-chat/0.160.6/.env.sample
@@ -0,0 +1,6 @@
+ACCESS_CODE="access_password"
+CONTAINER_NAME="lobe-chat"
+OPENAI_API_KEY="sk-xxx"
+OPENAI_MODEL_LIST=""
+OPENAI_PROXY_URL="https://api.openai.com/v1"
+PANEL_APP_PORT_HTTP="40247"
diff --git a/apps/lobe-chat/0.160.6/data.yml b/apps/lobe-chat/0.160.6/data.yml
new file mode 100644
index 00000000..aba6f716
--- /dev/null
+++ b/apps/lobe-chat/0.160.6/data.yml
@@ -0,0 +1,40 @@
+additionalProperties:
+ formFields:
+ - default: 40247
+ edit: true
+ envKey: PANEL_APP_PORT_HTTP
+ labelEn: Port
+ labelZh: 端口
+ required: true
+ rule: paramPort
+ type: number
+ - default: "password"
+ edit: true
+ envKey: OPENAI_API_KEY
+ labelEn: OpenAI API Key
+ labelZh: OpenAI API 密钥
+ required: false
+ type: password
+ - default: "https://api.openai.com/v1"
+ edit: true
+ envKey: OPENAI_PROXY_URL
+ labelEn: OpenAI Proxy URL
+ labelZh: OpenAI 代理 URL
+ required: false
+ type: text
+ - default: ""
+ edit: true
+ envKey: ACCESS_CODE
+ labelEn: Access Code
+ labelZh: 访问密码
+ random: true
+ required: false
+ rule: paramComplexity
+ type: password
+ - default: ""
+ edit: true
+ envKey: OPENAI_MODEL_LIST
+ labelEn: OpenAI Model List
+ labelZh: OpenAI 模型列表
+ required: false
+ type: text
diff --git a/apps/lobe-chat/0.160.6/docker-compose.yml b/apps/lobe-chat/0.160.6/docker-compose.yml
new file mode 100644
index 00000000..2ae9f90c
--- /dev/null
+++ b/apps/lobe-chat/0.160.6/docker-compose.yml
@@ -0,0 +1,21 @@
+version: '3.3'
+services:
+ lobe-chat:
+ image: lobehub/lobe-chat:v0.160.6
+ container_name: ${CONTAINER_NAME}
+ restart: always
+ networks:
+ - 1panel-network
+ ports:
+ - "${PANEL_APP_PORT_HTTP}:3210"
+ environment:
+ - OPENAI_API_KEY=${OPENAI_API_KEY}
+ - OPENAI_PROXY_URL=${OPENAI_PROXY_URL}
+ - ACCESS_CODE=${ACCESS_CODE}
+ - OPENAI_MODEL_LIST=${OPENAI_MODEL_LIST}
+ labels:
+ createdBy: "Apps"
+
+networks:
+ 1panel-network:
+ external: true
diff --git a/apps/lobe-chat/README.md b/apps/lobe-chat/README.md
new file mode 100644
index 00000000..06ff5fd1
--- /dev/null
+++ b/apps/lobe-chat/README.md
@@ -0,0 +1,12 @@
+
+
+
Lobe Chat
+
+现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
+支持语音合成、多模态、可扩展的([function call][docs-functionc-call])插件系统
+一键**免费**拥有你自己的 ChatGPT/Gemini/Claude/Ollama 应用
+
+[English](https://github.com/lobehub/lobe-chat/blob/main/README.md) · **简体中文** · [更新日志](https://github.com/lobehub/lobe-chat/blob/main/CHANGELOG.md) · [文档](https://lobehub.com/docs) · [报告问题](https://github.com/lobehub/lobe-chat/issues) · [请求功能](https://github.com/lobehub/lobe-chat/issues)
+
+
+
\ No newline at end of file
diff --git a/apps/lobe-chat/data.yml b/apps/lobe-chat/data.yml
new file mode 100644
index 00000000..59397dc7
--- /dev/null
+++ b/apps/lobe-chat/data.yml
@@ -0,0 +1,19 @@
+name: LobeChat
+tags:
+ - AI / 大模型
+title: 现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
+description: 现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
+additionalProperties:
+ key: lobe-chat
+ name: LobeChat
+ tags:
+ - AI
+ shortDescZh: 现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
+ shortDescEn: An open-source, modern-design ChatGPT/LLMs UI/Framework
+ type: tool
+ crossVersionUpdate: true
+ limit: 0
+ recommend: 0
+ website: https://lobehub.com
+ github: https://github.com/lobehub/lobe-chat
+ document: https://lobehub.com/docs
diff --git a/apps/lobe-chat/latest/.env.sample b/apps/lobe-chat/latest/.env.sample
new file mode 100644
index 00000000..03cf13c0
--- /dev/null
+++ b/apps/lobe-chat/latest/.env.sample
@@ -0,0 +1,6 @@
+ACCESS_CODE="access_password"
+CONTAINER_NAME="lobe-chat"
+OPENAI_API_KEY="sk-xxx"
+OPENAI_MODEL_LIST=""
+OPENAI_PROXY_URL="https://api.openai.com/v1"
+PANEL_APP_PORT_HTTP="40247"
diff --git a/apps/lobe-chat/latest/data.yml b/apps/lobe-chat/latest/data.yml
new file mode 100644
index 00000000..aba6f716
--- /dev/null
+++ b/apps/lobe-chat/latest/data.yml
@@ -0,0 +1,40 @@
+additionalProperties:
+ formFields:
+ - default: 40247
+ edit: true
+ envKey: PANEL_APP_PORT_HTTP
+ labelEn: Port
+ labelZh: 端口
+ required: true
+ rule: paramPort
+ type: number
+ - default: "password"
+ edit: true
+ envKey: OPENAI_API_KEY
+ labelEn: OpenAI API Key
+ labelZh: OpenAI API 密钥
+ required: false
+ type: password
+ - default: "https://api.openai.com/v1"
+ edit: true
+ envKey: OPENAI_PROXY_URL
+ labelEn: OpenAI Proxy URL
+ labelZh: OpenAI 代理 URL
+ required: false
+ type: text
+ - default: ""
+ edit: true
+ envKey: ACCESS_CODE
+ labelEn: Access Code
+ labelZh: 访问密码
+ random: true
+ required: false
+ rule: paramComplexity
+ type: password
+ - default: ""
+ edit: true
+ envKey: OPENAI_MODEL_LIST
+ labelEn: OpenAI Model List
+ labelZh: OpenAI 模型列表
+ required: false
+ type: text
diff --git a/apps/lobe-chat/latest/docker-compose.yml b/apps/lobe-chat/latest/docker-compose.yml
new file mode 100644
index 00000000..18e77608
--- /dev/null
+++ b/apps/lobe-chat/latest/docker-compose.yml
@@ -0,0 +1,21 @@
+version: '3.3'
+services:
+ lobe-chat:
+ image: lobehub/lobe-chat:latest
+ container_name: ${CONTAINER_NAME}
+ restart: always
+ networks:
+ - 1panel-network
+ ports:
+ - "${PANEL_APP_PORT_HTTP}:3210"
+ environment:
+ - OPENAI_API_KEY=${OPENAI_API_KEY}
+ - OPENAI_PROXY_URL=${OPENAI_PROXY_URL}
+ - ACCESS_CODE=${ACCESS_CODE}
+ - OPENAI_MODEL_LIST=${OPENAI_MODEL_LIST}
+ labels:
+ createdBy: "Apps"
+
+networks:
+ 1panel-network:
+ external: true
diff --git a/apps/lobe-chat/logo.png b/apps/lobe-chat/logo.png
new file mode 100644
index 00000000..531bae6a
Binary files /dev/null and b/apps/lobe-chat/logo.png differ