macos-cua
v0.1.1
Published
macOS 13+ low-level computer-use runtime for agents
Maintainers
Readme
macos-cua
Prebuilt npm distribution for the macos-cua CLI.
Install
npm install -g macos-cuaThis package requires macOS 13 or later and ships a universal binary for both Apple Silicon and Intel Macs.
Build
From the repository root, build the universal binary and stage the npm package contents:
./scripts/build-npm-package.shThis writes the packaged binary to npm/bin/macos-cua.
Package
From this npm/ directory, create a local tarball:
npm packPublish
For tagged releases, npm publishing is automated by the GitHub release.yml
workflow after the corresponding v* tag is pushed and trusted publishing is
configured on npm.
Manual fallback from the repository root:
./scripts/build-npm-package.sh
npm publish ./npmIf you want a final dry run first:
./scripts/build-npm-package.sh
npm publish --dry-run ./npmUsage
macos-cua doctor
macos-cua screenshot /tmp/frontmost.png
macos-cua move 800 400 --preciseFor full documentation, see the upstream project README: github.com/timzhong1024/macos-cua
