xworkmate-app/README.md
2026-03-26 09:49:58 +08:00

51 lines
2.8 KiB
Markdown

# 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
```bash
flutter pub get
flutter analyze
flutter test
flutter run -d macos
```
## Downloads
| Desktop | iOS | Android |
| --- | --- | --- |
| [![macOS](https://img.shields.io/badge/macOS-Latest%20Release-24292F?style=for-the-badge&logo=apple)](https://github.com/x-evor/xworkmate.svc.plus/releases/latest) | [![iOS](https://img.shields.io/badge/iOS-Latest%20Release-0A84FF?style=for-the-badge&logo=apple)](https://github.com/x-evor/xworkmate.svc.plus/releases/latest) | [![Android](https://img.shields.io/badge/Android-Latest%20Release-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://github.com/x-evor/xworkmate.svc.plus/releases/latest) |
| [![Windows](https://img.shields.io/badge/Windows-Latest%20Release-0078D4?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/x-evor/xworkmate.svc.plus/releases/latest) | [![TestFlight](https://img.shields.io/badge/TestFlight-Latest%20Release-147EFB?style=for-the-badge&logo=apple)](https://github.com/x-evor/xworkmate.svc.plus/releases/latest) | [![Google Play](https://img.shields.io/badge/Google%20Play-Latest%20Release-00C853?style=for-the-badge&logo=googleplay&logoColor=white)](https://github.com/x-evor/xworkmate.svc.plus/releases/latest) |
All download buttons currently point to the latest GitHub release page.
## Snapshots
### Desktop
![XWorkmate Desktop](./images/Desktop-APP.png)
### Mobile
![XWorkmate Mobile](./images/mobile-app.PNG)
### Web
![XWorkmate Web](./images/web-online-services.png)
## Learn More
- [Release Notes](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/releases/xworkmate-release-notes.md)
- [Changelog](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/releases/xworkmate-changelog.md)
- [Feature Matrix](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/planning/xworkmate-ui-feature-matrix.md)
- [Roadmap](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/planning/xworkmate-ui-feature-roadmap.md)
- [Gateway Dev Runbook](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/runbooks/gateway-dev-runbook.md)
- [Web Deployment](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/web-deployment.md)
- [Security Rules](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/docs/security/secure-development-rules.md)