AI Agent Hub
Back to plugins
🖥️

dsh-computer-use

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install geohotstan/dsh-computer-use

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, install the plugin from the source repository https://github.com/geohotstan/dsh-computer-use using the command 'dsh plugin install geohotstan/dsh-computer-use'.

About this plugin

When automating desktop computer tasks on macOS, users often grapple with issues like reliance on external services, privacy concerns, or complex setups. dsh-computer-use, a standalone plugin for DeepSeek Harness, offers a local solution that enables secure background control of applications and input devices without needing OpenAI components. Its core strength lies in an accessibility-tree-first design: a Swift daemon captures window states as numbered element trees, allowing AI models to act on indices with window-relative coordinates as a fallback; it also synthesizes mouse and keyboard input, delivering actions in the background to avoid disrupting the user's foreground. The plugin ships a complete toolkit, including service definitions, a local provider, approval policies, and an MCP server, catering to scenarios requiring privacy and efficiency. Ideal for AI developers, automation engineers, or macOS users, it provides an intuitive and powerful interface for computer use, easily integrable into intelligent assistants or testing workflows.

Use Cases

  • Automate mouse and keyboard operations on macOS without switching foreground windows.
  • Capture accessibility trees and screenshots of application windows for AI model analysis and decisions.
  • Expose computer use functionality to external client integration via a standalone MCP server.

Best For

  • AI developers needing to test and integrate computer use functionality on macOS.
  • Automation engineers focused on macOS desktop operations and task workflow optimization.
  • Privacy-conscious users seeking localized computer control solutions.