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-25 17:48:40 +08:00
.codex Tighten worktree task mode workflow 2026-03-25 15:29:27 +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(web): align workspace pages with ui plan 2026-03-24 20:48:59 +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
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 Replace sidebar logo with chevron icon 2026-03-25 17:48:22 +08:00
linux feat(assistant): paste clipboard images as attachments 2026-03-24 13:02:01 +08:00
macos Suppress mobile scanner ignored attributes warnings 2026-03-25 17:16:09 +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 Replace sidebar logo with chevron icon 2026-03-25 17:48:22 +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 fix: disable default OpenAI web cookie import 2026-03-23 08:50:18 +08:00
analysis_options.yaml Rebuild desktop persistence as file stores 2026-03-23 21:45:36 +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 Add assistant artifact sidebar 2026-03-25 13:38:40 +08:00
pubspec.yaml Add assistant artifact sidebar 2026-03-25 13:38:40 +08:00
README.md Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00

XWorkmate

XWorkmate is an AI workspace shell built with Flutter. v0.5 ships persistent assistant task threads, optional ARIS-powered multi-agent collaboration, and a bundled Go core runtime that travels with the macOS app.

v0.5 Highlights

  • Assistant 任务线程支持流式回复、继续追问和手动归档,不再是一问一答即结束。
  • 任务列表按 单机智能体 / 本地 OpenClaw Gateway / 远程 OpenClaw Gateway 分组显示。
  • Multi-Agent 协作支持 Architect / Engineer / Tester,并可切换 Native / ARIS 框架。
  • ARIS skills/ 直接随 App 内置,llm-chatclaude-review 统一由 Go core 驱动。
  • Ollama Cloud 设置、ARIS helper bundling、macOS DMG 打包与安装链路已打通。

Current Scope

Shipping in v0.5

  • Single Agent streaming assistant threads
  • OpenClaw local/remote task threads with persistent context
  • Multi-Agent orchestration with optional ARIS preset
  • Bundled ARIS skills, Go core helper, llm-chat reviewer, and claude-review
  • Ollama Cloud settings, task grouping, and macOS packaged delivery
  • Flutter Web shell with Assistant + Settings only, supporting Single Agent and Relay OpenClaw Gateway

Not Yet Implemented

  • Built-in Codex runtime through Rust FFI
  • Distributed/headless remote worker orchestration
  • Generic external Code Agent provider chooser / scheduler UI beyond current role-based settings
  • Expanded task CRUD beyond the current assistant-thread-first workflow
  • Expanded memory APIs beyond memory/sync

Feature Planning

Known Issues

  • ARIS local-first collaboration still depends on a reachable local Ollama endpoint for the strongest offline workflow.
  • Cloud CLI roles still degrade to locally available executors when Gemini / Claude / Codex are not installed.
  • Manual validation is still recommended for full end-to-end multi-agent runs that touch external CLIs.

Development

flutter analyze
flutter test
flutter test --platform chrome test/widget_test.dart test/web
flutter run -d macos

Flutter Web

Web keeps the Assistant-first entry flow, but only exposes:

  • Assistant
  • Settings
  • Single Agent
  • Relay OpenClaw Gateway

Web does not expose local CLI, workspace file access, native runtime orchestration, or desktop-only diagnostics.

Build the root-site bundle with:

flutter build web --release --base-href /

Deployment notes for https://xworkmate.svc.plus/ are in docs/web-deployment.md.

macOS Packaging

make package-mac
make install-mac

Vendor Repositories

vendor/codex is tracked as a git submodule for future built-in code agent integration.

git submodule update --init --recursive