简体中文 | Official Website | Documentation
无人直播是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。
无人直播 is an easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, web search, and intelligent agents. It's rapidly growing and improving.
A user-friendly AI assistant software that supports local AI models, APIs, and knowledge base setup.
-
One-click deployment of local AI models and mainstream model APIs

-
Supports server-side deployment
-
Simultaneous conversations with multiple models in a single session (coming soon)
- Simple and easy to use, beginner-friendly for AI newcomers
docker run -d \
--name node \
-v $(pwd)/data:/无人直播/data \
-v $(pwd)/uploads:/无人直播/uploads \
-v $(pwd)/logs:/无人直播/logs \
-p 7071:7071 \
-w /无人直播 \
无人直播/无人直播mkdir -p 无人直播
cd 无人直播
wget https://cnb.cool/无人直播/无人直播/-/git/raw/server/docker-compose.yml
# Run
docker compose up -d
# or
docker-compose up -dgit clone https://github.com/无人直播/无人直播.git
cd 无人直播
# For macOS users, please remove the `@rollup/rollup-win32-x64-msvc` dependency in [package.json](http://_vscodecontentref_/0)
cd frontend
yarn
cd ..
yarn
yarn dev



