SkillAgentSearch skills...

Deepchat

🐬DeepChat - A smart assistant that connects powerful AI to your personal world

Install / Use

/learn @ThinkInAIXYZ/Deepchat

README

<p align='center'> <img src='./build/icon.png' width="150" height="150" alt="DeepChat AI Assistant Icon" /> </p> <h1 align="center">DeepChat - Powerful Open-Source AI Agent Platform</h1> <p align="center">DeepChat is a feature-rich open-source AI agent platform that unifies models, tools, and agents: multi-LLM chat, MCP tool calling, and ACP agent integration.</p> <p align="center"> <a href="https://github.com/ThinkInAIXYZ/deepchat/stargazers"><img src="https://img.shields.io/github/stars/ThinkInAIXYZ/deepchat" alt="Stars Badge"/></a> <a href="https://github.com/ThinkInAIXYZ/deepchat/network/members"><img src="https://img.shields.io/github/forks/ThinkInAIXYZ/deepchat" alt="Forks Badge"/></a> <a href="https://github.com/ThinkInAIXYZ/deepchat/pulls"><img src="https://img.shields.io/github/issues-pr/ThinkInAIXYZ/deepchat" alt="Pull Requests Badge"/></a> <a href="https://github.com/ThinkInAIXYZ/deepchat/issues"><img src="https://img.shields.io/github/issues/ThinkInAIXYZ/deepchat" alt="Issues Badge"/></a> <a href="https://github.com/ThinkInAIXYZ/deepchat/blob/main/LICENSE"><img src="https://img.shields.io/github/license/ThinkInAIXYZ/deepchat" alt="License Badge"/></a> <a href="https://github.com/ThinkInAIXYZ/deepchat/releases/latest"><img src="https://img.shields.io/endpoint?url=https://api.pinstudios.net/api/badges/downloads/ThinkInAIXYZ/deepchat/total" alt="Downloads"></a> <a href="https://deepwiki.com/ThinkInAIXYZ/deepchat"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> </p> <div align="center"> <a href="https://trendshift.io/repositories/15162" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15162" alt="ThinkInAIXYZ%2Fdeepchat | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> </div> <div align="center"> <a href="./README.zh.md">δΈ­ζ–‡</a> / <a href="./README.md">English</a> / <a href="./README.jp.md">ζ—₯本θͺž</a> </div>

πŸ“‘ Table of Contents

πŸš€ Project Introduction

DeepChat is a powerful open-source AI agent platform that brings together models, tools, and agent runtimes in one desktop app. Whether you're using cloud APIs like OpenAI, Gemini, Anthropic, or locally deployed Ollama models, DeepChat delivers a smooth user experience.

Beyond chat, DeepChat supports agentic workflows: rich tool calling via MCP (Model Context Protocol), and unique ACP (Agent Client Protocol) integration that lets you run ACP-compatible agents as first-class β€œmodels” with a dedicated workspace UI.

<table align="center"> <tr> <td align="center" style="padding: 10px;"> <img src='https://github.com/user-attachments/assets/6e932a65-78e0-4d2e-9654-ccc010f78bf7' alt="DeepChat Light Mode" width="400"/> <br/> </td> <td align="center" style="padding: 10px;"> <img src='https://github.com/user-attachments/assets/ea6ccf60-32af-4bc1-91cc-e72703bdc1ff' alt="DeepChat Dark Mode" width="400"/> <br/> </td> </tr> </table>

πŸ’‘ Why Choose DeepChat

Compared to other AI tools, DeepChat offers the following unique advantages:

  • Unified Multi-Model Management: One application supports almost all mainstream LLMs, eliminating the need to switch between multiple apps
  • Seamless Local Model Integration: Built-in Ollama support allows you to manage and use local models without command-line operations
  • Agentic Protocol Ecosystem: Built-in MCP support enables tool calling (code execution, web access, etc.), and built-in ACP support connects external agents into DeepChat with a native workspace UX
  • Powerful Search Enhancement: Support for multiple search engines makes AI responses more accurate and timely, providing non-standard web search paradigms that can be quickly customized
  • Privacy-Focused: Local data storage and network proxy support reduce the risk of information leakage
  • Business-Friendly: Embraces open source under the Apache License 2.0, suitable for both commercial and personal use

