Download Latest Version cua-cli v0.1.7 source code.tar.gz (41.2 MB)
Email in envelope

Get an email when there's a new version of c/ua

Home / cua-v0.1.6
Name Modified Size InfoDownloads / Week
Parent folder
cua-windows-x64.exe 2025-12-01 115.4 MB
cua-darwin-arm64 2025-12-01 60.1 MB
cua-darwin-x64 2025-12-01 66.2 MB
cua-linux-x64 2025-12-01 103.9 MB
cua-cli v0.1.6 source code.tar.gz 2025-12-01 41.2 MB
cua-cli v0.1.6 source code.zip 2025-12-01 41.5 MB
README.md 2025-12-01 941 Bytes
Totals: 7 Items   428.2 MB 0

cua-cli v0.1.6

Installation

:::bash
# 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

:::bash
# Using bun
bun add -g @trycua/cli

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

From source

:::bash
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: https://github.com/trycua/cua/compare/cua-v0.1.5...cua-v0.1.6

Source: README.md, updated 2025-12-01