⚠️ 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.18 (73f1b69) by @github-actions[bot]
- fix(cua-driver-rs)(#1646): check_permissions reads IL via PowerShell-shellout helper (#1653) (3550153) by @francesco Bonacci
SHA256 Checksums
1338df6185b4f2f3e1414fb01b9afa91e56041ec0bd8ac5a2fe9a91761a4a74f cua-driver-rs-0.2.18-linux-x86_64-binary.tar.gz
17c97163e03bb38daafe7e9bd77b68a3a514dc1c29289d9e9c940a39f32cbd5f cua-driver-rs-0.2.18-linux-x86_64.tar.gz
19ec62ff324298f427d2ba91549566b54e8b0cfdc2053adab41c1cbd1cf2100d cua-driver-rs-0.2.18-windows-x86_64-binary.zip
39c02a82d918ea55f1af40f6ac8555be283c20447f36e67b0273dd166209a48d cua-driver-rs-0.2.18-darwin-x86_64.tar.gz
53804069fdebbae1895bc07c8c6c4273cafc3136307ac69fb142844c9dc2fe3d cua-driver-rs-0.2.18-darwin-arm64.tar.gz
636a7ff08c76c833b6a0ac92aa54f3ecf9e7047d3c9c707fe75167121645faa6 cua-driver-rs-0.2.18-windows-arm64-binary.zip
74bdb0c3ea9187dfb880d08312a5d71f47f42d8da45129be62ca935ab2788956 cua-driver-rs-0.2.18-windows-x86_64.zip
9b1d1df676ce8d063cbbcc02f989e2ebc4b474d3955fe3d1f9408b3f9020e053 cua-driver-rs-0.2.18-darwin-universal.tar.gz
a5fba8946d1adb3434a0e058b09c4115eaa4c0faa3f28c94a7d528843d1e9de7 cua-driver-rs-0.2.18-windows-arm64.zip
b14c7e8594934ed270e22d36313685e5c410a8fb43b83fd4ea6445fb61b8f209 cua-driver-rs-0.2.18-darwin-universal-binary.tar.gz
bec11af97398b936916880e2dd7a6afb175104fc6d4679908398fe39dc107793 cua-driver-rs-v0.2.18-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.18-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.18-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.18-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.18-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.18-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.18-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.18-windows-x86_64.zip— directory zipcua-driver-rs-0.2.18-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.18-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.18-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