深度聊天助手 是 AI Skill Hub 本期精选AI工具之一。已获得 5.8k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
深度聊天助手 是一款基于 TypeScript 开发的开源工具,专注于 MCP协议、AI助手、Agent框架 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
深度聊天助手 是一款基于 TypeScript 开发的开源工具,专注于 MCP协议、AI助手、Agent框架 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g deepchat # 方式二:npx 直接运行(无需安装) npx deepchat --help # 方式三:项目依赖安装 npm install deepchat # 方式四:从源码运行 git clone https://github.com/ThinkInAIXYZ/deepchat cd deepchat npm install npm start
# 命令行使用
deepchat --help
# 基本用法
deepchat [options] <input>
# Node.js 代码中使用
const deepchat = require('deepchat');
const result = await deepchat.run(options);
console.log(result);
# deepchat 配置说明 # 查看配置选项 deepchat --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DEEPCHAT_CONFIG="/path/to/config.yml"
<p align='center'> <img src='./build/icon.png' width="150" height="150" alt="DeepChat AI Assistant Icon" /> </p>
<p align="center">DeepChat is an open-source, local-first AI agent desktop client with rich agent capabilities, designed around the Tape.systems philosophy, with support for MCP, Skills, ACP, and remote control integrations for messaging apps.</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>
DeepChat is a powerful open-source, local-first AI agent desktop client that brings together models, tools, Skills, agent runtimes, Tape, and long-running sessions 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.
DeepChat's sessions and agent processes follow the Tape.systems philosophy: keep the process, so context, tool calls, requests, and results stay recoverable, traceable, and inspectable. It also provides strong MCP support, installable Skills, ACP agent integration, and remote control for Telegram, Feishu/Lark, QQBot, Discord, WeChat iLink, and other messaging workflows.
|
|
|
For more details on how to use these features, see the documentation index.
```bash $ pnpm install $ pnpm run installRuntime
You can install DeepChat using one of the following methods:
Option 1: GitHub Releases
Download the latest version for your system from the GitHub Releases page:
.exe installation file.dmg installation file.AppImage or .deb installation fileOption 2: Official Website
Download from the official website.
Option 3: Homebrew (macOS only)
For macOS users, you can install DeepChat using Homebrew:
brew install --cask deepchat
```bash
DeepChat is suitable for various AI application scenarios:
Please read the Contribution Guidelines
Windows and Linux are packaged by GitHub Action. For Mac-related signing and packaging, please refer to the Mac Release Guide.
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:
To explore the ecosystem of compatible agents and clients, see: https://agentclientprotocol.com/overview/clients
$ pip install setuptools ```
Developer Mode in Settings or use an administrator account. Otherwise pnpm ops will fail.DeepChat 是一个功能强大的开源 AI Agent 平台,旨在通过一个桌面端应用实现模型、工具与 Agent 运行时的统一。它不仅支持 OpenAI、Gemini、Anthropic 等云端 API,还完美兼容本地部署的 Ollama 模型。通过集成 MCP (Model Context Protocol) 工具调用、可安装的 Skills 以及 ACP Agent 集成,DeepChat 能够实现从简单对话到复杂 Agentic 工作流的平滑过渡,为用户提供极致的 AI 交互体验。
DeepChat 具备极其丰富的模型支持能力,涵盖 DeepSeek、OpenAI、Moonshot/Kimi、Grok、Gemini 及 Anthropic 等主流云端 LLM 供应商。同时,它内置了对 Ollama 的深度集成,用户无需使用命令行即可轻松管理本地模型的下载、部署与运行。此外,平台支持完整的 Markdown 渲染,并能通过 MCP 协议实现强大的工具调用能力,让 AI 助手不仅能“说”,更能“做”。
在安装之前,请确保您的开发环境已准备就绪。对于源码构建,需要使用 pnpm 进行依赖安装。若在 Windows 环境下进行操作,请务必在系统设置中开启“开发者模式 (Developer Mode)”,以允许非管理员用户创建 symlinks 和 hardlinks,否则 pnpm 操作可能会失败。此外,若遇到 'No module named distutils' 错误,请通过 pip install setuptools 进行修复。
您可以通过多种方式安装 DeepChat:首先是官方推荐的 GitHub Releases 方式,您可以根据操作系统(Windows 的 .exe、macOS 的 .dmg、Linux 的 .AppImage 或 .deb)下载对应的安装包;其次可以通过官方网站直接下载。如果您希望从源码构建,请在项目根目录下运行 pnpm install 及 pnpm run installRuntime 进行环境初始化。
DeepChat 适用于多种 AI 应用场景:作为“日常助手”,它可以回答问题、提供建议并辅助写作;作为“开发助手”,它能进行代码生成、调试及解决技术难题;作为“学习工具”,它能解释复杂概念并引导知识探索;在“内容创作”领域,它也能为文案创作和创意灵感提供优化支持。无论是简单的对话还是复杂的任务执行,DeepChat 都能胜任。
配置模型非常简单直观。启动 DeepChat 应用程序后,点击界面上的设置图标,进入“Model Providers”选项卡。在这里,您可以安全地添加您的 API Keys,或者配置本地的 Ollama 环境。DeepChat 的配置逻辑旨在让用户能够快速切换不同的模型供应商,实现云端与本地 AI 能力的无缝协同。
DeepChat 的 API 设计具有高度的兼容性,能够完美适配 OpenAI、Gemini 以及 Anthropic 等主流模型供应商的接口规范。这种兼容性确保了开发者可以轻松地将现有的模型能力接入平台,实现低成本的迁移与集成,让 DeepChat 成为连接多种 AI 能力的核心枢纽。
DeepChat 内置了对 Agent Client Protocol (ACP) 的原生支持。通过 ACP,您可以将外部的 Agent 运行时无缝集成到 DeepChat 中,并直接使用其提供的原生 UI。一旦启用,ACP Agents 将作为一等公民出现在模型选择器中,让您可以���使用普通模型一样,直接调用专业的 Coding Agents 或 Task Agents 来完成复杂任务。
高��量开源Agent框架,MCP协议支持好,社区活跃维护频繁,适合AI应用开发者快速原型设计和部署。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,深度聊天助手 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | deepchat |
| 原始描述 | 开源MCP工具:🐬DeepChat - A smart assistant that connects powerful AI to your personal world。⭐5.8k · TypeScript |
| Topics | MCP协议AI助手Agent框架智能工作流开源 |
| GitHub | https://github.com/ThinkInAIXYZ/deepchat |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-25 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。