{
"name": "@agent-sh/computer-use-linux",
"version": "0.3.1",
"description": "Linux desktop-control MCP server: AT-SPI accessibility trees, Wayland/X11 input, screenshots, and compositor window targeting.",
"license": "MIT",
"type": "commonjs",
"homepage": "https://github.com/agent-sh/computer-use-linux#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/agent-sh/computer-use-linux.git"
},
"bugs": {
"url": "https://github.com/agent-sh/computer-use-linux/issues"
},
"keywords": [
"mcp",
"computer-use",
"linux",
"wayland",
"accessibility",
"hermes-agent",
"codex"
],
"os": [
"linux"
],
"cpu": [
"x64",
"arm64"
],
"bin": {
"computer-use-linux": "npm/bin/computer-use-linux.js"
},
"files": [
"LICENSE",
"README.md",
"skills/computer-use-linux/SKILL.md",
"npm/README.md",
"npm/bin/computer-use-linux.js",
"npm/install.js"
],
"scripts": {
"postinstall": "node npm/install.js",
"pack:check": "npm pack --dry-run",
"test:wrapper": "node npm/bin/computer-use-linux.js --help"
},
"engines": {
"node": ">=18"
}
}