Skip to content

Releases: trycua/cua

cua-cli v0.1.7

04 Dec 18:40
76afcc6

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

Changes Included

  • Append &show_dot=true to 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

01 Dec 16:34
ff6e871

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

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)

What's Changed

Full Changelog: cua-v0.1.5...cua-v0.1.6

cua-cli v0.1.5

24 Nov 15:56
4e26af0

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

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-agent v0.4.53

19 Nov 20:00

Choose a tag to compare

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.53

Usage

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

New Contributors

Full Changelog: agent-v0.4.35...agent-v0.4.53

cua-cli v0.1.4

18 Nov 15:02
20a67ed

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

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.3

18 Nov 14:48
94775dc

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

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.2

14 Nov 22:51
f085320

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

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)

Release notes

  • Temporarily disabled the cua chat command until BYOK is working on the playground UI

cua-cli v0.1.1

14 Nov 22:25

Choose a tag to compare

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 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From 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-cli

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)

Release notes

  • Initial release of cua cli

cua-computer v0.4.11

29 Oct 20:42

Choose a tag to compare

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.11

Whats Changed

Full Changelog: computer-server-v0.1.28...computer-v0.4.11

cua-computer-server v0.1.28

29 Oct 20:44

Choose a tag to compare

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-server

Installation

pip install cua-computer-server==0.1.28

What's Changed

New Contributors

Full Changelog: computer-server-v0.1.27...computer-server-v0.1.28