Releases: trycua/cua
Releases · trycua/cua
cua-cli v0.1.7
cua-cli v0.1.7
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.7 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliChanges Included
- Append
&show_dot=trueto the noVNC url
Release Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
cua-cli v0.1.6
cua-cli v0.1.6
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.6 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliRelease Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
What's Changed
- Add "cua get" cmd to CLI by @ddupont808 in #626
Full Changelog: cua-v0.1.5...cua-v0.1.6
cua-cli v0.1.5
cua-cli v0.1.5
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.5 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliRelease Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
cua-agent v0.4.53
cua-agent is a general Computer-Use framework with liteLLM integration for running agentic workflows on macOS, Windows, and Linux sandboxes. It provides a unified interface for computer-use agents across multiple LLM providers with advanced callback system for extensibility.
Installation
pip install cua-agent==0.4.53Usage
import asyncio
from agent import ComputerAgent
from computer import Computer
async def main():
# Initialize cloud computer
computer = Computer(
os_type="linux",
provider_type="cloud",
name="your-container-name",
api_key="your-cua-api-key"
)
# Initialize agent with ByteDance UI-TARS-2
agent = ComputerAgent(
tools=[computer],
model="cua/bytedance/ui-tars-2",
api_key="your-cua-api-key",
instructions="You are a helpful assistant that can control computers",
only_n_most_recent_images=3
)
# Run a task
async for result in agent.run("Open a browser and search for Python tutorials"):
print(result)
if __name__ == "__main__":
asyncio.run(main())What's Changed
- Jagjeevan's Fix + Merged Main for 4o Model Fix by @sarinali in #522
- fix: Added GPT-4o compatibility for screenshot actions with text parameter by @JagjeevanAK in #422
- Add test infrastructure with CI/CD #478 by @AceAtDev in #491
- Fix/omniparser predict refactor by @sarinali in #529
- Make VS Code Python interpreter path cross-platform by @skools-here in #520
- Fix: sanitize shell in subprocess calls by @AdityaBavadekar in #519
- [Agent] Add support for overriding api_base and api_url kwargs by @ddupont808 in #504
- Update model list and schedule daily test for agent testing by @YeIIcw in #540
- Add Claude Desktop Extension by @YeIIcw in #521
- [AGENT] - New Model Gelato-30B-A3B added by @tamoghnokandar in #558
- [AGENT] - New model UI-Ins added by @tamoghnokandar in #549
- Add "cua/" LLM provider by @ddupont808 in #506
- Add Local Desktop Mode for MCP Server with updated docs by @YeIIcw in #493
- Fix: Enable custom function tools with Anthropic models by @LucaStngn in #548
- Fix cua adapter, add UI-TARS-2 model by @ddupont808 in #592
- Fix cua adapter for anthropic models by @ddupont808 in #601
- Remove hud-python from cua-agent[all] extra by @f-trycua in #603
- Add automatic CUA_API_KEY environment variable support by @f-trycua in #604
New Contributors
- @AceAtDev made their first contribution in #491
- @skools-here made their first contribution in #520
- @tamoghnokandar made their first contribution in #545
- @dinmukhamedm made their first contribution in #404
- @LucaStngn made their first contribution in #548
Full Changelog: agent-v0.4.35...agent-v0.4.53
cua-cli v0.1.4
cua-cli v0.1.4
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.4 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliRelease Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
cua-cli v0.1.3
cua-cli v0.1.3
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.3 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliRelease Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
cua-cli v0.1.2
cua-cli v0.1.2
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.2 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliRelease Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
Release notes
- Temporarily disabled the
cua chatcommand until BYOK is working on the playground UI
cua-cli v0.1.1
cua-cli v0.1.1
Installation
Using install script (recommended)
# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh
# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iexUsing npm/bun
# Using bun
bun add -g @trycua/cli
# Or using npm
npm install -g @trycua/cliFrom source
git clone -b cua-v0.1.1 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cliRelease Assets
cua-darwin-arm64: macOS (Apple Silicon)cua-darwin-x64: macOS (Intel)cua-linux-x64: Linux (x86_64)cua-windows-x64.exe: Windows (x86_64)
Release notes
- Initial release of cua cli
cua-computer v0.4.11
cua-computer v0.4.11
Computer control library for the Computer Universal Automation (CUA) project
Dependencies
- pylume: latest
Installation
pip install cua-computer==0.4.11Whats Changed
- Docs/improve readme by @jamesmurdza in #512
- Feature/version bump workflows by @r33drichards in #511
- Support
displayandephemeralin Docker provider by @ddupont808 in #514 - Fix markdown formatting in docs by @jamesmurdza in #523
- Jagjeevan's Fix + Merged Main for 4o Model Fix by @sarinali in #522
- fix: Added GPT-4o compatibility for screenshot actions with text parameter by @JagjeevanAK in #422
- Remove PyLume code and examples by @jamesmurdza in #435
- Remove PyLume library by @jamesmurdza in #527
- Add test infrastructure with CI/CD #478 by @AceAtDev in #491
- Feature/agent loop test by @YeIIcw in #528
- Update Agent Loop Test by @YeIIcw in #530
- Fix/omniparser predict refactor by @sarinali in #529
- Fix agent test condition trigger by @YeIIcw in #531
- Fix/agent loop test by @YeIIcw in #532
- Add desktop and window management commands to computer interface by @ddupont808 in #516
Full Changelog: computer-server-v0.1.28...computer-v0.4.11
cua-computer-server v0.1.28
cua-computer-server v0.1.28
Computer Server for the Computer Universal Automation (CUA) project
A FastAPI-based server implementation for computer control.
Dependencies
- cua-computer: latest
Usage
# Run the server
cua-computer-serverInstallation
pip install cua-computer-server==0.1.28What's Changed
- Add test infrastructure with CI/CD #478 by @AceAtDev in #491
- Add desktop and window management commands to computer interface by @ddupont808 in #516
New Contributors
Full Changelog: computer-server-v0.1.27...computer-server-v0.1.28