Skip to content

v0.1.0 — first public release

Choose a tag to compare

@kanishka089 kanishka089 released this 17 Jun 06:20
· 13 commits to master since this release

First public release of realhands — an MCP server that lets Claude operate your real desktop (physical mouse, keyboard, and screen) like a human.

Because it drives the actual OS cursor instead of a separate automated browser, it works in your own Chrome with your own logged-in sessions — and in any other app — undetectable as a bot.

Highlights

  • Single computer tool (action enum modeled on Anthropic's reference computer-use tool)
  • Pixel-accurate clicks under Windows display scaling (DPI awareness + stateless coordinate scaling)
  • Multi-monitor support (incl. negative-origin screens)
  • Three independent kill switches: fail-safe corner, panic hotkey, always-on-top STOP overlay (lazy arm / auto stand-down)
  • activate_window that beats Windows foreground-lock via AttachThreadInput

See the README for install + the full action list. Tested on Windows with Python 3.10/3.11.