| Name | Modified | Size | Downloads / 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
Using install script (recommended)
:::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
- Add "cua get" cmd to CLI by @ddupont808 in https://github.com/trycua/cua/pull/626
Full Changelog: https://github.com/trycua/cua/compare/cua-v0.1.5...cua-v0.1.6