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-30 12:28:11 +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(flags): promote account and vault visibility to stable 2026-03-29 20:38:40 +08:00
docs refactor: share settings page section shell 2026-03-30 09:13:59 +08:00
go/go_core Add Vault settings UI and go-core KV bridge 2026-03-29 17:04:29 +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 Update iOS build settings and version metadata 2026-03-28 20:22:48 +08:00
lib style: unify compact radii and resize lane chrome 2026-03-30 12:28:11 +08:00
linux Add desktop background-run lifecycle hooks 2026-03-26 18:42:11 +08:00
macos Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +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 Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +08:00
test style: unify compact radii and resize lane chrome 2026-03-30 12:28:11 +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 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
AGENTS.md refactor: execute stage0-5 workflow and tighten closure guards 2026-03-28 19:45:03 +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 Update iOS build settings and version metadata 2026-03-28 20:22:48 +08:00
package.json Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
pubspec.lock Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +08:00
pubspec.yaml chore(release): bump version to 1.1.0 2026-03-29 19:26:57 +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