Skip to content

v1.7.0

Latest

Choose a tag to compare

@shameindemgg shameindemgg released this 14 Apr 03:41
· 8 commits to main since this release

What's new

  • Standalone exe — No Python required. Download, extract, run eyehands.exe.
  • Python SDK split — Client, MCP server, and OpenAI tools published separately as eyehands-sdk on PyPI.
  • Browser extension — Full-res screenshots for any agent via Chrome, Firefox, or Opera. Open http://localhost:7331/ext/setup to install.
  • Universal agent API — MCP server, OpenAI function calling adapters, OpenAPI spec. Works with Claude Code, GPT, Cursor, local LLMs, or any HTTP client.
  • Proprietary license — 7-day free trial, all features included. $49 one-time after trial.
  • PowerShell updaterPOST /update downloads the latest zip, verifies SHA-256, swaps the install, and relaunches.
  • Security hardening — Bearer token auth, Host header validation, input sanitization, OCR lock safety.

Install

  1. Download eyehands-v1.7.0-win64.zip below
  2. Extract to a folder (e.g. C:\eyehands\)
  3. Run eyehands.exe

Server starts on http://localhost:7331. The auth token is printed at startup and saved to .eyehands-token in %APPDATA%\eyehands\.

Browser extension (recommended)

For best screenshot quality, open http://localhost:7331/ext/setup in your browser after starting the server. The extension captures your screen at full resolution through the browser.

Python SDK

pip install eyehands-sdk              # HTTP client
pip install "eyehands-sdk[mcp]"       # + MCP server