deepchat
π¬DeepChat - A smart assistant that connects powerful AI to your personal world
Install / Use
claude mcp add ThinkInAIXYZ -- npx -y github:ThinkInAIXYZ/deepchatIf the server publishes to npm under a different name, use that package instead β check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AI & Machine LearningSupported Platforms
Skill content
View source on GitHubπ Table of Contents
- π Table of Contents
- π Project Introduction
- π‘ Why Choose DeepChat
- π₯ Main Features
- πΌ Tape & Trace
- π§ Skills Support
- π§© ACP Integration (Agent Client Protocol)
- π‘ Remote Control
- π€ Supported Model Providers
- π Use Cases
- π¦ Quick Start
- π» Development Guide
- π₯ Community & Contribution
- β Star History
- π¨βπ» Contributors
- π License
π Project Introduction
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.
<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:
- Local-First Agent Desktop Client: Run DeepChat agents, ACP agents, and remote-ready bots in one local app
- Tape.systems Philosophy: Preserve recoverable session history, trace request context, and inspect token budgets when agent work gets complex
- Skills That Travel: Install, import, export, and enable reusable Skills per conversation for code review, documents, frontend work, Office/PDF tasks, and more
- Native ACP Integration: Run ACP-compatible coding and task agents as first-class entries in the model selector
- Strong MCP Support: Support Resources, Prompts, Tools, multiple transports, inMemory services, and one-click installation
- Remote-Ready Workflows: Control DeepChat sessions from Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink
- Unified Multi-Model Management: One application supports mainstream cloud LLMs and local Ollama models, eliminating the need to switch between multiple apps
- 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
- π€ Local-First Agent Desktop Client
- Select DeepChat, ACP, and remote-capable agents from one model-like entry point
- Run long-lived sessions with project folders, permission modes, tool output, and resumable context
- πΌ Tape & Trace
- Session Tape records structured work history for recovery, resume, and future agent memory flows
- Trace previews show request sequences, provider/model metadata, Tape view manifests, included entries, and token budgets
- π§ 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 Claude Code, Codex, Cursor, Windsurf, GitHub Copilot, and other compatible tools
- π€ 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, switch models, answer pending interactions, stop runs, and open desktop sessions remotely
- π 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
- 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 and Brave Search, 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
- π§ Strong MCP (Model Context Protocol) Support
- Full support for Resources / Prompts / Tools
- Supports StreamableHTTP, SSE, Stdio, and other transports
- Built-in Node.js runtime so npx/node-style services work out of the box
- inMemory services for code execution, web information retrieval, file operations, and other common utilities
- Clear tool-call display with parameter and return-data debugging
- DeepLink support for one-click MCP service installation
- π» 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, including one-click MCP service installation.
- π 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 documentation index.
πΌ Tape & Trace
DeepChat's session Tape follows the Tape.systems philosophy and keeps agent work recoverable and inspectable. Trace previews expose request sequences, provider/model metadata, Tape view manifests, included or excluded entries, and token budgets, making long-running agent sessions easier to debug and resume.
π§ Skills Support
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.
Built-in Skills cover generative art, code review, DeepChat settings, document collaboration, DOCX, frontend design, git commit messages, infographic syntax, MCP building, PDF, PPTX, Skill creation, Web Artifacts, and XLSX workflows.
Quick start:
- Open Settings β Skills
- Install or import a Skill
- 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:
Truncated for display β read the full file on GitHub.
Related Skills
caveman
107.1kπͺ¨ why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.4kPersistent Context Across Sessions for Every Agent β Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu β one CLI, zero API fees.
Understand-Anything
83.5kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
