Releases: trycua/cua
lume-v0.2.4
98193db0ddd658342b7e95c5029b044c7cc62abbe398ec1183bcce2f75771660 lume-0.2.4-darwin-arm64.pkg.tar.gz
4023694b0edf485133fa27a936d6fb423700351c5dc454fe799b1ba32a07c78a lume-0.2.4-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
* [Root] Fix root py project toml by @f-trycua in https://github.com/trycua/cua/pull/133
* Update Mac identifier during clone process by @dp221125 in https://github.com/trycua/cua/pull/130
## New Contributors
* @dp221125 made their first contribution in https://github.com/trycua/cua/pull/130
**Full Changelog**: https://github.com/trycua/cua/compare/agent-v0.1.30...lume-v0.2.4
cua-agent v0.1.30
cua-agent v0.1.30
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.1.30With SOM (recommended)
pip install cua-agent[som]==0.1.30All features
pip install cua-agent[all]==0.1.30pylume v0.2.1
pylume v0.2.1
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.2.2
Installation
pip install pylume==0.2.1pylume v0.2.0
pylume v0.2.0
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.2.1
Installation
pip install pylume==0.2.0cua-mcp-server v0.1.8
cua-mcp-server v0.1.8
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.8lume-v0.2.3
e9b20ed218b25fc9beb871b20b3d3d65c3764bdfff819eac212a3470f4c1d509 lume-0.2.3-darwin-arm64.pkg.tar.gz
df7a98b83118b8c8c22d8d3f9bca8f0c12e5781ccb0d2ad25b68f65b78df807b lume-0.2.3-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.29...lume-v0.2.3
lume-v0.2.2
9afc272263c62e03762e732bcf9ef5979b1f829847c13c2f4842ad156a8ee7fe lume-0.2.2-darwin-arm64.pkg.tar.gz
a83a283cf2be44fc4e00665432145ea090a8c49e6737878d6aa932994053405b lume-0.2.2-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/pylume-v0.2.0...lume-v0.2.2
lume-v0.2.1
9621b4fa2bee05889a2e717f5a3ca36e0fc26b3eaafc18c13e5c026acb813ad7 lume-0.2.1-darwin-arm64.pkg.tar.gz
c58d87e68f3f604ca381414e066bcd6a9ffcd9526ec10811c8f5d8271aab6edd lume-0.2.1-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.2.0...lume-v0.2.1
lume-v0.2.0
08c660caf9bf2e9ae732120ddd65205e6aa278e0fd6212578b03d6e3eb1efa1d lume-0.2.0-darwin-arm64.pkg.tar.gz
c54a4bcf264bec672f0af373f5c79d8bb3817e8ff0124f8f5c464add5279df73 lume-0.2.0-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
* [Computer] Add Gradio UI and fix interaction bugs by @ddupont808 in https://github.com/trycua/cua/pull/116
* Docs: Add EasyOCR SSL & Lume VM Startup Troubleshooting to FAQ by @trospix in https://github.com/trycua/cua/pull/114
* [Lume] Fix broken storage tests by @f-trycua in https://github.com/trycua/cua/pull/107
* docs: add trospix as a contributor for code by @allcontributors in https://github.com/trycua/cua/pull/115
* docs: add eltociear as a contributor for code by @allcontributors in https://github.com/trycua/cua/pull/121
* docs: update computer/README.md by @eltociear in https://github.com/trycua/cua/pull/119
* [Lume] Sparse Push & Pull Optimizations by @f-trycua in https://github.com/trycua/cua/pull/122
## New Contributors
* @trospix made their first contribution in https://github.com/trycua/cua/pull/114
* @eltociear made their first contribution in https://github.com/trycua/cua/pull/119
**Full Changelog**: https://github.com/trycua/cua/compare/agent-v0.1.28...lume-v0.2.0
cua-computer v0.1.23
cua-computer v0.1.23
Computer control library for the Computer Universal Automation (CUA) project
Dependencies
- pylume: latest
Installation
pip install cua-computer==0.1.23