You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vmctl remote: accessibility tree, pointer and keyboard control, and overlays
Implement vmctl remote command for programmatic guest control. Add
accessibility tree inspection, pointer control (click, drag, scroll),
keyboard input, and visual element overlays. Add host-side screenshot
via ScreenCaptureKit, Unix socket API for external tool integration,
and batch action orchestration.
Copy file name to clipboardExpand all lines: Website/src/app/layout.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import "./globals.css";
7
7
exportconstmetadata: Metadata={
8
8
title: "GhostVM - Agentic Workspaces on macOS",
9
9
description:
10
-
"GhostVM is a native macOS app for running multiple isolated agentic workspaces on macOS. Deep host integration, scriptable CLI, and self-contained VM bundles.",
10
+
"GhostVM is a native macOS app for running isolated agentic workspaces on macOS. AI agents control VMs via the built-in MCP server. Deep host integration, scriptable CLI, instant clones, and self-contained bundles.",
0 commit comments