โ† Browse

@lucassssss/eechat

D

eechat is an AI chat application focused on local deployment, providing users with a secure, private, and efficient AI conversation experience.

mcp_servermcp

Install

agr install @lucassssss/eechat --target claude

This artifact does not publish files for Claude.

Document

{ "name": "eechat", "version": "0.8.3", "main": "dist-electron/main/index.js", "description": "a light weight chat tool for llm.", "author": "eechat oodoobvideo@gmail.com", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Lucassssss/eechat.git" }, "private": true, "keywords": [ "electron", "rollup", "vite", "vue3", "vue" ], "debug": { "env": { "VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/" } }, "type": "module", "scripts": { "dev": "vite", "dev:server": "cd electron/server && egg-bin dev", "build:win": "vue-tsc --noEmit && vite build && electron-builder --publish always --win", "package": "vue-tsc --noEmit && vite build && electron-builder", "build:mac": "vue-tsc --noEmit && vite build && electron-builder --publish always --mac", "build:pord": "vite build --mode production && electron-builder", "r:server": "node scripts/release-server.mjs", "r:github": "node scripts/release-github.mjs", "preview": "vite preview", "release": "node scripts/release.js", "i18n:extract": "vue-i18n-extract report --vueFiles "src/**/.?(js|vue)" --languageFiles "src/locales/zh/index.json"", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@tailwindcss/postcss": "^4.0.5", "@types/markdown-it": "^14.1.2", "@types/node": "^22.13.1", "@vitejs/plugin-vue": "^5.0.4", "autoprefixer": "^10.4.20", "egg-bin": "6", "egg-mock": "5", "electron": "^29.1.1", "electron-builder": "^24.13.3", "eslint": "8", "eslint-config-egg": "13", "glob": "^11.0.1", "pkg": "^5.8.1", "pkg-fetch": "^3.5.2", "sequelize-cli": "^6.6.2", "ssh2": "^1.16.0", "tailwindcss": "^3.4.17", "typescript": "^5.4.2", "vite": "^5.1.5", "vite-plugin-electron": "^0.28.4", "vite-plugin-electron-renderer": "^0.14.5", "vite-plugin-pwa": "^1.0.0", "vite-plugin-static-copy": "^2.3.0", "vitepress": "^1.6.3", "vue": "^3.4.21", "vue-i18n": "^11.0.0-rc.1", "vue-i18n-extract": "^2.0.7", "vue-tsc": "^2.0.6" }, "packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387", "dependencies": { "@analytics/google-analytics": "^1.1.0", "@lancedb/lancedb": "^0.19.0", "@modelcontextprotocol/sdk": "^1.9.0", "@repo/agents": "workspace:", "@repo/eslint-config": "workspace:", "@repo/rag": "workspace:", "@repo/typescript-config": "workspace:*", "@supabase/supabase-js": "^2.49.1", "@tanstack/vue-table": "^8.21.3", "@vee-validate/zod": "^4.15.0", "@vercel/analytics": "^1.5.0", "@vueuse/core": "^12.5.0", "@zilliz/milvus2-sdk-node": "^2.5.8", "analytics": "^0.8.16", "apache-arrow": "18.1.0", "axios": "^1.7.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "csv-parser": "^3.2.0", "dayjs": "^1.11.13", "egg": "^3.30.1", "egg-cors": "^3.0.1", "egg-i18n": "^2.1.1", "egg-security": "^3.7.0", "egg-sequelize": "^6.0.0", "electron-google-analytics4": "^1.2.1", "electron-log": "^5.3.2", "electron-updater": "^6.3.9", "global-agent": "^3.0.0", "hastscript": "^9.0.1", "highlight.js": "^11.11.1", "jsdom": "^26.0.0", "lucide-vue-next": "^0.475.0", "mammoth": "^1.9.0", "markdown-it": "^14.1.0", "markdown-it-deflist": "^3.0.0", "markdown-it-highlightjs": "^4.2.0", "marked": "^15.0.7", "mdast-util-to-string": "^4.0.0", "mermaid": "^11.4.1", "monaco-editor": "^0.52.2", "nanoid": "^3.3.11", "node-edge-tts": "^1.2.8", "node-machine-id": "^1.1.12", "openai": "^4.83.0", "pdf-parse": "^1.1.1", "pinia": "^3.0.1", "pinia-plugin-persistedstate": "^4.2.0", "radix-vue": "^1.9.13", "really-relaxed-json": "^0.3.2", "rehype-highlight": "^7.0.2", "rehype-katex": "^7.0.1", "rehype-mermaid": "^3.0.0", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.1", "reka-ui": "^2.0.0", "remark": "^15.0.1", "remark-directive": "^4.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "socks-proxy-agent": "^8.0.5", "sqlite3": "5.1.6", "tailwind-merge": "^3.0.1", "tailwindcss-animate": "^1.0.7", "unist-util-visit": "^5.0.0", "vaul-vue": "^0.4.1", "vee-validate": "^4.15.0", "vue-router": "4", "xlsx": "^0.18.5", "zod": "^3.24.2" }, "overrides": {} }

Repository README

Describes Lucassssss/eechat as a whole, which may contain artifacts other than this one. Where this artifact had no useful description of its own, its summary was taken from here.

Core Advantages

eechat is an AI chat application focused on local deployment, providing users with a secure, private, and efficient AI conversation experience.

๐ŸŽ‰ MCP Support

MCP (Model Context Protocol) is a brand-new core extension capability of eechat, designed specifically for AI assistant scenarios. It greatly enhances the playability and professionalism of local AI. With MCP, you can easily integrate, manage, and run various AI tools and services with just one click, making your AI assistant infinitely expandable.

MCP Main Interface

Through the MCP management interface, you can easily view, install, start, stop, and remove various AI tools without command-line operations, significantly lowering the entry barrier.

MCP Visual Configuration

Provides a form-based visual way to add new MCP applications, supporting automatic README reading or AI-powered configuration filling. Even beginners can quickly integrate new tools.

MCP File Configuration

Built-in professional JSON configuration file editor, supporting formatting, reset, and quick navigation. Perfect for advanced users to batch manage and deeply customize. Fully compatible with Claude Desktop, Cursor, and Cline configurations.

Integrated Runtime Environment

Built-in automatic detection and one-click download for runtimes like bun and uv. No manual dependency setup required, ensuring Node.js/Python tools are ready to use out of the box.

Plugin Ecosystem & Hot-Swapping

MCP tools can be added, removed, or upgraded at any time, supporting multi-instance parallel running. Build your own exclusive AI toolbox.

Tool Invocation in Chat

All MCP tools can be called directly in the chat window, enabling seamless collaboration between AI and tools.

๐Ÿ”’ Data Security & Privacy Protection

  • Fully Local Storage: All conversation data is stored locally, eliminating privacy leak risks
  • Offline Capability: No continuous internet connection required after initial setup
  • API Customization: Connect to your own AI model API or third-party services, maintaining full data flow control

๐Ÿ’ฌ Superior Conversation Experience

  • Multi-Session Management: Easily create and manage multiple independent conversations
  • History Tracking: Automatically save all conversation history for review and continuation
  • Perfect Markdown Support: Precise rendering of Markdown format, including code blocks, tables, and math formulas
  • Smart Code Highlighting: Automatic code block detection and highlighting for multiple programming languages

๐ŸŽจ Personalization Options

  • Theme Switching: Built-in light and dark themes for different scenarios and preferences
  • Prompt Management: Save and manage frequently used prompts to improve conversation efficiency
  • Model Parameter Tuning: Flexibly adjust temperature, max output, and other parameters for optimal responses

๐Ÿ”Œ Powerful Extensibility

  • Plugin Ecosystem: Support for functional extensions to meet specific scenario needs
  • Multi-Model Integration: Easy integration with various AI model APIs like OpenAI, Anthropic, etc.
  • Custom Model Support: Configure and use custom local or remote AI models

Key Features

Enhanced Intelligent Conversation

  • Context Understanding: AI maintains context coherence in long conversations
  • Multi-Turn Optimization: Enhanced interaction experience for complex queries
  • Knowledge Base Integration: Connect custom knowledge bases for more accurate domain-specific responses

Developer-Friendly

  • Code Generation & Explanation: Optimized code generation capabilities supporting multiple programming languages
  • API Documentation Generation: Assist developers in quickly generating API documentation
  • Debug Assistance: Help identify code issues and provide fix suggestions

Productivity Tools

  • Document Summarization: Quickly summarize long document content
  • Mind Map Generation: Transform complex concepts into structured mind maps
  • Multi-Language Translation: Support high-quality translation between multiple languages

Local Deployment

eechat is designed for local deployment, ensuring your data security and optimal user experience.

System Requirements

  • Windows 10/11 64-bit
  • macOS 10.15+
  • Linux (Ubuntu 18.04+, Debian 10+)
  • Minimum 4GB RAM
  • 500MB available disk space
  • GPU with CUDA support (optional) 8GB+ (Windows)

Installation Methods

Download Pre-built Packages

Download the appropriate installation package for your system from the releases page:

Build from Source

# Clone repository
git clone https://github.com/Lucassssss/eechat.git
cd eechat

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build application
npm run build```

Trustgrade D

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • warnFreshnessstale (>1y)

    How long since the source repository was last pushed to.

  • warnPrompt injection1 hit(s): obfuscation

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

    • line 74 โ€” Obscured code โ€” eval, atob, or an encoded blob
  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ€” not that the artifact is safe.

Versions

  • git-2d8d141bbe682026-08-06