⚠️ BETA — cua-driver-rs
cua-driver-rsis the cross-platform Rust port of the original Swift
cua-driver,
introducing Windows and Linux support to the cua-driver tool surface.
- Windows and Linux: feature-complete, recommended for testing /
integration work.- macOS: parity with the Swift cua-driver is in progress; for production
macOS automation prefer the Swift binary
(cua-driver-v*releases, installed via the Swiftinstall.sh).The Rust port and the Swift driver publish to the same GitHub repo under
distinct tag prefixes (cua-driver-rs-v*vscua-driver-v*), so their
installers do not collide.
What's Changed
- Bump cua-driver-rs to v0.2.2 (decc62d) by @github-actions[bot]
- feat(list_apps): unify running + installed apps across platforms (#1545) (d891621) by @francesco Bonacci
- feat(list_windows): UIA-first top-level window enumeration on Windows (#1542) (70d899c) by @francesco Bonacci
- feat(launch_app): UWP/packaged-app support on Windows (#1544) (7a4d908) by @francesco Bonacci
- feat(doctor): proper Windows diagnostics + interactive-session detection (#1543) (ed8d5bd) by @francesco Bonacci
- ci: drop actions/checkout extraheader before bake-version push (b4536a9) by @francesco Bonacci
SHA256 Checksums
0b86fab78e756fde7d2f36a2dba03b57e4f266957dfb770b9f870476ef02c243 cua-driver-rs-0.2.2-windows-x86_64.zip
0fed06ee834aeb42054c51366ec53f63a52ced00ebe2121f68a446f0219f0cac cua-driver-rs-0.2.2-darwin-x86_64.tar.gz
27a43b72c312f079caf07ef807769b605f35854cc1fe026ef7262d0346b58294 cua-driver-rs-0.2.2-darwin-universal.tar.gz
3c45f15d22d2b660ed4bfc1eac63451db1f136299a6beade20718d7bbaee39bf cua-driver-rs-0.2.2-darwin-arm64.tar.gz
6af1e16630732f202a1eaf2ba944d59d5d24239d1dc15e3940f6cc71f6df6280 cua-driver-rs-0.2.2-linux-x86_64-binary.tar.gz
93650442c7e35cdb8bb109cc000478ac2f4248866bcf89b9b8b694193976733e cua-driver-rs-0.2.2-windows-arm64-binary.zip
d3022cfd93e425696bfed6f6ee94e187a5b1cae3352d91c477ecff3d65e6aafa cua-driver-rs-0.2.2-linux-x86_64.tar.gz
db1815f233a56fd534f81ee1b5fb1e1483635831ef49b34daa6c7c447bf21114 cua-driver-rs-0.2.2-windows-x86_64-binary.zip
e13c08f443666903c68d84841cbae3ae10be189a7bbbc1e515e1b50acabbecda cua-driver-rs-0.2.2-windows-arm64.zip
f99b20a82c937d9cbae3aa64c4dcc92e1ea8d1aa930c3151e26f137b81a18d07 cua-driver-rs-0.2.2-darwin-universal-binary.tar.gz
Install (Linux / macOS)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver-rs/scripts/install.sh)"Install (Windows)
irm https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver-rs/scripts/install.ps1 | iexThe installer auto-detects host architecture (x86_64 / arm64) and uses
directory junctions for the install layout, so it runs without admin
and without Developer Mode.
Artifacts
macOS (universal — arm64 + x86_64 in one binary, like the Swift cua-driver)
cua-driver-rs-0.2.2-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriverRs.appbundle (install.sh expects this layout)cua-driver-rs-0.2.2-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.2-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.2-darwin-universal-binary.tar.gz— bare universal binary (single file at archive root; no .app — bypasses the TCC auto-relaunch path)
Linux
cua-driver-rs-0.2.2-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.2-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.2-windows-x86_64.zip— directory zipcua-driver-rs-0.2.2-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.2-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.2-windows-arm64-binary.zip— barecua-driver.exe(Windows on ARM)
Installer scripts
install.sh— Linux / macOS one-liner installerinstall.ps1— Windows one-liner installer