Discover and explore top open-source AI tools and projects—updated daily.
iFuryStAI-driven computer interaction service for macOS and Windows
New!
Top 55.5% on SourcePulse
Summary
This project offers an open-source, MCP-exposed service for AI agents to interact with macOS and Windows GUIs, serving as an alternative to OpenAI's Codex Computer Use. It enables programmatic control over applications, enhancing AI's computer-based task capabilities.
How It Works
macOS implementation uses native Accessibility APIs; Windows runtime employs UI Automation with Win32 message fallback. Both expose a consistent 9-tool interface via MCP, allowing direct integration with AI agents or MCP clients for non-intrusive computer use control.
Quick Start & Requirements
npm i -g open-computer-use. Grant Accessibility/Screen Recording permissions to Open Computer Use.app. Run MCP server: open-computer-use mcp. Client config in README../scripts/build-open-computer-use-windows.sh --arch arm64. Run .exe directly (e.g., open-computer-use.exe mcp). Note: service/detached SSH may limit UI Automation window exposure.Highlighted Details
install-claude-mcp, install-codex-mcp.Maintenance & Community
No specific details on contributors, sponsorships, or community channels (Discord, Slack) are provided in the README.
Licensing & Compatibility
Licensed under the MIT License. This permissive license allows commercial use and integration into closed-source projects without significant restrictions.
Limitations & Caveats
Windows runtime is experimental; service/detached SSH execution may yield unexpected results. Specific environment variables (OPEN_COMPUTER_USE_WINDOWS_ALLOW_APP_LAUNCH, OPEN_COMPUTER_USE_WINDOWS_ALLOW_FOCUS_ACTIONS, OPEN_COMPUTER_USE_WINDOWS_ALLOW_UIA_TEXT_FALLBACK) are needed for certain foreground behaviors and input fallbacks on Windows.
5 days ago
Inactive
askui
bytedance