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-04-08 20:27:35 +08:00
.github test: add automation suite coverage 2026-04-08 16:35:25 +08:00
android Add multi-platform build and release workflow 2026-03-21 10:08:12 +08:00
assets chore: commit remaining workspace changes 2026-03-25 14:25:24 +08:00
config Remove legacy auto execution target routing 2026-04-06 19:01:24 +08:00
docs Unify single-agent task flow under ACP 2026-04-08 20:27:35 +08:00
go/go_core Unify single-agent task flow under ACP 2026-04-08 20:27:35 +08:00
go_service test: add automation suite coverage 2026-04-08 16:35:25 +08:00
images docs: simplify root readme 2026-03-26 09:49:58 +08:00
integration_test chore: checkpoint current workspace changes 2026-04-08 20:02:25 +08:00
ios Update iOS build settings and version metadata 2026-03-28 20:22:48 +08:00
lib Unify single-agent task flow under ACP 2026-04-08 20:27:35 +08:00
linux Add desktop background-run lifecycle hooks 2026-03-26 18:42:11 +08:00
macos build: add test-all make targets 2026-04-08 16:37:12 +08:00
packaging/windows Add multi-platform build and release workflow 2026-03-21 10:08:12 +08:00
patrol_test test: add automation suite coverage 2026-04-08 16:35:25 +08:00
releases/v0.5 Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00
rust fix: resolve Rust FFI compilation errors and simplify build 2026-03-14 09:52:13 +08:00
scripts Preserve macOS app signatures during packaging 2026-04-06 13:02:14 +08:00
test Unify single-agent task flow under ACP 2026-04-08 20:27:35 +08:00
test_driver feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
tmp Add local tmp cache directory 2026-03-23 12:23:17 +08:00
tool docs: consolidate planning docs under plans 2026-03-30 15:56:47 +08:00
vendor Add Codex vendor submodule 2026-03-11 14:41:26 +08:00
web Rename AI Gateway mode to Single Agent 2026-03-23 10:11:53 +08:00
windows Add desktop background-run lifecycle hooks 2026-03-26 18:42:11 +08:00
.gitignore chore: ignore local worktrees directory 2026-03-29 23:46:30 +08:00
.gitmodules chore: remove CodexBar submodule 2026-03-23 08:56:18 +08:00
.metadata Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
agent.md Unify single-agent task flow under ACP 2026-04-08 20:27:35 +08:00
AGENTS.md test: add automation suite coverage 2026-04-08 16:35:25 +08:00
analysis_options.yaml Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +08:00
CHANGELOG.md release: prepare v0.7 2026-03-24 00:34:42 +08:00
dart_test.yaml Integrate gateway settings into integrations page 2026-03-22 17:07:27 +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 build: add test-all make targets 2026-04-08 16:37:12 +08:00
package.json Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
pubspec.lock build: add test-all make targets 2026-04-08 16:37:12 +08:00
pubspec.yaml build: add test-all make targets 2026-04-08 16:37:12 +08:00
README.md docs: consolidate planning docs under plans 2026-03-30 15:56:47 +08:00

XWorkmate

XWorkmate is a Flutter-based AI workspace shell for running assistant threads, local or remote gateway tasks, and multi-agent collaboration in one app.

Project

XWorkmate combines a desktop-first Flutter app, persistent assistant task threads, and optional multi-agent orchestration. It is designed for users who want a single workspace for AI chat, gateway-backed execution, and packaged local tooling across macOS, web, and other client surfaces.

TL;DR

flutter pub get
flutter analyze
flutter test
flutter run -d macos

Xcode Run For macOS

XWorkmate only supports launching the macOS app from the workspace entrypoint:

open macos/Runner.xcworkspace

If you prefer a repo-native shortcut, run:

make open-macos-xcode

In Xcode:

  • Select the shared Runner scheme.
  • Select My Mac as the destination.
  • Configure signing only on the Runner target.
  • Leave CocoaPods plugin targets under Pods alone. They appear in the workspace by design and are not app signing targets.

For release builds, archives, and packaging, continue to use:

flutter build macos
make build-macos

Downloads

Platform Download
macOS Latest Release
Windows Latest Release
Linux Latest Release
iOS Latest Release
Android Latest Release

All download buttons currently point to the latest GitHub release page.

Snapshots

Mobile Desktop Web
XWorkmate Mobile XWorkmate Desktop XWorkmate Web

Learn More