发布公告 | Launch Announcement
iHermes 正式开源。
一个移动优先的 Hermes 客户端,支持 Android / iOS / Web(PWA),可直连你自己的 Hermes Agent。
iHermes is now open source.
A mobile-first Hermes client for Android / iOS / Web(PWA), with direct connection to your own Hermes Agent.

快速入口 | Quick Links
- GitHub: 2winter-dev/iHermes
- Web / PWA: ihermes.2winter.com
- Expo Snack: snack.expo.dev/@yfd/ihermes
- Android APK: beta0.1
核心特性 | Highlights
- 多实例连接管理(新增 / 编辑 / 删除 / 切换)
Multi-instance management (add / edit / delete / switch) - SSE 流式回复 + 工具调用步骤可视化
SSE streaming replies + visible tool-call steps - 主题切换、动画开关、中英文支持
Theme switch, motion toggle, bilingual support
在线预览 | Live Preview
可以直接使用 Expo 预览。
快速开始 | Quick Start
1 | git clone https://github.com/2winter-dev/iHermes.git |
欢迎 Star、Issue、PR。
Stars, issues, and PRs are welcome.
常见问题 | Q&A
iHermes 支持哪些平台? / What platforms are supported?
Android、iOS、Web(PWA)。
Android, iOS, and Web (PWA).
是否必须使用中转后端? / Is a relay backend required?
不必须,可直连你自己的 Hermes Agent。
No. You can connect directly to your own Hermes Agent.
Web 端常见问题? / Common issue on Web?
主要是 HTTPS/HTTP 混合内容与 CORS 配置。
Mostly Mixed Content (HTTPS page requesting HTTP API) and CORS setup.
