DeepChat is a feature-rich open-source AI agent platform that unifies models, tools, and agents: multi-LLM chat, MCP tool calling, Skills, ACP agent integration, and remote control.
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), installable Skills for specialized tasks, unique ACP (Agent Client Protocol) integration that lets you run ACP-compatible agents as first-class “models” with a dedicated workspace UI, and remote control from messaging apps.
💡 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.), Skills add reusable task expertise, 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
Remote-Ready Workflows: Control DeepChat sessions from Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink
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, Moonshot/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 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
🧠 Skills
Install Skills from folders, ZIP files, or URLs
Enable Skills per conversation so DeepChat can load task-specific instructions, references, and optional scripts
Import and export Skills with other AI coding assistants
Built-in Skills cover code review, document collaboration, Office/PDF processing, frontend design, MCP development, and more
🤝 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
📡 Remote Control
Control DeepChat sessions from Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink
Bind remote endpoints to sessions and manage conversations from messaging apps
Create or switch sessions, stop generation, open desktop sessions, handle pending interactions, switch models, and check status remotely
💻 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
DeepChat Skills are designed to be compatible with the standard Agent Skills specification. A Skill can include task instructions, reference files, assets, and optional scripts, so DeepChat can act more like a domain specialist after it is enabled.
You can install Skills from folders, ZIP files, or URLs, and import/export them with Claude Code, Codex, Cursor, Windsurf, GitHub Copilot, Kiro, Antigravity, OpenCode, Goose, Kilo Code, and other compatible tools.
Enable it in conversations that need that capability
🧩 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:
Open Settings → ACP Agents and enable ACP
Enable a built-in ACP agent or add a custom ACP-compatible command
Select the ACP agent in the model selector to start an agent session
DeepChat can be controlled from messaging apps, so you can keep a session running even when you are away from the desktop. Configure remote channels under Settings → Remote.
Supported channels include Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink. Remote endpoints can bind to one DeepChat session, then create new sessions, list and switch recent sessions, stop generation, open the current session on desktop, answer pending questions or permission prompts, switch models, and check runtime status.
Common commands include /start, /help, /pair, /new, /sessions, /use, /stop, /open, /pending, /model, and /status.
Windows and Linux are packaged by GitHub Action.
For Mac-related signing and packaging, please refer to the Mac Release Guide.
Install Dependencies
hljs language-bash
$ pnpm install
$ pnpm run installRuntime
# if got err: No module named 'distutils'
$ pip install setuptools
For Windows: To allow non-admin users to create symlinks and hardlinks, enable Developer Mode in Settings or use an administrator account. Otherwise pnpm ops will fail.
Start Development
hljs language-bash
$ pnpm run dev
Build
hljs language-bash
# For Windows
$ pnpm run build:win
# For macOS
$ pnpm run build:mac
# For Linux
$ pnpm run build:linux
# Specify architecture packaging
$ pnpm run build:win:x64
$ pnpm run build:win:arm64
$ pnpm run build:mac:x64
$ pnpm run build:mac:arm64
$ pnpm run build:linux:x64
$ pnpm run build:linux:arm64
For a more detailed guide on development, project structure, and architecture, please see the Developer Guide.
👥 Community & Contribution
DeepChat is an active open-source community project, and we welcome various forms of contribution: