⚠️ 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.9 (577074a) by @github-actions[bot]
- feat(cua-driver-rs)(windows)(#1623): route Chromium coord clicks through SendInput (#1625) (8ef67e0) by @francesco Bonacci
- feat(cua-driver-rs)(windows)(#1620): auto-inject Chromium anti-throttling flags in launch_app (#1624) (1fc348c) by @francesco Bonacci
- fix(cua-driver-rs)(windows)(#1621): x,y click skips UIA Invoke on canvas-like surfaces (#1622) (190b657) by @francesco Bonacci
- test-fixtures: consolidate canonical Swift + Rust fixtures into shared dir (#1619) (707d143) by @francesco Bonacci
- fix(cua-driver-rs/windows): SendInput hotkey + launcher-stub pid chain (closes #1614, #1615) (#1618) (5e9afd6) by @francesco Bonacci
- fix(cua-driver-rs/windows): move AttachThreadInput import to correct module (build hotfix) (#1617) (f5d386e) by @francesco Bonacci
- fix(cua-driver-rs/windows): integrity-mismatch detection + focus-aware HWND retargeting for PostMessage input (#1613) (680b24e) by @francesco Bonacci
- fix(cua-driver-rs/windows): more honest hotkey no-match error message (#1612) (8003993) by @francesco Bonacci
- fix(cua-driver-rs/windows): hotkey UIA routing for XAML/UWP targets (closes #1607) (#1611) (5a8d468) by @francesco Bonacci
- fix(cua-driver-rs/windows): UIA root-walk fallback for CoreWindow-class apps (Calculator, Settings, older UWPs) (#1606) (d8b9021) by @francesco Bonacci
SHA256 Checksums
23838cc14729edac6199147b0a6bc5560cbb4479e03ff4f734462ba6f2e3d71c cua-driver-rs-0.2.9-linux-x86_64-binary.tar.gz
2d4db10301452fe17c4d8770a3ec1b8a249ef76df564d284defb537970362af6 cua-driver-rs-0.2.9-darwin-universal.tar.gz
4e9beeea9c4b62d1e6d95b45c902acea456c0966514a61c517dfa8a089cedcfe cua-driver-rs-v0.2.9-skills.tar.gz
55c645cad6505f25f655d9159bf3f0e6a71b5eb9e5423c28a88560f6f55cd3fe cua-driver-rs-0.2.9-windows-arm64-binary.zip
71ad371d9ce899e696ab45e92a5b8bf2aac767704a22338085eb4544688a7ff0 cua-driver-rs-0.2.9-windows-x86_64-binary.zip
9214b0f1837659eea11b27a77093f4b9edc44a0400f5a11a449628e00e704ad3 cua-driver-rs-0.2.9-darwin-arm64.tar.gz
a6a81a162a5b2b2c7f224a9f97448cd356c32bf0a48b8857d2b58131ad1a9fa3 cua-driver-rs-0.2.9-windows-x86_64.zip
b01301a775a5af667b48bb3ab98a88e1e35fe85662b214d9f1a91116fad2b527 cua-driver-rs-0.2.9-windows-arm64.zip
b8490de860dbfbb7d973eea74d24ed2597d0266fc8434847783de4e3266223f1 cua-driver-rs-0.2.9-linux-x86_64.tar.gz
cfa5b1a06bfd5ce1135666f5ef15d9df9a518ef3424767a8aea4772e5a82680a cua-driver-rs-0.2.9-darwin-universal-binary.tar.gz
e265735c9185dfe4fea30b19db9e1d63ee808e01066c13c80c89d2c117673875 cua-driver-rs-0.2.9-darwin-x86_64.tar.gz
Install (Linux / macOS)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver/scripts/install.sh)"On macOS the installer defaults to the Swift driver; pass
--experimental-rust to get the cua-driver-rs Rust port.
On Linux it auto-detects the non-macOS host and installs
the Rust port directly.
Install (Windows)
irm https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver/scripts/install.ps1 | iexNote: both canonical installer URLs now live under
libs/cua-driver/scripts/. Old URLs at
libs/cua-driver-rs/scripts/install.{sh,ps1}still work via a
deprecation shim that fetches the canonical script.
The 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.9-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.9-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.9-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.9-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.9-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.9-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.9-windows-x86_64.zip— directory zipcua-driver-rs-0.2.9-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.9-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.9-windows-arm64-binary.zip— barecua-driver.exe(Windows on ARM)
Installer scripts
install.sh— Linux / macOS one-liner installerinstall.ps1— Windows one-liner installeruninstall.sh— Linux / macOS one-liner uninstaller (mirrors the install flag set: Swift by default;--experimental-rustfor the Rust port; non-macOS auto-detects)uninstall.ps1— Windows one-liner uninstaller