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.
AI Features
- Bots Application
- Business Plugins
- RAG Knowledge Base
- Workflow Intelligent Agent Orchestration (AI Workflow)
- Material Center (AI automatically generates image, audio, video, and other content)
- Data Hub (Customizable tables, and workflow reading and storage)
- Local Models
- Model Management
System Management
- User Management
- Role Management
- Menu Management
- Department Management
- Job Title Management
- Log Management
- Data Dictionary
- Scheduled Tasks
Recent Plans
- Continuous documentation improvement (In progress...)
- Enhanced stability (In progress...)
- Optimized user experience (In progress...)
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/123456For detailed documentation, please refer to: https://aiflowy.tech/zh/development/getting-started/getting-started.html Development and Product Documentation