| 1 | <p align='center'> |
| 2 | <img src='./build/icon.png' width="150" height="150" alt="DeepChat AI Assistant Icon" /> |
| 3 | </p> |
| 4 | Β |
| 5 | <h1 align="center">DeepChat - Open-Source Local-First AI Agent Desktop Client</h1> |
| 6 | Β |
| 7 | <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> |
| 8 | Β |
| 9 | <p align="center"> |
| 10 | <a href="https://github.com/ThinkInAIXYZ/deepchat/stargazers"><img src="https://img.shields.io/github/stars/ThinkInAIXYZ/deepchat" alt="Stars Badge"/></a> |
| 11 | <a href="https://github.com/ThinkInAIXYZ/deepchat/network/members"><img src="https://img.shields.io/github/forks/ThinkInAIXYZ/deepchat" alt="Forks Badge"/></a> |
| 12 | <a href="https://github.com/ThinkInAIXYZ/deepchat/pulls"><img src="https://img.shields.io/github/issues-pr/ThinkInAIXYZ/deepchat" alt="Pull Requests Badge"/></a> |
| 13 | <a href="https://github.com/ThinkInAIXYZ/deepchat/issues"><img src="https://img.shields.io/github/issues/ThinkInAIXYZ/deepchat" alt="Issues Badge"/></a> |
| 14 | <a href="https://github.com/ThinkInAIXYZ/deepchat/blob/main/LICENSE"><img src="https://img.shields.io/github/license/ThinkInAIXYZ/deepchat" alt="License Badge"/></a> |
| 15 | <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> |
| 16 | <a href="https://deepwiki.com/ThinkInAIXYZ/deepchat"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> |
| 17 | </p> |
| 18 | Β |
| 19 | <div align="center"> |
| 20 | <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> |
| 21 | </div> |
| 22 | Β |
| 23 | <div align="center"> |
| 24 | <a href="./README.zh.md">δΈζ</a> / <a href="./README.md">English</a> / <a href="./README.jp.md">ζ₯ζ¬θͺ</a> |
| 25 | </div> |
| 26 | Β |
| 27 | ## π Table of Contents |
| 28 | Β |
| 29 | - [π Table of Contents](#-table-of-contents) |
| 30 | - [π Project Introduction](#-project-introduction) |
| 31 | - [π‘ Why Choose DeepChat](#-why-choose-deepchat) |
| 32 | - [π₯ Main Features](#-main-features) |
| 33 | - [πΌ Tape & Trace](#-tape--trace) |
| 34 | - [π§ Skills Support](#-skills-support) |
| 35 | - [π§© ACP Integration (Agent Client Protocol)](#-acp-integration-agent-client-protocol) |
| 36 | - [π‘ Remote Control](#-remote-control) |
| 37 | - [π€ Supported Model Providers](#-supported-model-providers) |
| 38 | - [Compatible with any model provider in OpenAI/Gemini/Anthropic API format](#compatible-with-any-model-provider-in-openaigeminianthropic-api-format) |
| 39 | - [π Use Cases](#-use-cases) |
| 40 | - [π¦ Quick Start](#-quick-start) |
| 41 | - [Download and Install](#download-and-install) |
| 42 | - [Configure Models](#configure-models) |
| 43 | - [Start Conversations](#start-conversations) |
| 44 | - [π» Development Guide](#-development-guide) |
| 45 | - [Install Dependencies](#install-dependencies) |
| 46 | - [Start Development](#start-development) |
| 47 | - [Build](#build) |
| 48 | - [π₯ Community \& Contribution](#-community--contribution) |
| 49 | - [β Star History](#-star-history) |
| 50 | - [π¨βπ» Contributors](#-contributors) |
| 51 | - [π License](#-license) |
| 52 | Β |
| 53 | ## π Project Introduction |
| 54 | Β |
| 55 | 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. |
| 56 | Β |
| 57 | 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. |
| 58 | Β |
| 59 | <table align="center"> |
| 60 | <tr> |
| 61 | <td align="center" style="padding: 10px;"> |
| 62 | <img src='https://g |