🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

open-computer-use

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-computer-use

Cross-platform Computer Use MCP server launcher. After install, configure open-computer-use mcp.

Source
npmnpm
Version
0.1.49
Version published
Weekly downloads
1.1K
31.06%
Maintainers
1
Weekly downloads
 
Created
Source

open-computer-use

Cross-platform npm distribution for the open-source Open Computer Use MCP server.

This package bundles native runtimes for these supported platforms and lets the Node launcher choose the current process.platform / process.arch pair:

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • win32-arm64
  • win32-x64

Global command aliases:

  • open-computer-use
  • open-computer-use-mcp
  • open-codex-computer-use-mcp

Install

npm install -g open-computer-use

The root launcher resolves the current process.platform / process.arch pair and runs the matching bundled native runtime.

MCP config

If your MCP client accepts a stdio-style mcpServers JSON config, this is the default setup:

{
  "mcpServers": {
    "open-computer-use": {
      "command": "open-computer-use",
      "args": ["mcp"]
    }
  }
}

Package page: https://www.npmjs.com/package/open-computer-use

Use

open-computer-use --version
open-computer-use --help
open-computer-use mcp
open-computer-use call list_apps

# macOS permission check and onboarding
open-computer-use doctor

# Installer helpers for MCP-capable CLIs
open-computer-use install-claude-mcp
open-computer-use install-gemini-mcp
open-computer-use install-gemini-mcp --scope user
open-computer-use install-codex-mcp
open-computer-use install-opencode-mcp
open-computer-use install-codex-plugin

Notes

  • Version: 0.1.49
  • Supported npm platforms: darwin-arm64, darwin-x64, linux-arm64, linux-x64, win32-arm64, win32-x64
  • macOS still requires Accessibility and Screen Recording permissions.
  • Linux requires a signed-in desktop session with AT-SPI2 / D-Bus accessibility available for real app control.
  • Windows requires a signed-in desktop session for UI Automation access.

Source repository: https://github.com/iFurySt/open-codex-computer-use

Keywords

computer-use

FAQs

Package last updated on 11 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts