XWorkmate is a Flutter-based AI workspace shell for running assistant threads, local or remote gateway tasks, and multi-agent collaboration in one app.
- Replace direct GatewayRuntime usage with RuntimeCoordinator - Add RuntimeCoordinator to manage both Gateway and Codex runtimes - Add Codex ↔ Gateway bridge activation in AI Gateway Agent tab - Add _CodexBridgeCard widget with toggle switch and status display - Add enableCodexBridge() and disableCodexBridge() methods to AppController - Configure Codex to use AI Gateway models when bridge is enabled - Support local/remote/offline mode switching for Code Agent |
||
|---|---|---|
| .github/workflows | ||
| android | ||
| assets | ||
| CodexBar@aeb24955bb | ||
| docs | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| rust | ||
| scripts | ||
| test | ||
| test_driver | ||
| tool | ||
| vendor | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| .metadata | ||
| AGENTS.md | ||
| analysis_options.yaml | ||
| CHANGELOG.md | ||
| flutter_rust_bridge.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