Skip to content
View aingdesk's full-sized avatar

Block or report aingdesk

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AingDesk/README.md

AingDesk

GitHub License GitHub Release GitHub stars GitHub forks GitHub issues GitHub last commit GitHub all releases Docker Pulls

简体中文 | Official Website | Documentation

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 model

  • Local knowledge base Knowledge base

  • Intelligent agent creation Intelligent agent

  • Can be shared online for others to use Sharing

  • Supports web search Web search

  • Supports server-side deployment

  • MCP Client MCP Client

  • 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)

Server Version

Docker Run

docker run -d \
  --name node \
  -v $(pwd)/data:/data \
  -v $(pwd)/uploads:/uploads \
  -v $(pwd)/logs:/logs \
  -v $(pwd)/bin:/aingdesk/bin \
  -v $(pwd)/sys_data:/sys_data \
  -p 7071:7071 \
  -w /aingdesk \
  aingdesk/aingdesk

Docker Compose

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

Build

git clone https://github.com/aingdesk/AingDesk.git
cd AingDesk
# 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

Star History

Star History Chart

Sponsor

  • CDN acceleration and security protection for this project are sponsored by Tencent EdgeOne. image

Popular repositories Loading

  1. AingDesk AingDesk Public

    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.…

    TypeScript 2.5k 280

  2. docs docs Public

    AingDesk Docs

    JavaScript 3 1

  3. awesome-deepseek-integration awesome-deepseek-integration Public

    Forked from deepseek-ai/awesome-deepseek-integration

    Integrate the DeepSeek API into popular softwares

    1

  4. website website Public

    AIngdesk official web

    CSS