# deepchat
**Repository Path**: fengying11/deepchat
## Basic Information
- **Project Name**: deepchat
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: add-issues-template
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-14
- **Last Updated**: 2025-06-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
DeepChat
Dolphins are good friends of whales, and DeepChat is your good assistant
## Main Features
- π Supports multiple model cloud services: DeepSeek, OpenAI, Silicon Flow, etc.
- π Supports local model deployment: Ollama
- π Multi-channel chat concurrency support, switch to other conversations without waiting for the model to finish generating, efficiency Max
- π» Supports multiple platforms: Windows, macOS, Linux
- π Complete Markdown rendering, excellent code module rendering
- π Easy to use, with a complete guide page, you can get started immediately without understanding complex concepts
## TODO List
- [ ] Support for llama.cpp local model
- [ ] Support for local file processing
- [ ] Mermaid chart visualization
- [ ] Search integration (local + cloud API)
- [ ] MCP support
- [ ] Multi-modal model support
- [ ] Local chat data synchronization and encryption
## Development
### Install dependencies
```bash
$ npm install
```
### Start development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
# Specify architecture packaging
$ npm run build:win:x64
$ npm run build:win:arm64
$ npm run build:mac:x64
$ npm run build:mac:arm64
$ npm run build:linux:x64
$ npm run build:linux:arm64
```
# π License
[LICENSE](./LICENSE)