⚠️ 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.3.2 (a35a178) by @github-actions[bot]
- feat(cua-driver-rs): check-update CLI verb + check_for_update MCP tool (#1734) (7d893ce) by @francesco Bonacci
SHA256 Checksums
22ade733f817df33a7038c490945f8ef5149e54bf180b416d322ce51c418a7f7 cua-driver-rs-0.3.2-darwin-x86_64.tar.gz
51e9ad921f775d5f185f3d5be308378e0defef0bcf4055cf168de97649ae99b8 cua-driver-rs-0.3.2-linux-x86_64.tar.gz
5a53b23f0ff0b38f57ddc4616a1dbd658fc928a51365131995a5e2e9916bbcf2 cua-driver-rs-0.3.2-windows-x86_64.zip
876890204b0981167e3a364dbca73fa3e0e49363aefa256649c0d0839511d3cc cua-driver-rs-0.3.2-windows-arm64.zip
8f38b497188c9b0f9c8dbf196f779c12eff9856b97d5556510980a087e25838e cua-driver-rs-0.3.2-darwin-universal-binary.tar.gz
9552566adc2b06e28997182b64fee8deff633b8ae774cd7fb14fd9053c13d15e cua-driver-rs-0.3.2-linux-x86_64-binary.tar.gz
af5d30f858804aefec45f796f64dd640c92ffc1ea0e2c25202766fac284ad7f0 cua-driver-rs-v0.3.2-skills.tar.gz
bf2c6cb53de9112d5f59b0c4484f1a6d6f1af211d022b5ef61ed0d8040ca1345 cua-driver-rs-0.3.2-darwin-universal.tar.gz
cfff95b45f6d5ad0d27e2feedb91bdc768928612b2d69424714b05875ab4825a cua-driver-rs-0.3.2-windows-x86_64-binary.zip
e14a888e37c5f7527f0c698da70c670ff25aa956a8f0f769e264069b1d038d1f cua-driver-rs-0.3.2-windows-arm64-binary.zip
ee1aa70a3d465ca77cd3aa09d6c2ea295f60f263a618ca2907a68e13f94ec6a9 cua-driver-rs-0.3.2-darwin-arm64.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 | iexThe 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.3.2-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.3.2-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.3.2-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.3.2-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.3.2-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.3.2-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.3.2-windows-x86_64.zip— directory zipcua-driver-rs-0.3.2-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.3.2-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.3.2-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