Skip to content

Ghost OS v2.1.0

Choose a tag to compare

@mcheemaa mcheemaa released this 10 Mar 07:06
· 27 commits to main since this release

What's New

4 new MCP tools (26 total):

  • ghost_annotate — Screenshot with numbered labels on every interactive element. Returns click coordinates. No ML needed. Instant.
  • ghost_hover — Move cursor to trigger tooltips, CSS :hover effects, and dropdown menus.
  • ghost_long_press — Press and hold for context menus, Force Touch previews, drag initiation.
  • ghost_drag — Drag files between folders, adjust sliders, reorder lists, select text, resize panes.

Also in this release

  • Fixed python3 path resolution in vision setup (thanks @mcheemaa, #2)
  • Updated GHOST-MCP.md agent instructions for all new tools
  • Coordinate clamping in ghost_annotate for scrollable content areas
  • Duration clamping in ghost_long_press and ghost_drag for safety

Upgrade

brew upgrade ghostwright/ghost-os/ghost-os

Or manual install:

curl -sL https://github.com/ghostwright/ghost-os/releases/download/v2.1.0/ghost-os-2.1.0-macos-arm64.tar.gz | tar xz
sudo cp ghost /opt/homebrew/bin/
sudo cp ghost-vision /opt/homebrew/bin/
sudo cp -r recipes /opt/homebrew/share/ghost-os/
sudo cp GHOST-MCP.md /opt/homebrew/share/ghost-os/