Skip to content

RobotZ v0.1.3

Choose a tag to compare

@njbinbin-piscis njbinbin-piscis released this 12 Jun 15:50

Install

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/njbinbin-piscis/RobotZ/v0.1.3/scripts/install.sh | bash -s -- v0.1.3

Or download the archive for your platform below, extract, and run:

./install.sh
./bin/robotz-host    # visual test panel
./bin/robotz-mcp     # MCP server (stdio)

Windows — download robotz-*-pc-windows-msvc.zip, extract, then:

.\install.ps1
.\bin\robotz-host.exe

Runtime (not bundled)

  • Linux: X11, xdotool, wmctrl, xclip
  • macOS: cliclick, Accessibility permission
  • Windows: UI Automation (built-in)

Full Changelog: v0.1.2...v0.1.3