# AIFlowy **Repository Path**: lj_developer/aiflowy ## Basic Information - **Project Name**: AIFlowy - **Description**: AIFlowy 是一个基于 Java 开发的、企业级 AI 应用开发平台 ,对标 Dify、Coze 等产品,但更加侧重于国产信创,致力于为中国开发者提供高效、开放、本土化的 AI 工具与解决方案。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://aiflowy.tech - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 673 - **Created**: 2025-12-20 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![banner.png](docs/assets/images/banner_en.png) # AIFlowy: The Foundation and Cornerstone of AI Products AIFlowy is an enterprise-grade, open-source AI application development platform developed in Java. Note: The current main branch is the development version; please switch to the v1.x branch for the stable version. ## Feature List **AI Features** - [x] Bots Application - [x] Business Plugins - [x] RAG Knowledge Base - [x] Workflow Intelligent Agent Orchestration (AI Workflow) - [x] Material Center (AI automatically generates image, audio, video, and other content) - [x] Data Hub (Customizable tables, and workflow reading and storage) - [x] Local Models - [x] Model Management **System Management** - [x] User Management - [x] Role Management - [x] Menu Management - [x] Department Management - [x] Job Title Management - [x] Log Management - [x] Data Dictionary - [x] Scheduled Tasks **Recent Plans** - [ ] Continuous documentation improvement (In progress...) - [ ] Enhanced stability (In progress...) - [ ] Optimized user experience (In progress...) ## Product Screenshots ![login.png](docs/assets/images/login.png) Login ![bot1.png](docs/assets/images/bot1.png) Bots ![bot2.png](docs/assets/images/bot2.png) Bots ![cj.png](docs/assets/images/cj.png) Plugins ![gzl1.png](docs/assets/images/gzl1.png) Workflow ![rag.png](docs/assets/images/rag.png) Knowledge Base ![sck.png](docs/assets/images/sck.png) Material Library ![llm.png](docs/assets/images/llm.png) Large Language Models ## Quick Start ```shell git clone https://gitee.com/aiflowy/aiflowy.git cd aiflowy mvn clean package cd aiflowy-ui-admin pnpm install pnpm dev # Default username and password: admin/123456 ``` For detailed documentation, please refer to: https://aiflowy.tech/zh/development/getting-started/getting-started.html Development and Product Documentation https://aiflowy.tech