Skip to content

Commit 6d5f811

Browse files
authored
Merge pull request #76 from IceyLiu/aionui
update aionui V1 doc
2 parents b1a1158 + 062e4c2 commit 6d5f811

File tree

13 files changed

+287
-0
lines changed

13 files changed

+287
-0
lines changed

content/docs/en/apps/aionui.mdx

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: AionUi - Free, Open-Source Desktop Office Agent
3+
---
4+
5+
<Callout type="info">
6+
🚀 AionUi is a free, local, open-source Cowork that supports multiple AI agents such as Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more. It provides a complete GUI interface and WebUI remote access functionality, serving as an open-source alternative to Cowork.
7+
</Callout>
8+
9+
- Official Website: `<https://www.aionui.com>`
10+
- GitHub Repository: `<https://github.com/iOfficeAI/AionUi>`
11+
- Download Address: `<https://github.com/iOfficeAI/AionUi/releases>`
12+
13+
![AionUi Logo](/assets/aionui/aionui—logo.png)
14+
15+
## Core Features
16+
17+
### 💬 Multi-Session Chat
18+
- **Multi-Session + Independent Context** - Open multiple chat sessions simultaneously, each session has independent context memory
19+
- **Local Storage** - All conversation data is saved in a local SQLite database and will not be lost
20+
21+
### 🤖 Multi-Model Support
22+
- **Multi-Platform Support** - Supports mainstream models like Gemini, OpenAI, Claude, Qwen, flexible switching
23+
- **Local Model Support** - Supports local model deployment like Ollama, LM Studio
24+
25+
### 🤝 Multi-Agent Mode
26+
- **Run Multiple AI Agents Simultaneously** - Can run multiple AI agents simultaneously (such as Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, etc.)
27+
- **MCP Unified Management** - Unified management and configuration of all agents through Model Context Protocol (MCP), simplifying operations
28+
- **Skills Configuration** - Support configuring dedicated Skills for different agents to extend agent capabilities
29+
- **Assistant Customization** - Support custom assistant configuration to create personalized AI workflows
30+
- **Independent Configuration** - Each agent can be configured and used independently without interference
31+
- **Flexible Switching** - Flexibly switch between different agents to meet various scenario needs
32+
33+
### 🗂️ File Management
34+
- **File Tree Browsing + Drag & Drop Upload** - Browse files like folders, support drag and drop files or folders for one-click import
35+
- **Smart Organization** - Let AI help organize folders with automatic classification
36+
37+
### 📄 Preview Panel
38+
- **9+ Format Preview** - Supports PDF, Word, Excel, PPT, code, Markdown, images, and other formats
39+
- **Real-time Tracking + Editable** - Automatically tracks file changes, supports real-time editing and debugging of Markdown, code, HTML
40+
41+
### 🎨 AI Image Generation & Editing
42+
- **Intelligent Image Generation** - Supports multiple image generation models like Gemini 2.5 Flash Image Preview, Nano, Banana
43+
- **Image Recognition & Editing** - AI-driven image analysis and editing features
44+
45+
### 🌐 Multi-Channel Access
46+
- **WebUI Remote Access** - Access from any device on the network via browser, supports mobile devices
47+
- **Telegram Integration** - Support interaction through Telegram bot
48+
- **Feishu Integration** - Support access and interaction through Feishu
49+
- **Local Data Security** - All data stored in local SQLite database, suitable for server deployment
50+
51+
## NewAPI Configuration Steps
52+
53+
1. **Copy API key in NewAPI**
54+
![Copy API Key](/assets/aionui/copy_apikey.png)
55+
56+
2. **Open AionUi Settings**
57+
- Enter the settings page in AionUi
58+
- Find the Model Configuration Tab
59+
- Click "Add Model"
60+
![Open Settings](/assets/aionui/add-model-1.png)
61+
62+
3. **Add New Provider**
63+
- Click "Add Model"
64+
- Select NewAPI
65+
![Add NewAPI Provider](/assets/aionui/newapi_provider.png)
66+
67+
4. **Configure API Information**
68+
- API Address: Fill in your NewAPI site address (format: `https://your-domain.com/v1`)
69+
- API Key: Paste the API Key copied from NewAPI console
70+
71+
5. **Add Models**
72+
- Select the model to add from the dropdown
73+
- Model name should match the model name configured in NewAPI
74+
- Select the appropriate request protocol
75+
76+
6. **Start Using**
77+
- Return to the chat page
78+
- Select the configured NewAPI model to start a conversation
79+
80+
81+
## Related Links
82+
83+
- [GitHub Repository](https://github.com/iOfficeAI/AionUi)
84+
- [Complete Usage Guide](https://github.com/iOfficeAI/AionUi#-detailed-usage-guide)
85+
- [FAQ](https://github.com/iOfficeAI/AionUi#-support--help)

content/docs/en/apps/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: Supported AI applications and integration solutions
66
import { Card, Cards } from 'fumadocs-ui/components/card';
77
import {
88
Cherry,
9+
Sparkles,
910
Terminal,
1011
BookOpen,
1112
MessageCircle,
@@ -20,6 +21,12 @@ New API is compatible with various popular AI applications and tools. Below is a
2021
## Supported Applications
2122

2223
<Cards>
24+
<Card
25+
icon={<Sparkles />}
26+
title="AionUi"
27+
description="Free, local, open-source 24/7 Cowork and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more."
28+
href="/en/docs/apps/aionui"
29+
/>
2330
<Card
2431
icon={<Cherry />}
2532
title="Cherry Studio"

content/docs/en/apps/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"root": true,
66
"pages": [
77
"index",
8+
"aionui",
89
"cherry-studio",
910
"claude-code",
1011
"codex-cli",

content/docs/ja/apps/aionui.mdx

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: AionUi - 無料オープンソースデスクトップオフィスAgent
3+
---
4+
5+
<Callout type="info">
6+
🚀 AionUiは、Gemini CLI、Claude Code、Codex、OpenCode、Qwen Code、Goose CLI、Auggieなど、複数のAIエージェントをサポートする無料のローカルオープンソースCoworkです。完全なGUIインターフェースとWebUIリモートアクセス機能を提供し、Coworkのオープンソース代替として機能します。
7+
</Callout>
8+
9+
- 公式サイト:`<https://www.aionui.com>`
10+
- GitHubリポジトリ:`<https://github.com/iOfficeAI/AionUi>`
11+
- ダウンロードURL:`<https://github.com/iOfficeAI/AionUi/releases>`
12+
13+
![AionUi Logo](/assets/aionui/aionui—logo.png)
14+
15+
## コア機能
16+
17+
### 💬 マルチセッションチャット
18+
- **マルチセッション + 独立コンテキスト** - 複数のチャットセッションを同時に開くことができ、各セッションは独立したコンテキストメモリを持ちます
19+
- **ローカルストレージ** - すべての会話データはローカルのSQLiteデータベースに保存され、失われることはありません
20+
21+
### 🤖 マルチモデルサポート
22+
- **マルチプラットフォームサポート** - Gemini、OpenAI、Claude、Qwenなどの主流モデルをサポートし、柔軟に切り替え可能
23+
- **ローカルモデルサポート** - Ollama、LM Studioなどのローカルモデルデプロイメントをサポート
24+
25+
### 🤝 マルチエージェントモード
26+
- **複数のAIエージェントを同時実行** - 複数のAIエージェントを同時に実行できます(Gemini CLI、Claude Code、Codex、OpenCode、Qwen Code、Goose CLI、Auggieなど)
27+
- **MCP統一管理** - Model Context Protocol (MCP) を通じてすべてのエージェントを統一管理・設定し、操作を簡素化
28+
- **Skills設定** - 異なるエージェントに専用のSkillsを設定して、エージェントの機能を拡張
29+
- **アシスタントカスタマイズ** - カスタムアシスタント設定をサポートし、パーソナライズされたAIワークフローを作成
30+
- **独立設定** - 各エージェントは独立して設定・使用でき、相互に干渉しません
31+
- **柔軟な切り替え** - 異なるエージェント間で柔軟に切り替えて、さまざまなシナリオのニーズに対応
32+
33+
### 🗂️ ファイル管理
34+
- **ファイルツリーブラウジング + ドラッグ&ドロップアップロード** - フォルダのようにファイルを閲覧し、ファイルやフォルダをドラッグ&ドロップしてワンクリックでインポート
35+
- **スマート整理** - AIにフォルダの整理を任せ、自動分類
36+
37+
### 📄 プレビューパネル
38+
- **9+ フォーマットプレビュー** - PDF、Word、Excel、PPT、コード、Markdown、画像などのフォーマットをサポート
39+
- **リアルタイム追跡 + 編集可能** - ファイルの変更を自動追跡し、Markdown、コード、HTMLのリアルタイム編集とデバッグをサポート
40+
41+
### 🎨 AI画像生成と編集
42+
- **インテリジェント画像生成** - Gemini 2.5 Flash Image Preview、Nano、Bananaなどの複数の画像生成モデルをサポート
43+
- **画像認識と編集** - AI駆動の画像分析と編集機能
44+
45+
### 🌐 マルチチャネルアクセス
46+
- **WebUIリモートアクセス** - ブラウザ経由でネットワーク上の任意のデバイスからアクセス可能、モバイルデバイスをサポート
47+
- **Telegram統合** - Telegramボットを通じた対話をサポート
48+
- **飛書統合** - 飛書を通じたアクセスと対話をサポート
49+
- **ローカルデータセキュリティ** - すべてのデータはローカルのSQLiteデータベースに保存され、サーバーデプロイメントに適しています
50+
51+
## NewAPI設定手順
52+
53+
1. **NewAPIでAPIキーをコピー**
54+
![APIキーをコピー](/assets/aionui/copy_apikey.png)
55+
56+
2. **AionUi設定を開く**
57+
- AionUiで設定ページに入る
58+
- モデル設定タブを見つける
59+
- 「モデルを追加」をクリック
60+
![設定を開く](/assets/aionui/add-model-1.png)
61+
62+
3. **新しいプロバイダーを追加**
63+
- 「モデルを追加」をクリック
64+
- NewAPIを選択
65+
![NewAPIプロバイダーを追加](/assets/aionui/newapi_provider.png)
66+
67+
4. **API情報を設定**
68+
- APIアドレス:NewAPIサイトアドレスを入力(形式:`https://your-domain.com/v1`
69+
- APIキー:NewAPIコンソールからコピーしたAPIキーを貼り付け
70+
71+
5. **モデルを追加**
72+
- ドロップダウンから追加するモデルを選択
73+
- モデル名はNewAPIで設定したモデル名と一致する必要があります
74+
- 適切なリクエストプロトコルを選択
75+
76+
6. **使用開始**
77+
- チャットページに戻る
78+
- 設定したNewAPIモデルを選択して会話を開始
79+
80+
81+
## 関連リンク
82+
83+
- [GitHubリポジトリ](https://github.com/iOfficeAI/AionUi)
84+
- [完全使用ガイド](https://github.com/iOfficeAI/AionUi#-detailed-usage-guide)
85+
- [FAQ](https://github.com/iOfficeAI/AionUi#-support--help)

content/docs/ja/apps/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: サポートされているAIアプリケーションと統合ソ
66
import { Card, Cards } from 'fumadocs-ui/components/card';
77
import {
88
Cherry,
9+
Sparkles,
910
Terminal,
1011
BookOpen,
1112
MessageCircle,
@@ -20,6 +21,12 @@ New API は、さまざまな人気のあるAIアプリケーションおよび
2021
## サポートされているアプリケーション
2122

2223
<Cards>
24+
<Card
25+
icon={<Sparkles />}
26+
title="AionUi"
27+
description="無料のオープンソースAIオフィスツール。マルチモデル対応、ファイル管理、リアルタイムプレビューをサポート。"
28+
href="/ja/docs/apps/aionui"
29+
/>
2330
<Card
2431
icon={<Cherry />}
2532
title="Cherry Studio"

content/docs/ja/apps/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"root": true,
66
"pages": [
77
"index",
8+
"aionui",
89
"cherry-studio",
910
"claude-code",
1011
"codex-cli",

content/docs/zh/apps/aionui.mdx

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: AionUi - 免费开源的桌面办公Agent
3+
---
4+
5+
<Callout type="info">
6+
🚀 AionUi 是一款免费、本地、开源的Cowork,支持 Gemini CLI、Claude Code、Codex、OpenCode、Qwen Code、Goose CLI、Auggie 等多种 AI 代理。它提供了完整的 GUI 界面和 WebUI 远程访问功能,是 Cowork 的开源替代方案。
7+
</Callout>
8+
9+
- 官网地址:`<https://www.aionui.com>`
10+
- GitHub 仓库:`<https://github.com/iOfficeAI/AionUi>`
11+
- 下载地址:`<https://github.com/iOfficeAI/AionUi/releases>`
12+
13+
![AionUi Logo](/assets/aionui/aionui—logo.png)
14+
15+
## 核心特性
16+
17+
### 💬 多会话聊天
18+
- **多会话 + 独立上下文** - 可同时打开多个聊天会话,每个会话拥有独立的上下文记忆
19+
- **本地存储** - 所有对话数据保存在本地 SQLite 数据库中,不会丢失
20+
21+
### 🤖 多模型支持
22+
- **多平台支持** - 支持 Gemini、OpenAI、Claude、Qwen 等主流模型,灵活切换
23+
- **本地模型支持** - 支持 Ollama、LM Studio 等本地模型部署
24+
25+
### 🤝 多代理模式
26+
- **同时运行多个 AI 代理** - 可同时运行多个 AI 代理(如 Gemini CLI、Claude Code、Codex、OpenCode、Qwen Code、Goose CLI、Auggie 等)
27+
- **MCP 统一管理** - 通过 Model Context Protocol (MCP) 统一管理和配置所有代理,简化操作流程
28+
- **Skills 配置** - 支持为不同代理配置专属的 Skills,扩展代理能力
29+
- **助手自定义** - 支持自定义助手配置,打造个性化的 AI 工作流
30+
- **独立配置** - 每个代理可独立配置和使用,互不干扰
31+
- **灵活切换** - 在不同代理之间灵活切换,满足不同场景需求
32+
33+
### 🗂️ 文件管理
34+
- **文件树浏览 + 拖拽上传** - 像文件夹一样浏览文件,支持拖拽文件或文件夹一键导入
35+
- **智能整理** - 可让 AI 帮助整理文件夹,自动分类
36+
37+
### 📄 预览面板
38+
- **9+ 格式预览** - 支持 PDF、Word、Excel、PPT、代码、Markdown、图片等格式
39+
- **实时跟踪 + 可编辑** - 自动跟踪文件变化,支持实时编辑和调试 Markdown、代码、HTML
40+
41+
### 🎨 AI 图像生成与编辑
42+
- **智能图像生成** - 支持 Gemini 2.5 Flash Image Preview、Nano、Banana 等多种图像生成模型
43+
- **图像识别与编辑** - AI 驱动的图像分析和编辑功能
44+
45+
### 🌐 多渠道访问
46+
- **WebUI 远程访问** - 可通过浏览器从网络上的任何设备访问,支持移动设备
47+
- **Telegram 集成** - 支持通过 Telegram 机器人进行交互
48+
- **飞书集成** - 支持通过飞书进行访问和交互
49+
- **本地数据安全** - 所有数据存储在本地 SQLite 数据库中,适合服务器部署
50+
51+
## NewAPI 接入方法
52+
53+
### 参数填写
54+
55+
提供商类型:NewAPI 支持的类型
56+
API 密钥:于 NewAPI 获取
57+
API 地址:NewAPI 站点地址(例如:`https://your-newapi-domain.com/v1`
58+
59+
### 配置步骤
60+
61+
1. **在 NewAPI 中复制 API key**
62+
![复制 API 密钥](/assets/aionui/copy_apikey.png)
63+
64+
2. **打开 AionUi 设置**
65+
- 在 AionUi 中进入设置页面
66+
- 找到 模型配置 Tab
67+
- 点击"添加模型"
68+
![打开设置](/assets/aionui/add-model-1.png)
69+
70+
3. **添加新的提供商**
71+
- 点击"添加模型"
72+
- 选择 NewAPI
73+
![添加 NewAPI 提供商](/assets/aionui/newapi_provider.png)
74+
75+
4. **配置 API 信息**
76+
- API 地址:填写您的 NewAPI 站点地址(格式:`https://your-domain.com/v1`
77+
- API 密钥:粘贴从 NewAPI 控制台复制的 API Key
78+
79+
5. **添加模型**
80+
- 下拉选择需要添加的模型
81+
- 模型名称应与 NewAPI 中配置的模型名称一致
82+
- 选择合适的请求协议
83+
84+
6. **开始使用**
85+
- 返回聊天页面
86+
- 选择已配置的 NewAPI 模型开始对话
87+
88+
89+
## 相关链接
90+
91+
- [GitHub 仓库](https://github.com/iOfficeAI/AionUi)
92+
- [完整使用指南](https://github.com/iOfficeAI/AionUi#-detailed-usage-guide)
93+
- [FAQ 常见问题](https://github.com/iOfficeAI/AionUi#-support--help)

content/docs/zh/apps/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: 支持的 AI 应用和集成方案
66
import { Card, Cards } from 'fumadocs-ui/components/card';
77
import {
88
Cherry,
9+
Sparkles,
910
Terminal,
1011
BookOpen,
1112
MessageCircle,
@@ -20,6 +21,12 @@ New API 兼容多种流行的 AI 应用和工具。以下是已验证支持的
2021
## 支持的应用
2122

2223
<Cards>
24+
<Card
25+
icon={<Sparkles />}
26+
title="AionUi"
27+
description="免费开源的Cowork,支持多模型、文件管理和实时预览。"
28+
href="/zh/docs/apps/aionui"
29+
/>
2330
<Card
2431
icon={<Cherry />}
2532
title="Cherry Studio"

content/docs/zh/apps/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"root": true,
66
"pages": [
77
"index",
8+
"aionui",
89
"cherry-studio",
910
"claude-code",
1011
"codex-cli",
153 KB
Loading

0 commit comments

Comments
 (0)