⚠️ 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.6 (67f337c) by @github-actions[bot]
- fix(cua-driver-rs): re-exec daemon to refresh TCC trust cache (macOS) (#1567) (831255f) by @francesco Bonacci
SHA256 Checksums
11352745f2271f9505ae249d4837ce7e5e92cb4af9d60602fa532f3131f1ea5b cua-driver-rs-0.2.6-windows-arm64-binary.zip
12fcd32a822a56c4e64153262df60271557058ad24616c257694696fd318566e cua-driver-rs-0.2.6-darwin-x86_64.tar.gz
4f9a19bd574536925b9f1703645a7cae9cdd6ef9e3fd0fc9275761a4566cdd20 cua-driver-rs-0.2.6-linux-x86_64.tar.gz
55e34f0f3ff30d2be7e6aef35f027529f7c73fbdce44ef9fd6231553ccb121e0 cua-driver-rs-0.2.6-windows-arm64.zip
6638cc01ca4a712cf37541a1b74375efd7612896ff0ff49f9ec69d3f3529fcb7 cua-driver-rs-0.2.6-windows-x86_64-binary.zip
825ed7ceee06ae1abe36ec3ed17f228605d2434dcf9ef945e4e1e87a33ebab27 cua-driver-rs-0.2.6-darwin-universal.tar.gz
96c411edb7aacb1c075de44857221718b67ae486a03c8410ae2061ff2bec4619 cua-driver-rs-0.2.6-darwin-universal-binary.tar.gz
a2beaefc9932df4b85c1d7523dd83b84e93213f957ff4a6c42d9f84c82af6396 cua-driver-rs-0.2.6-windows-x86_64.zip
b641ba79fbe4134128f7a7c4164b2540b3a309a66679595a14fb92e2f6c897cc cua-driver-rs-0.2.6-linux-x86_64-binary.tar.gz
e5b3fa790dbfab42992a2363b77f1ac3472249e1b3bfc924bc557c05c51c802a cua-driver-rs-v0.2.6-skills.tar.gz
ee9635e1cc7003609d7e5ffae16e17e39829255a13139d8481255aabf85573b7 cua-driver-rs-0.2.6-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 | 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.6-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.6-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.6-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.6-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.6-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.6-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.6-windows-x86_64.zip— directory zipcua-driver-rs-0.2.6-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.6-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.6-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