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
2026-03-14 00:53:05 +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@aeb24955bb chore: bump version to v0.4.0 2026-03-14 00:48:59 +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: update app controller, AI gateway page, and Codex FFI bindings 2026-03-14 00:52:35 +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: update app controller, AI gateway page, and Codex FFI bindings 2026-03-14 00:52:35 +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
CHANGELOG.md chore: bump version to v0.4.0 2026-03-14 00:48:59 +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 chore: bump version to v0.4.0 2026-03-14 00:48:59 +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