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-26 11:59:28 +08:00
.github Add multi-platform build and release workflow 2026-03-21 10:08:12 +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 tooling: prune external acp bridge assumptions 2026-03-25 17:37:02 +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 fix(release): align export compliance flag and backfill missing framework dsyms 2026-03-25 11:55:50 +08:00
lib Clean repo skills config and support custom ACP endpoints 2026-03-26 11:59:28 +08:00
linux feat(assistant): paste clipboard images as attachments 2026-03-24 13:02:01 +08:00
macos fix(settings): simplify single-agent skill roots 2026-03-26 09:31:21 +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 Clean repo skills config and support custom ACP endpoints 2026-03-26 11:59:28 +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 feat(assistant): paste clipboard images as attachments 2026-03-24 13:02:01 +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 fix(release): verify export compliance in apple artifacts 2026-03-25 14:03:09 +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 fix(build): stabilize super_native_extensions packaging downloads 2026-03-25 20:18:50 +08:00
README.md update README download and snapshot layout 2026-03-26 10:45:14 +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

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