Releases: trycua/cua
cua-agent v0.1.29
cua-agent v0.1.29
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.1.29With SOM (recommended)
pip install cua-agent[som]==0.1.29All features
pip install cua-agent[all]==0.1.29cua-som v0.1.3
cua-som v0.1.3
Computer Vision and OCR library for detecting and analyzing UI elements
This package provides enhanced UI understanding capabilities through computer vision and OCR.
Installation
pip install cua-som==0.1.3cua-som v0.1.2
cua-som v0.1.2
Computer Vision and OCR library for detecting and analyzing UI elements
This package provides enhanced UI understanding capabilities through computer vision and OCR.
Installation
pip install cua-som==0.1.2pylume v0.1.17
pylume v0.1.17
Python SDK for lume - run macOS and Linux VMs on Apple Silicon
This package provides Python bindings for the lume virtualization tool.
Dependencies
- lume binary: v0.1.34
Installation
pip install pylume==0.1.17cua-mcp-server v0.1.7
cua-mcp-server v0.1.7
MCP Server for the Computer-Use Agent (CUA)
This package provides MCP (Model Context Protocol) integration for CUA agents, allowing them to be used with Claude Desktop, Cursor, and other MCP clients.
Dependencies
- cua-computer: latest
- cua-agent: latest
Usage
# Run the MCP server directly
cua-mcp-serverClaude Desktop Integration
Add to your Claude Desktop configuration (~/.config/claude-desktop/claude_desktop_config.json or OS-specific location):
"mcpServers": {
"cua-agent": {
"command": "cua-mcp-server",
"args": [],
"env": {
"CUA_AGENT_LOOP": "OMNI",
"CUA_MODEL_PROVIDER": "ANTHROPIC",
"CUA_MODEL_NAME": "claude-3-opus-20240229",
"ANTHROPIC_API_KEY": "your-api-key",
"PYTHONIOENCODING": "utf-8"
}
}
}Installation
pip install cua-mcp-server==0.1.7lume-v0.1.38
c445689ff3c76595ea692533fbe78ef382a4f2ffa92a4518dbd3089be0571ea5 lume-0.1.38-darwin-arm64.pkg.tar.gz
da3de933f141b01a3c8adb344171e528276c489a14785d5e5542f0428c966f19 lume-0.1.38-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
**Full Changelog**: https://github.com/trycua/cua/compare/lume-v0.1.36...lume-v0.1.38
lume-v0.1.37
09020cbf877a65da4030c91136e2f0498a708f629b5282d37cd28994e5212a46 lume-0.1.37-darwin-arm64.pkg.tar.gz
1c03cbf5b5ec570caa46dd54b1628b99d7b9ffe98e719ba571d8faeb0ccc8b18 lume-0.1.37-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
**Full Changelog**: https://github.com/trycua/cua/compare/lume-v0.1.36...lume-v0.1.37
lume-v0.1.36
abf6a4e0826380818e70b3fe691e15bffc0a297c05bad2cbb105ba8d02ebe54b lume-0.1.36-darwin-arm64.pkg.tar.gz
f0ac80b3d179fcefa529a6598ed5ebc9369cce6e1ff0828b1a908af82087bbe9 lume-0.1.36-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
**Full Changelog**: https://github.com/trycua/cua/compare/agent-v0.1.27...lume-v0.1.36
lume-v0.1.35
5fd2205c002a7592e6357445aa166517feb26a037f57d0b998e27c32810a57a1 lume-0.1.35-darwin-arm64.pkg.tar.gz
f26977626daabec1219a9933b398c602495f43610633494aa0d2907211417f43 lume-0.1.35-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
## What's Changed
* Update install_mcp_server.sh - remove piping to /dev/null by @rahulkarajgikar in https://github.com/trycua/cua/pull/110
* docs: add rahulkarajgikar as a contributor for code by @allcontributors in https://github.com/trycua/cua/pull/111
* Support py >= 3.13 by @f-trycua in https://github.com/trycua/cua/pull/112
## New Contributors
* @rahulkarajgikar made their first contribution in https://github.com/trycua/cua/pull/110
**Full Changelog**: https://github.com/trycua/cua/compare/lume-v0.1.34...lume-v0.1.35
cua-core v0.1.5
cua-core v0.1.5
Installation
pip install cua-core==0.1.5