⚠️ 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.16 (6d25550) by @github-actions[bot]
- fix(cua-driver-rs): telemetry home dir renamed .cua-driver-rs → .cua-driver (PR #1644 completion) (#1650) (18f363a) by @francesco Bonacci
SHA256 Checksums
0bec20fba966d6ac681fe04a446f39a2cb324ed8f313db6502456123ef4d4190 cua-driver-rs-0.2.16-linux-x86_64-binary.tar.gz
191e3fe32d662f879d5d1a3d6ec5b45d1f04339628c25b395ddac10fbb8ba8ff cua-driver-rs-0.2.16-windows-x86_64.zip
327e5fd6ef981bc9fc3972e46a035410394b312ee3d593ffe7a5c35473e87877 cua-driver-rs-0.2.16-darwin-universal.tar.gz
396d7c9a892361af34a56753e22987c53559cf6020a6c56c5155e2f15678e17e cua-driver-rs-0.2.16-darwin-arm64.tar.gz
55852e4b788e6f7833a574a97282d462c47998118b00eb4dc46b35a150a74d3a cua-driver-rs-0.2.16-linux-x86_64.tar.gz
5e8d40118f3936d15025e9c4a5d49a3063f806403f7fa8b64786744a0c13ba00 cua-driver-rs-0.2.16-windows-arm64-binary.zip
6bcb35b35f5f34d1ac3ef0650aa9a4ff704150df6073834c15b6b93095a6e6bc cua-driver-rs-0.2.16-windows-arm64.zip
97cd7341c109083c8eb2d03e90b6cef7ee692168fe350a4b698b23eb530444a5 cua-driver-rs-v0.2.16-skills.tar.gz
9b9264e35698ccc53263c2efa00bf99a915ded01fa35e150bb27208256b18fc8 cua-driver-rs-0.2.16-windows-x86_64-binary.zip
a444cd9283dabe2bbffc820a159d8dc05ab6497f5f0b303a1f6101c23f441809 cua-driver-rs-0.2.16-darwin-universal-binary.tar.gz
e6918fc6bce9c3874385e0ed75d46802106caabc08f72f412c1bd10a7d07e85a cua-driver-rs-0.2.16-darwin-x86_64.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.16-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.16-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.16-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.16-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.16-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.16-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.16-windows-x86_64.zip— directory zipcua-driver-rs-0.2.16-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.16-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.16-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