https://github.com/aingdesk/aingdesk
AingDesk是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。 AingDesk is a simple and easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, internet search, and intelligent agents. It is still growing rapidly.
https://github.com/aingdesk/aingdesk
deepseek electron llm localai nodejs ollama
Last synced: about 1 month ago
JSON representation
AingDesk是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。 AingDesk is a simple and easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, internet search, and intelligent agents. It is still growing rapidly.
- Host: GitHub
- URL: https://github.com/aingdesk/aingdesk
- Owner: aingdesk
- License: mit
- Created: 2025-02-12T09:35:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-05-08T13:12:04.000Z (about 2 months ago)
- Last Synced: 2025-05-08T14:27:11.599Z (about 2 months ago)
- Topics: deepseek, electron, llm, localai, nodejs, ollama
- Language: TypeScript
- Homepage: https://www.aingdesk.com
- Size: 15.5 MB
- Stars: 1,662
- Watchers: 13
- Forks: 183
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AingDesk







[简体中文](README.zh_cn.md) | [Official Website](https://www.aingdesk.com/) | [Documentation](https://docs.aingdesk.com/)
AingDesk是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。
AingDesk 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.
## 🚀 One-sentence Introduction
A user-friendly AI assistant software that supports local AI models, APIs, and knowledge base setup.
## ✅ Core Features
- One-click deployment of local AI models and mainstream model APIs

- Local knowledge base

- Intelligent agent creation

- Can be shared online for others to use
- Supports web search
- Supports server-side deployment
- Simultaneous conversations with multiple models in a single session (coming soon)## ✨ Product Highlights
- Simple and easy to use, beginner-friendly for AI newcomers## 📥 Quick Installation
### Client Version(MacOS, Windows)
- [Download from official website](https://www.aingdesk.com/)
- [Download from CNB](https://cnb.cool/aingdesk/AingDesk/-/releases/)
- [Download from Github](https://github.com/aingdesk/AingDesk/releases)### Server Version
#### Docker Run
```bash
docker run -d \
--name node \
-v $(pwd)/data:/aingdesk/data \
-v $(pwd)/uploads:/aingdesk/uploads \
-v $(pwd)/logs:/aingdesk/logs \
-p 7071:7071 \
-w /aingdesk \
aingdesk/aingdesk
```#### Docker Compose
```bash
mkdir -p aingdesk
cd aingdesk
wget https://cnb.cool/aingdesk/AingDesk/-/git/raw/server/docker-compose.yml
# Run
docker compose up -d
# or
docker-compose up -d
```## Star History
[](https://www.star-history.com/#aingdesk/aingdesk&Date)