⚠️ 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.11 (0e1724c) by @github-actions[bot]
- fix(cua-driver-rs)(windows): cua-driver autostart enable self-elevates for RunLevel=Highest task (#1632) (160a811) by @francesco Bonacci
SHA256 Checksums
2279ea366310b49d0bf91938cc01b90c57124b2273956b4597d87ba1267bad8c cua-driver-rs-0.2.11-darwin-arm64.tar.gz
3220d00ca85a70a582bcb22deae038532b60022fac12313adb2c45dcb131a988 cua-driver-rs-0.2.11-windows-arm64.zip
41796efcf4141a64067379a971472860427b1a92505318ab8e884210ae342421 cua-driver-rs-0.2.11-darwin-universal-binary.tar.gz
58b1ab895f5c392f9ac18d000b91b8ddce58cd2a439f383234fc43e419f24fd7 cua-driver-rs-0.2.11-windows-x86_64-binary.zip
69fadcb3a4df1a899277fb6154dfcaa8be51372924cd427e861d93fef4a2c3ac cua-driver-rs-v0.2.11-skills.tar.gz
8086f196c2afd9b98fedadb0f51f7ad4f52ee7f3a1785f2c70e8dbe4060ba027 cua-driver-rs-0.2.11-windows-x86_64.zip
9718c914413fcb93ba221d83c8f6058b08c7bf4ee7aac4053019bef080de3266 cua-driver-rs-0.2.11-linux-x86_64-binary.tar.gz
bf3a2b3ab0fbe8a0ae0d4aac0d97bce6970cd2d14b739220a782dbc477996a35 cua-driver-rs-0.2.11-windows-arm64-binary.zip
ca3add6f363dfb04ab3a2722b8ce064f929deec7876fe88f1285ed6f339134fe cua-driver-rs-0.2.11-linux-x86_64.tar.gz
d1a4c3535b1c4650801044e732cfca35b039c65bbce58bcba7f6160d5c594485 cua-driver-rs-0.2.11-darwin-x86_64.tar.gz
da90e3fcaa9c3fdfc39ab84618941345a168c4966484e3c43f54a170334e3236 cua-driver-rs-0.2.11-darwin-universal.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.11-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.11-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.11-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.11-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.11-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.11-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.11-windows-x86_64.zip— directory zipcua-driver-rs-0.2.11-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.11-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.11-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