Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

AingDesk

MCP.Pizza Chef: aingdesk

AingDesk is a rapidly evolving AI assistant client designed for ease of use. It integrates knowledge bases, model APIs, sharing capabilities, internet search, and intelligent agents, enabling seamless AI-powered workflows. AingDesk supports diverse AI interactions and is continuously improving to meet growing user needs.

Use This MCP client To

Integrate multiple AI models via API for unified access Search the internet in real-time for up-to-date information Manage and query personal or organizational knowledge bases Share AI-generated insights and data with collaborators Deploy intelligent agents for automated task execution Combine knowledge base and web search for comprehensive answers Rapidly prototype AI-powered applications with modular components

README

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

AingDesk FAQ

How does AingDesk handle knowledge base integration?
AingDesk allows users to connect and query various knowledge bases seamlessly within the client interface.
Can AingDesk perform live internet searches?
Yes, AingDesk supports real-time web search to provide up-to-date information alongside AI responses.
Is it possible to share AI outputs with others using AingDesk?
Absolutely, AingDesk includes sharing features to distribute AI-generated content easily.
What types of intelligent agents does AingDesk support?
AingDesk supports customizable intelligent agents that can automate workflows and tasks.
Does AingDesk support multiple AI model providers?
Yes, it integrates with various model APIs, including providers like OpenAI, Anthropic Claude, and Google Gemini.
How frequently is AingDesk updated?
AingDesk is rapidly growing with frequent updates to add features and improve performance.
Can developers extend AingDesk with custom APIs?
Yes, developers can integrate custom model APIs to tailor AI capabilities to their needs.
Is AingDesk suitable for both individual and enterprise use?
Yes, its flexible architecture supports personal productivity and enterprise AI workflows.