⚠️ 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.14 (fed14b6) by @github-actions[bot]
- fix(cua-driver-rs)(windows)(#1646): check_permissions reverts impersonation + uses explicit OpenProcess handle (#1647) (a9d6769) by @francesco Bonacci
SHA256 Checksums
1422ab2c64944f3814846525e6247ff9b2ec82dd58a94442b98a76087974662a cua-driver-rs-0.2.14-linux-x86_64.tar.gz
228c66cdd5901f0660e69ee2c1610e72068a1e06ca7fa29e38c61184f59ab0b0 cua-driver-rs-0.2.14-windows-x86_64-binary.zip
2f1d7f43f372057b46a09290f7b4f81476811e99208290699aa7bcac204e9bfe cua-driver-rs-0.2.14-darwin-arm64.tar.gz
3d3d25b823edd1da72db8b63db65ded33f802be7e659621b861b3181ab985d79 cua-driver-rs-0.2.14-windows-arm64.zip
3dc4774b4c40ef5435a77da3a7148f79fa7beaa6616f53902380c2e72094f724 cua-driver-rs-0.2.14-windows-arm64-binary.zip
68f1b8ac5100bf2c049cadf9a0f55b4722092149f3d6c9724dc166d87c9e64b6 cua-driver-rs-0.2.14-linux-x86_64-binary.tar.gz
76c175321045780dfcab09ddd56bfc53c442740386a59fe8a214504f089d7d8f cua-driver-rs-0.2.14-darwin-universal-binary.tar.gz
b6875fd12b91bf88d28dbab25a39f7f8e4e5a2aab7c795eb69c39af58b127637 cua-driver-rs-0.2.14-darwin-x86_64.tar.gz
cd61670e10047548ee89fcb32a25fa205bf045b1fc556ef35e08f29facda3554 cua-driver-rs-0.2.14-darwin-universal.tar.gz
dfb2da841672e37b33084dd35facab803ff20f0371f118e2923e34714ee1019b cua-driver-rs-0.2.14-windows-x86_64.zip
fbd8944cdd125fae8b57a6b6ceb6f020b32711cc582f828a6331f162e5b2eee4 cua-driver-rs-v0.2.14-skills.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.14-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.14-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.14-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.14-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.14-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.14-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.14-windows-x86_64.zip— directory zipcua-driver-rs-0.2.14-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.14-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.14-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