feat: add macOS Desktop App installation script

- Add scripts/install-macos-app.sh for one-click macOS app installation
- Uses bundled assets/images/logo.jpg as app icon
- AppleScript prompts for project folder on first run
- Updates README with macOS Desktop App installation option
- Supports both interactive and --auto non-interactive modes

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Huang richao
2026-04-23 23:19:24 +08:00
parent 8a6a5715ff
commit 7255515607
2 changed files with 205 additions and 0 deletions

View File

@@ -400,6 +400,16 @@ streamlit run frontends/stapp2.py # 另一种 Streamlit 风格 UI
- `/continue` - 列出可恢复会话快照
- `/continue N` - 恢复第 `N` 个可恢复会话
### macOS Desktop App (Optional)
将 GenericAgent 安装为 macOS 原生桌面应用,支持通过 Spotlight、Launchpad 或应用程序文件夹一键启动:
```bash
bash scripts/install-macos-app.sh
```
安装后按 `Cmd + Space` → 输入 "GenericAgent" 即可启动。首次运行会提示选择 GenericAgent 项目文件夹。
## 📊 与同类产品对比