# 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

logo

DeepChat

Dolphins are good friends of whales, and DeepChat is your good assistant

δΈ­ζ–‡ / English

## 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)