Ethora聊天SDK套件 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
Ethora是开源MCP工具,提供模块化的聊天和消息平台SDK monorepo。包含多个前端SDK、聊天组件和机器人开发工具,适合构建AI驱动的聊天应用、集成消息功能的开发者。
Ethora聊天SDK套件 是一款基于 JavaScript 开发的开源工具,专注于 聊天SDK、MCP工具、前端组件 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Ethora是开源MCP工具,提供模块化的聊天和消息平台SDK monorepo。包含多个前端SDK、聊天组件和机器人开发工具,适合构建AI驱动的聊天应用、集成消息功能的开发者。
Ethora聊天SDK套件 是一款基于 JavaScript 开发的开源工具,专注于 聊天SDK、MCP工具、前端组件 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一: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
# 命令行使用
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"
**Native iOS SDK:**bash cd sdk-swift
**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
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">
React Native — Standard UI (new design)
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">
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" />
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.
Quick glance at what each SDK supports. Full matrix with evidence: features/ · Source: features/features.yaml
| Capability | React.js | React Native | Android | iOS | WordPress |
|---|---|---|---|---|---|
| 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.
**Add chat to a React Native app:**bash cd sdk-reactnative npm install
**Native Android SDK:**bash cd sdk-android
| SDK | L1 / L2 setup + how to run | L3 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 IDs | Playwright suite in the ethora-app-reactjs repo |
| React Native | [sdk-reactnative/README.md](sdk-reactnative/) | (in progress) |
git clone --recurse-submodules https://github.com/dappros/ethora.git
cd ethora
If you already cloned without --recurse-submodules:
git submodule update --init --recursive
This repo can update its submodule pointers automatically via .github/workflows/bump-submodules.yml.
Behavior:
main531星成熟项目,完整SDK体系设计,MCP工具支持,适合规模化聊天应用开发。维护活跃,文档完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,Ethora聊天SDK套件 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | 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 |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。