github trycua/cua cua-v0.1.2
cua-cli v0.1.2

14 hours ago

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

Don't miss a new cua release

NewReleases is sending notifications on new releases.