ingest: aionui-cowork-desktop - AionUi desktop cowork hub for OpenClaw

- Source page: sources/aionui-cowork-desktop.md
- Entity: AionUi (Multi-Agent Hub with Cowork workspace + Remote rescue)
- Concepts: CoworkWorkspace, RemoteRescuePattern, Multi-AgentHub, MCPOnceAllAgents
- Updated: index.md, overview.md, log.md
This commit is contained in:
2026-04-22 23:35:32 +08:00
parent fd3f24ba27
commit 377d32cd39
9 changed files with 487 additions and 18 deletions

52
wiki/entities/AionUi.md Normal file
View File

@@ -0,0 +1,52 @@
---
title: "AionUi"
type: entity
tags: []
sources: []
last_updated: 2026-04-22
---
# AionUi
免费开源的桌面多 Agent 应用macOS/Windows/Linux将 OpenClaw 作为一等公民 Agent 运行,同时支持 Claude Code、Codex、Qwen Code 等 12+ 外部 Agent 的统一接入。
## Aliases
- AionUi
- Aion UI
## 核心能力
### Cowork 工作空间
提供文件感知的工作界面,用户可直接看到 Agent 读写文件、运行命令、浏览网页——而非仅终端日志输出。OpenClaw 作为 Cowork Agent 运行,享有完整可视化操作体验。
### OpenClaw 远程救援专家
内置 OpenClaw 部署专家助手,可通过 Telegram 或 WebUI 远程访问,执行以下修复操作:
- 运行 `openclaw doctor` 诊断问题
- 修复配置文件
- 重启 Gateway 服务
这对在另一台机器或无头headless模式下运行 OpenClaw 的用户尤为重要——当 OpenClaw 无法连接时,不再需要物理访问该机器。
### 多 Agent 统一管理
- 在同一应用中并行运行 OpenClaw + 内置 AgentGemini/OpenAI/Anthropic/Ollama+ Claude Code + Codex 等
- 切换 Agent 或并行运行,无需重复配置
- **MCP 一次配置,所有 Agent 共享**:在 AionUi 中配置 MCP 服务器,自动同步到 OpenClaw 和所有其他 Agent
### 远程访问
支持 WebUI、Telegram、Lark、DingTalk 多渠道远程连接同一个 AionUi 实例(及 OpenClaw
### 自动化调度
AionUi Cron 可定时运行 OpenClaw 或其他 Agent执行 24/7 自动化任务。
## 安装与配置
1. 从 [AionUi Releases](https://github.com/iOfficeAI/AionUi/releases) 下载安装
2. 安装 OpenClaw如尚未安装`npm install -g openclaw@latest`
3. 可选安装守护进程:`openclaw onboard --install-daemon`
4. 打开 AionUi自动检测 OpenClaw或使用内置 OpenClaw Setup 助手引导)
5. 创建 Cowork Session选择 OpenClaw即可使用
## 相关链接
- [AionUi GitHub](https://github.com/iOfficeAI/AionUi)
- [AionUi Website](https://www.aionui.com)
- [OpenClaw GitHub](https://github.com/openclaw/openclaw)