@dadigua/hyper-chat

1.6.5-alpha.5 • Public • Published

中文 | English

Introduction

HyperChat is an open-source Chat client that supports MCP and can use various LLM APIs to provide the best Chat experience and productivity tools.

Build @dadigua/hyper-chat npm downloads

  • Supports OpenAI-style LLMs: OpenAI, Claude, Claude(OpenAI), Qwen, Deepseek, GLM, Ollama, xAI, Gemini.
  • Fully supports MCP.

DEMO

Features:

  • [x] 🪟Windows + 🍏MacOS + Linux
  • [x] Command-line run, npx -y @dadigua/hyper-chat, default port 16100, password 123456, Web access http://localhost:16100/123456/
  • [x] Docker
    • Command-line version docker pull dadigua/hyperchat-mini:latest
    • Ubuntu desktop + Chrome + BrowserUse version (coming soon)
  • [x] WebDAV supports incremental synchronization and fastest sync via hash.
  • [x] HyperPrompt syntax supports variables (text + js code variables), basic syntax checking + Hover live preview.
  • [x] MCP extension
  • [x] Supports dark mode 🌙
  • [x] Supports Resources, Prompts, Tools
  • [x] Supports English and Chinese
  • [x] Supports Artifacts, SVG, HTML, Mermaid rendering
  • [x] Supports defining Agents, allows preset prompts, and choose allowed MCP
  • [x] Supports scheduled tasks, specify Agents for scheduled tasks, and check task completion status.
  • [x] Supports KaTeX, displays mathematical formulas, and code rendering enhances highlighting and quick copying
  • [x] Add RAG, based on MCP knowledge base
  • [x] Introduce ChatSpace concept, supports multi-chat concurrently
  • [x] Supports model comparison selection for chat

TODO:

  • Implement a multi-Agent interaction system.

LLM

LLM Usability Remarks
claude ⭐⭐⭐⭐⭐⭐ No explanation
openai ⭐⭐⭐⭐⭐ Also perfectly supports multi-step function calls (gpt-4o-mini can also)
gemini flash 2.5 ⭐⭐⭐⭐⭐ Very useful
qwen ⭐⭐⭐⭐ Very useful
doubao ⭐⭐⭐ Feels alright to use
deepseek ⭐⭐⭐⭐ Recently improved

Usage

    1. Configure APIKEY, ensure your LLM service is compatible with OpenAI style.
    1. Ensure you have installed uv + nodejs etc. in your system.

Install via command line, or check the official Github tutorial uv

# MacOS
brew install uv
# Windows
winget install --id=astral-sh.uv  -e

Install via command line, or download and install from the official website, nodejs

# MacOS
brew install node
# Windows
winget install OpenJS.NodeJS.LTS

Development

cd electron && npm install
cd web && npm install
npm install
npm run dev

HyperChat User Communication

Super Input, supports variables (text + js code variables), basic syntax checking + Hover live preview

Animation

Chat supports model comparison selection

image_2025-04-07_21-26-19 image

Supports clicking tool names for direct invocation and debugging

image

MCP calls tool hints + dynamic modification of LLM call tool parameters

image

Supports @ quick input + Agent invocation

17790cb3c686690e255462c7638b61f6

Supports Artifacts, SVG, HTML, Mermaid rendering,

image image

Supports MCP selection + selection of specific Tools

image

You can access it anywhere + on any device via Web and set a password

image

Calls terminal MCP to automatically analyze asar files + helps to decompress

image

Calls the terminal to view the interface

image

Gaode Map MCP

image

One-click webpage writing and publishing to (cloudflare)

image

Calls Google search, asking what the TGA Game of the Year is

image

What limited-time free games are available? Please visit the website and call the tool

image

Helps you open a webpage, analyze results, and write to a file

image

Uses web tools + command-line tools to open Github README learning + GIT clone + set up development gold

image

Multi-chat Workspace + Night mode

image

Scheduled task list + scheduled messages to Agent to complete tasks

image

Install MCP from third parties (supports any MCP)

image

H5 interface

image image image image

Test model capabilities

image.png

Knowledge Base

image.png

Disclaimer

  • This project is for educational and exchange purposes only. If you use this project for any actions, such as web scraping, it has no relation to the project developers.

Readme

Keywords

none

Package Sidebar

Install

npm i @dadigua/hyper-chat

Weekly Downloads

1,362

Version

1.6.5-alpha.5

License

MIT

Unpacked Size

18.4 MB

Total Files

297

Last publish

Collaborators

  • dadigua