Go to file
2026-06-15 14:27:44 +08:00
.github/workflows fix: upload offline packages with retries 2026-06-14 14:22:59 +08:00
api feat: configure portal services and terminal 2026-06-14 08:43:53 +08:00
assets/readme docs: add homepage screenshot to readme 2026-06-15 14:26:22 +08:00
config feat: configure portal services and terminal 2026-06-14 08:43:53 +08:00
dashboard feat: configure portal services and terminal 2026-06-14 08:43:53 +08:00
docs docs: move repo details into docs 2026-06-15 14:27:44 +08:00
scripts feat: build offline AI Workspace installer packages 2026-06-14 13:50:36 +08:00
.gitignore feat: wire dashboard to live runtime status 2026-06-13 07:41:47 +08:00
LICENSE Initial commit 2026-06-06 17:45:23 +08:00
README.md docs: move repo details into docs 2026-06-15 14:27:44 +08:00

XWorkspace Console

XWorkspace Console is the local AI workspace control plane for AI Workspace Lab. It brings together a React dashboard, Go status API, systemd user services, and XFCE desktop templates into one tabbed surface for services, runtime, terminal access, and workspace navigation.

Homepage Preview

XWorkspace Console homepage preview

About

  • Single entry point for the workspace UI at http://127.0.0.1:17000
  • Tab-first console for Workspace, services, runtime, and embedded tools
  • Designed to coordinate local AI services, gateway access, and desktop bootstrap flows
  • Backed by dashboard/, api/, config/, scripts/, and docs/

Start TLDR

  1. Start the all-in-one installer:
curl -sfL https://raw.githubusercontent.com/ai-workspace-lab/xworkspace-console/main/scripts/setup-ai-workspace-all-in-one.sh | bash -
  1. Or launch the local desktop console:
./scripts/setup-xworkspace-desktop.sh
  1. Open the console:
http://127.0.0.1:17000

Tab Pages

The console is organized around tabs so the workspace can switch between overview, services, and custom artifact views.

Workspace and Service Tabs

  • Workspace for the main overview
  • OpenClaw for gateway access
  • LiteLLM for model routing and provider administration
  • Vault for secrets and auth
  • Terminal for the embedded local shell

Image / Video

Image and video workflows fit naturally as custom tabs inside the same console shell. This keeps artifact review, service switching, and runtime operations in one place instead of scattering them across separate apps.

XWorkspace Console dashboard preview

XWorkspace Console status dropdown

Download