⚠️ 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.12 (ae3626d) by @github-actions[bot]
- fix(cua-driver-rs)(windows): skip cua-driver-uia spawn when main daemon is at High IL (#1602) (#1634) (d981674) by @francesco Bonacci
SHA256 Checksums
1c6002f0a4c613e15506eab4a03fff449c9b04ddc7c1d92b93de4a0393d257c2 cua-driver-rs-0.2.12-linux-x86_64.tar.gz
50ad72f74cc4c1fdf2e3cf7b4bc2516e85c153c017e5a4ebc6d8aad27130a5f9 cua-driver-rs-0.2.12-windows-arm64-binary.zip
5a812369d96212af7be3ceff9399d0126be304ab4576cc7bce2748123daf6256 cua-driver-rs-0.2.12-windows-arm64.zip
9655b397afa81994720959b4c40279361eba4ad1808fa0eabcd145a72fad73e6 cua-driver-rs-v0.2.12-skills.tar.gz
a5a328973a67d26d905183ed389806549eebe992902567e2ab39d07169d45998 cua-driver-rs-0.2.12-linux-x86_64-binary.tar.gz
bea543f4807f458aa5e8ac87952f6ffade91813e8604788a50a3b21bcf9a3d0f cua-driver-rs-0.2.12-windows-x86_64.zip
e508131bf483dcd21b2a86d3142c042bdbd8f02023b1572daef5c237a70ae639 cua-driver-rs-0.2.12-windows-x86_64-binary.zip
ef6007c24d4eb5860786ff1cc0a6877de85f38b90eb74e23240a0d69c1974b2d cua-driver-rs-0.2.12-darwin-x86_64.tar.gz
efdaf0cd73fb294da1b21cf68b8ca37fecab24d6b7ee03752b671fad6b39fd8d cua-driver-rs-0.2.12-darwin-universal.tar.gz
f1a6366e6d805d13e467e488ce169c55fd01e899f86c3c2f339c6523410080a6 cua-driver-rs-0.2.12-darwin-arm64.tar.gz
f535801af18a043eae527176d8ce88b6fd2e30caedaf492e811aa0a65f24b915 cua-driver-rs-0.2.12-darwin-universal-binary.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.12-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.12-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.12-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.12-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.12-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.12-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.12-windows-x86_64.zip— directory zipcua-driver-rs-0.2.12-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.12-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.12-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