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-12 01:15:50 +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
docs/security feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +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: add runtime diagnostics log viewer 2026-03-12 01:15:50 +08:00
linux Add global language toggle and app localization 2026-03-11 15:15:47 +08:00
macos feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
scripts Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
test feat: add runtime diagnostics log viewer 2026-03-12 01:15:50 +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 Add Codex vendor submodule 2026-03-11 14:41:26 +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
LICENSE Initial commit 2026-03-11 00:49:57 +08:00
Makefile Polish workspace theme and add Makefile tasks 2026-03-11 15:34:15 +08:00
package.json Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
pubspec.lock feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
pubspec.yaml feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +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