53AIHub is an open-source AI portal and knowledge base written in Go, focusing on managing AI agents, prompts, tools, and integrations with Coze, Dify, FastGPT, and RAGFlow. It supports one-click deployment, Docker/local deployment, and cloud/local hosting with environment configuration.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
53AI Hub is an open-source AI portal that enables you to build and operate AI agents, prompts, and tools, with integration to platforms like Coze, Dify, FastGPT, RAGFlow, and various cloud services. It supports independent deployment and provides features for application management and user operations.
How it works
The project provides a web-based portal system for managing AI agents, prompts, and tools, with integration capabilities to multiple agent development platforms and cloud providers. It supports one-click deployment and local/docker deployment paths, plus environmental configuration via a .env file and docker-compose for setup.
Getting started
Quick Installation
The recommended way to install 53AI Hub Community Edition is to run the one-line installer:
sudo curl -fsSL https://download.53ai.com/install.sh | bash
After the script finishes, follow the prompts to complete the setup and then visit http://localhost:3000 to access the administration panel and begin setup.
Alternative: Docker Installation
- Clone the repository
git clone https://github.com/53ai/53aihub.git
cd 53aihub
- Run the following command
cd docker
docker compose up -d
Custom Configuration
Refer to the comments in .env.example, copy and rename it to .env, and edit the values. You may also modify docker-compose.yaml for things like image versions, port mappings, or volume mounts. After changes, rerun docker-compose up -d.
Recent releases
- v0.4.2 v0.4.2 (2026-08-03)
- v0.4.1 v0.4.1 (2026-07-27): # 【53AI HUB】v0.4.1 Release Notes
Frontend
- User Memory
- Generation, viewing, and management of user memory
- Usage of user memory
- Knowledge Base
- Global search
- v0.4.0 (2026-06-24): # 【53AI HUB】v0.4.0 Official Release Notes
This version v0.4.0 is a major update that includes many extended services, so binary files are no longer provided. Please use the one-click installation scr
- v0.1.9 (2025-09-17): Application Management
- Returned variables support the text type of Coze.
- Returned images, audio, and video are displayed using methods such as the
<img>tag. - Returned variables suppo
- v0.1.8 v0.1.8 (2025-08-28): 【53AI Hub】v0.1.8 Official Version Released – Try It Here: https://hub.53ai.com
Traction
Stars: 4949, Forks: 538, Open Issues: 19
License
License: 53AI Open Source License (based on Apache 2.0 with additional restrictions)
Getting support
Follow the project for updates and issues via GitHub.






