@openara/cli
v0.1.40
Published
OpenAra — open-source macOS Computer Use MCP server. After install, run openara mcp.
Maintainers
Readme
@openara/cli
npm distribution for OpenAra — the open-source macOS Computer Use MCP server.
This package bundles a universal macOS runtime and the Node launcher selects the current process.platform / process.arch at runtime:
darwin-arm64darwin-x64
Exposes a single global command:
openara
Install
npm install -g @openara/cliThe 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": {
"openara": {
"command": "openara",
"args": ["mcp"]
}
}
}Package page: https://www.npmjs.com/package/@openara/cli
Use
openara --version
openara --help
openara mcp
openara call list_apps
# macOS permission check and onboarding
openara doctor
# Installer helpers for MCP-capable CLIs
openara install-claude-mcp
openara install-cursor-mcp
openara install-gemini-mcp
openara install-gemini-mcp --scope user
openara install-codex-mcp
openara install-opencode-mcp
openara install-codex-pluginNotes
- Version:
0.1.40 - Supported npm platforms:
darwin-arm64,darwin-x64(macOS only). - Requires
AccessibilityandScreen Recordingpermissions;openara doctorwalks you through granting them.
Source repository: https://github.com/Aradotso/OpenAra
