🛠
AI工具

Ethora聊天SDK套件

基于 JavaScript · 开源免费,本地部署,数据完全自主可控
英文名:ethora
⭐ 531 Stars 🍴 109 Forks 💻 JavaScript 📄 Apache-2.0 🏷 AI 8.2分
8.2AI 综合评分
聊天SDKMCP工具前端组件聊天机器人JavaScript
✦ AI Skill Hub 推荐

Ethora聊天SDK套件 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析
Ethora聊天SDK套件 是一款基于 JavaScript 的开源工具,在 GitHub 上收获 1k+ Star,是聊天SDK、MCP工具、前端组件、聊天机器人领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
Ethora聊天SDK套件 依赖 JavaScript 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 JavaScript 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 Ethora聊天SDK套件 的版本更新,及时通知重要功能变化。
📋 工具概览

Ethora是开源MCP工具,提供模块化的聊天和消息平台SDK monorepo。包含多个前端SDK、聊天组件和机器人开发工具,适合构建AI驱动的聊天应用、集成消息功能的开发者。

Ethora聊天SDK套件 是一款基于 JavaScript 开发的开源工具,专注于 聊天SDK、MCP工具、前端组件 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 531
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
正常维护,社区驱动
开源协议
Apache-2.0
AI 综合评分
8.2 分
工具类型
AI工具
Forks
109
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Ethora是开源MCP工具,提供模块化的聊天和消息平台SDK monorepo。包含多个前端SDK、聊天组件和机器人开发工具,适合构建AI驱动的聊天应用、集成消息功能的开发者。

Ethora聊天SDK套件 是一款基于 JavaScript 开发的开源工具,专注于 聊天SDK、MCP工具、前端组件 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g ethora

# 方式二:npx 直接运行(无需安装)
npx ethora --help

# 方式三:项目依赖安装
npm install ethora

# 方式四:从源码运行
git clone https://github.com/dappros/ethora
cd ethora
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
ethora --help

# 基本用法
ethora [options] <input>

# Node.js 代码中使用
const ethora = require('ethora');

const result = await ethora.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# ethora 配置说明
# 查看配置选项
ethora --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export ETHORA_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 49/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Core Features

  • iOS, Android, Web
  • Your own name, branding, token/coin name
  • SSO (Social Sign On) via Gmail, Facebook, Apple or email
  • AI Bots with LLM, RAG, prompt engineering features
  • Each user gets a digital assets wallet + cryptographic keypair
  • Coins (ERC-20) & NFTs (ERC-721/1155)
  • Crypto-likes (tip tokens to messages)
  • Rooms & spaces, QR/public-key invites
  • Profiles, push, audio/video calls

Getting Started

See sdk-android/README.md for Gradle setup


**Native iOS SDK:**
bash cd sdk-swift

See sdk-swift/README.md for Swift Package Manager setup


**WordPress (no code):**
Install the plugin from `sdk-wordpress/` or see [ethora-wp-plugin](https://github.com/dappros/ethora-wp-plugin).

**Connect via MCP (IDE/AI agent):**
bash cd mcp-cli npm install

What you can build

  • Chat / Messaging — 1:1 and group chat, push notifications, audio/video calls
  • AI Assistants — LLM-powered bots, RAG pipelines, prompt engineering
  • Backend-as-a-Service — Users, files, push notifications out of the box
  • Digital Wallets — ERC-20/721/1155 tokens, documents, digital assets
  • Gamification — Coins/points, referrals, daily bonuses, collectibles

App Builder

The fastest way to get your app running: 1. Customize name, logo, colors 2. Launch your web app on your subdomain 3. Generate React Native codebases for iOS & Android

Sign up: https://app.chat.ethora.com/register

<img width="800" alt="App Builder" src="https://github.com/dappros/ethora/assets/328787/5c5b5230-e3d5-4f16-9f3a-9aae98649105">

Screenshots

React Native — Standard UI (new design) CleanShot 2024-07-05 at 15 56 26@2x

React Native — Standard UI (old version) <img width="736" alt="collage_ethora_ 2022-08-31" src="https://user-images.githubusercontent.com/328787/187653868-456026a8-ef7e-498c-9088-1d545dc9f818.png">

Branded (customized) UI <img width="622" alt="Screenshot 2023-05-04 at 17 31 05" src="https://user-images.githubusercontent.com/328787/236267243-d0c8f324-4a27-4743-a547-702351385a21.png">

5-minute demo (widget)

Add an AI chat to any site: <img width="1518" height="294" alt="CleanShot 2025-10-07 at 16 07 58@2x" src="https://github.com/user-attachments/assets/1c547286-9bb6-449c-bdc5-8fa23d3d9449" />

Ethora — SDK Monorepo

GitHub stars GitHub forks GitHub license

Chat, AI and messaging SDK platform. Add real-time messaging, AI bots, and backend services to your app in minutes.

This repository serves as the SDK monorepo — a single place to discover, clone, and navigate all Ethora SDKs, tools, and sample apps. Each component lives in its own focused repository, linked here as git submodules.

Feature coverage across SDKs

Quick glance at what each SDK supports. Full matrix with evidence: features/ · Source: features/features.yaml
CapabilityReact.jsReact NativeAndroidiOSWordPress
Email/password login
JWT / custom-token login
OAuth / social login🟡🛠🟡🟡
Text messaging (send/edit/delete/reply)🟡
Reactions
Typing indicator
Delivery status indicators
Message history (MAM pagination)
Images / video / files / audio
1:1 messaging🟡
Group rooms (MUC)
Single-room (embedded widget) mode
Unread counter
Push notifications🟡
In-app notifications🟡🟡
Prebuilt chat UI
Theming🟡🟡
Dark mode
Custom component overrides🟡
Self-hosted server support
Offline message cache🟡

Legend: ✅ Present · 🟡 Partial · 🛠 Roadmap · — Absent

Coverage (present + partial×0.5) / 44 features: React.js 77% · Android 76% · React Native 68% · iOS 68% · WordPress 14%

Last reviewed 2026-04-21 (v26.04). Monthly AI-reviewed update proposed via PR.

See sdk-reactjs/README.md for embedding instructions


**Add chat to a React Native app:**
bash cd sdk-reactnative npm install

See sdk-reactnative/README.md


**Native Android SDK:**
bash cd sdk-android

Per-SDK testing entry points

SDKL1 / L2 setup + how to runL3 flows
Android[sdk-android/README.md → Testing](sdk-android/README.md#testing) — Compose UI test scaffold + JVM unit-test layer, Quickstart commands, AVD setup, full test inventory[sample-android/.maestro/](sample-android/)
iOS[sdk-swift/README.md](sdk-swift/) — XCTest scaffold + accessibilityIdentifier markers[sample-swift/.maestro/](sample-swift/)
Web (chat component)[sdk-reactjs/README.md](sdk-reactjs/) — Vitest + RTL setup, shared data-testid IDsPlaywright suite in the ethora-app-reactjs repo
React Native[sdk-reactnative/README.md](sdk-reactnative/)(in progress)

Clone with all submodules

git clone --recurse-submodules https://github.com/dappros/ethora.git
cd ethora

If you already cloned without --recurse-submodules:

git submodule update --init --recursive

Automatic submodule bumps

This repo can update its submodule pointers automatically via .github/workflows/bump-submodules.yml.

Behavior:

  • runs every 6 hours on weekdays and on manual dispatch
  • updates each submodule to the latest commit on its remote default branch
  • commits pointer bumps directly into main
🎯 aiskill88 AI 点评 A 级 2026-05-22

531星成熟项目,完整SDK体系设计,MCP工具支持,适合规模化聊天应用开发。维护活跃,文档完善。

⚡ 核心功能
👥 适合人群
AI 技术爱好者研究人员和学生开发者和工程师技术创业者
🎯 使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
⚖️ 优点与不足
✅ 优点
  • +Apache-2.0 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。

🔗 相关工具推荐
📚 相关教程推荐
❓ 常见问题 FAQ
ethora 是一款JavaScript开发的AI辅助工具。开源MCP工具:SDK monorepo for Ethora chat / messaging platform. (1) Pick an SDK for your fron。⭐531 · JavaScript 主要应用场景包括:构建AI聊天应用、集成消息功能、开发聊天小部件。
💡 AI Skill Hub 点评

经综合评估,Ethora聊天SDK套件 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

📚 深入学习 Ethora聊天SDK套件
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 ethora
原始描述 开源MCP工具:SDK monorepo for Ethora chat / messaging platform. (1) Pick an SDK for your fron。⭐531 · JavaScript
Topics 聊天SDKMCP工具前端组件聊天机器人JavaScript
GitHub https://github.com/dappros/ethora
License Apache-2.0
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/dappros/ethora 🌐 官方网站  https://ethora.com/

收录时间:2026-05-22 · 更新时间:2026-05-22 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。