XWorkmate is a Flutter-based AI workspace shell for running assistant threads, local or remote gateway tasks, and multi-agent collaboration in one app.
Go to file
Haitao Pan a6699beff3 feat: integrate Codex CLI as built-in code agent
- Add CodexRuntime for process management and JSON-RPC communication
- Add CodexConfigBridge for AI Gateway configuration
- Add ModeSwitcher for OpenClaw Gateway mode switching (local/remote/offline)
- Add AgentRegistry for agent registration and discovery
- Add RuntimeCoordinator for unified coordination
- Add Rust FFI bindings for native integration
- Add comprehensive test coverage

Phase 1-4 features:
- Configuration bridging to AI Gateway
- Mode switching between local/remote/offline
- Agent registration protocol
- Cloud memory sync capability
- Offline fallback support

CI/CD:
- GitHub Actions workflow for Rust FFI build
- Build scripts for macOS universal binary
- Integration with Flutter build process

Co-authored-by: Codex CLI Integration <codex@openai.com>
2026-03-14 00:10:27 +08:00
.github/workflows feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
android Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
assets Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
CodexBar@631c33cd6c feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
docs feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
integration_test feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
ios feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
lib feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
linux Add global language toggle and app localization 2026-03-11 15:15:47 +08:00
macos feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
rust feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
scripts feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
test feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
test_driver feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
tool feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
vendor Add Codex vendor submodule 2026-03-11 14:41:26 +08:00
windows Add global language toggle and app localization 2026-03-11 15:15:47 +08:00
.gitignore chore: prepare for v0.1 release 2026-03-11 21:21:49 +08:00
.gitmodules feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
.metadata Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
AGENTS.md feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
analysis_options.yaml Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
flutter_rust_bridge.yaml feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
LICENSE Initial commit 2026-03-11 00:49:57 +08:00
Makefile feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
package.json Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
pubspec.lock fix: stabilize remote gateway pairing identity 2026-03-12 09:55:17 +08:00
pubspec.yaml feat: 重构左侧边栏 - 添加 ClawHub 和 AI Gateway,将设置移至底部 2026-03-13 20:56:04 +08:00
README.md Add Codex vendor submodule 2026-03-11 14:41:26 +08:00

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