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-05-26 13:42:28 +08:00
.github merge: implement flutter and go testing framework 2026-05-25 08:55:15 +08:00
android
assets
config feat: manage archived assistant tasks 2026-05-20 14:49:22 +08:00
docs Remove OpenClaw direct ACP route 2026-05-26 11:06:22 +08:00
images
integration_test Add desktop settings integration test 2026-05-26 11:46:32 +08:00
ios chore: add ios release verification assets 2026-05-25 08:54:48 +08:00
lib Use remote workspace for OpenClaw execution 2026-05-26 13:42:28 +08:00
linux ci: build linux runner with cxx17 2026-05-03 19:55:53 +08:00
macos chore: add ios release verification assets 2026-05-25 08:54:48 +08:00
packaging/windows
releases/v0.5
rust
scripts merge: implement flutter and go testing framework 2026-05-25 08:55:15 +08:00
test Use remote workspace for OpenClaw execution 2026-05-26 13:42:28 +08:00
third_party
tmp
tool Refactor bridge runtime routing 2026-04-21 16:28:26 +08:00
windows
.gitignore docs: refresh v1.1.2 release notes 2026-05-23 16:01:04 +08:00
.gitmodules
.metadata
agent.md
AGENTS.md docs: align architecture and agent rules with unified bridge routing 2026-04-21 17:38:53 +08:00
analysis_options.yaml
CHANGELOG.md
dart_test.yaml
LICENSE
Makefile chore: add ios release verification assets 2026-05-25 08:54:48 +08:00
package.json
pubspec.lock refactor: remove mobile approval surface 2026-05-24 12:15:54 +08:00
pubspec.yaml refactor: remove mobile approval surface 2026-05-24 12:15:54 +08:00
README.md fix: surface queued task feedback 2026-05-19 10:28:13 +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, Windows, Linux, iOS, and Android.

Companion Repository

The ACP Bridge Server and embedded Go helper now live in the standalone companion repository:

For local development, keep xworkmate-bridge checked out alongside xworkmate-app, or set XWORKMATE_BRIDGE_DIR explicitly before building the helper.

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
XWorkmate Mobile XWorkmate Desktop

Learn More