deepchat

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

Visit Server
Added on 3/28/2025

Reasoning

Search

Latex

Artifacts support

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

Currently Supported Model Providers

Other Features

  • Support for local model management with Ollama
  • Support for local file processing
  • Artifacts support
  • Customizable search engines (parsed through models, no API adaptation required)
  • MCP support (built-in npx, no additional node environment installation needed)
  • Support for multimodality models
  • Local chat data backup and recovery
  • Compatibility with any model provider in OpenAI, Gemini, and Anthropic API formats

Development

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.

Install dependencies

$ npm install
$ npm run installRuntime
# for windows x64
$ npm install --cpu=x64 --os=win32 sharp
# for mac apple silicon
$ npm install --cpu=arm64 --os=darwin sharp
# for mac intel
$ npm install --cpu=x64 --os=darwin sharp
# for linux x64
$ npm install --cpu=x64 --os=linux sharp

Start development

$ npm run dev

Build

# 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

Star History

Star History Chart

Contributors

Thank you for considering contributing to deepchat! The contribution guide can be found in the Contribution Guidelines.

๐Ÿ“ƒ License

LICENSE