πŸ”₯ Main Features

  • 🌐 Multiple Cloud LLM Provider Support: DeepSeek, OpenAI, Kimi, Grok, Gemini, Anthropic, and more
  • 🏠 Local Model Deployment Support:
    • Integrated Ollama with comprehensive management capabilities
    • Control and manage Ollama model downloads, deployments, and runs without command-line operations
  • πŸš€ Rich and Easy-to-Use Chat Capabilities
    • Complete Markdown rendering with code block rendering based on industry-leading CodeMirror
    • Multi-window + multi-tab architecture supporting parallel multi-session operations across all dimensions, use large models like using a browser, non-blocking experience brings excellent efficiency
    • Supports Artifacts rendering for diverse result presentation, significantly saving token consumption after MCP integration
    • Messages support retry to generate multiple variations; conversations can be forked freely, ensuring there's always a suitable line of thought
    • Supports rendering images, Mermaid diagrams, and other multi-modal content; supports GPT-4o, Gemini, Grok text-to-image capabilities
    • Supports highlighting external information sources like search results within the content
  • πŸ” Robust Search Extension Capabilities
    • Built-in integration with leading search APIs like BoSearch, Brave Search via MCP mode, allowing the model to intelligently decide when to search
    • Supports mainstream search engines like Google, Bing, Baidu, and Sogou Official Accounts search by simulating user web browsing, enabling the LLM to read search engines like a human
    • Supports reading any search engine; simply configure a search assistant model to connect various search sources, whether internal networks, API-less engines, or vertical domain search engines, as information sources for the model
  • πŸ”§ Excellent MCP (Model Context Protocol) Support
    • Complete support for the three core capabilities of Resources/Prompts/Tools in the MCP protocol
    • Supports semantic workflows, enabling more complex and intelligent automation by understanding the meaning and context of tasks.
    • Extremely user-friendly configuration interface
    • Aesthetically pleasing and clear tool call display
    • Detailed tool call debugging window with automatic formatting of tool parameters and return data
    • Built-in Node.js runtime environment; npx/node-like services require no extra configuration and work out-of-the-box
    • Supports StreamableHTTP/SSE/Stdio protocol Transports
    • Supports inMemory services with built-in utilities like code execution, web information retrieval, and file operations; ready for most common use cases out-of-the-box without secondary installation
    • Converts visual model capabilities into universally usable functions for any model via the built-in MCP service
  • 🀝 ACP (Agent Client Protocol) Agent Integration
    • Run ACP-compatible agents (built-in or custom commands) as selectable β€œmodels”
    • ACP workspace UI for structured plans, tool calls, and terminal output when provided by the agent
  • πŸ’» Multi-Platform Support: Windows, macOS, Linux
  • 🎨 Beautiful and User-Friendly Interface, user-oriented design, meticulously themed light and dark modes
  • πŸ”— Rich DeepLink Support: Initiate conversations via links for seamless integration with other applications. Also supports one-click installation of MCP services for simplicity and speed
  • πŸš‘ Security-First Design: Chat data and configuration data have reserved encryption interfaces and code obfuscation capabilities
  • πŸ›‘οΈ Privacy Protection: Supports screen projection hiding, network proxies, and other privacy protection methods to reduce the risk of information leakage
  • πŸ’° Business-Friendly:
    • Embraces open source, based on the Apache License 2.0 protocol, enterprise use without worry
    • Enterprise integration requires only minimal configuration code changes to use reserved encrypted obfuscation security capabilities
    • Clear code structure, both model providers and MCP services are highly decoupled, can be freely customized with minimal cost
    • Reasonable architecture, data interaction and UI behavior separation, fully utilizing Electron's capabilities, rejecting simple web wrappers, excellent performance

For more details on how to use these features, see the User Guide.

🧩 ACP Integration (Agent Client Protocol)

DeepChat has built-in support for Agent Client Protocol (ACP), allowing you to integrate external agent runtimes into DeepChat with a native UI. Once enabled, ACP agents appear as first-class entries in the model selector, so you can use coding agents and task agents directly inside DeepChat.

Quick start:

  1. Open Settings β†’ ACP Agents and enable ACP
  2. Enable a built-in ACP agent or add a custom ACP-compatible command
  3. Select the ACP agent in the model selector to start an agent session

To explore the ecosystem of compatible agents and clients,

View on GitHub
GitHub Stars5.6k
CategoryCustomer
Updated48m ago
Forks647

Languages

TypeScript

Security Score

100/100

Audited on Apr 8, 2026

No findings