XWorkmate is a Flutter-based AI workspace shell for running assistant threads, local or remote gateway tasks, and multi-agent collaboration in one app.
- 更新 WorkspaceDestination 枚举,添加 skills/nodes/agents/clawHub/aiGateway - 调整侧边栏顺序:助手→任务→技能→节点→代理 | ClawHub→密钥→AI Gateway - 新建 SkillsPage 展示已安装技能列表 - ModulesPage 添加 initialTab 参数支持直接跳转 - 修复 ai_gateway_page 和 claw_hub_page 的编译错误 - 更新测试文件适配新的导航结构 |
||
|---|---|---|
| android | ||
| assets | ||
| docs | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| test_driver | ||
| tool | ||
| vendor | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| .metadata | ||
| AGENTS.md | ||
| analysis_options.yaml | ||
| LICENSE | ||
| Makefile | ||
| package.json | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
XWorkmate
XWorkmate is a desktop-first AI workspace shell built with Flutter.
Platforms
- macOS
- Windows
- Linux
- iOS
- Android
Development
flutter analyze
flutter test
flutter run -d macos
Vendor Repositories
vendor/codex is tracked as a git submodule for future built-in code agent integration.
git submodule update --init --recursive
macOS Packaging
pnpm desktop:package:mac
pnpm desktop:install:mac