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-27 16:15:27 +08:00
.github release: pin GitHub Actions to specific commits and remove Rust FFI workflow 2026-03-27 13:02:57 +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 feat(modules): simplify skills mode tabs 2026-03-26 10:48:05 +08:00
docs release: prepare v1.0 2026-03-27 13:21:24 +08:00
go/go_core Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00
images docs: simplify root readme 2026-03-26 09:49:58 +08:00
integration_test Isolate test persistence roots 2026-03-23 22:57:36 +08:00
ios release: prepare v1.0 2026-03-27 13:21:24 +08:00
lib Split desktop app controller responsibilities 2026-03-27 15:54:20 +08:00
linux Add desktop background-run lifecycle hooks 2026-03-26 18:42:11 +08:00
macos Refine macOS Xcode entrypoint and CocoaPods SDK refs 2026-03-27 16:15:27 +08:00
packaging/windows Add multi-platform build and release workflow 2026-03-21 10:08:12 +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 chore: commit remaining workspace changes 2026-03-25 14:25:24 +08:00
test Split desktop app controller responsibilities 2026-03-27 15:54:20 +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 tooling: prune external acp bridge assumptions 2026-03-25 17:37:02 +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 Add local tmp cache directory 2026-03-23 12:23:17 +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
AGENTS.md Clean repo skills config and support custom ACP endpoints 2026-03-26 11:59:28 +08:00
analysis_options.yaml fix(build): stabilize super_native_extensions packaging downloads 2026-03-25 20:18:50 +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 Refine macOS Xcode entrypoint and CocoaPods SDK refs 2026-03-27 16:15:27 +08:00
package.json Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
pubspec.lock fix(build): stabilize super_native_extensions packaging downloads 2026-03-25 20:18:50 +08:00
pubspec.yaml release: prepare v1.0 2026-03-27 13:21:24 +08:00
README.md Refine macOS Xcode entrypoint and CocoaPods SDK refs 2026-03-27 16:15:27 +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