⚠️ 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.13 (b8170c9) by @github-actions[bot]
- fix(cua-driver-rs)(windows)(#1636): surface WinRT enumeration failures in list_apps's UWP path (#1643) (cf0f42f) by @francesco Bonacci
- fix(cua-driver-rs): CLI 'call' surfaces JSON parse errors with PS5.1 stdin-pipe hint (#1637, closes #1635) (#1642) (3b0f3ab) by @francesco Bonacci
- fix(cua-driver-rs)(windows)(#1640): check_permissions reports token integrity level, not TokenIsElevated (#1641) (e402367) by @francesco Bonacci
SHA256 Checksums
099c2872400d5604dd7b5d47e20931962c0e60e3b68284cc614cbfde7be78326 cua-driver-rs-0.2.13-darwin-universal.tar.gz
22c14efda07458423994724224ad029ff21a3b48b0ec216474f066831e3d0502 cua-driver-rs-0.2.13-windows-arm64.zip
28387b6040e3ae1325311a5e6729f82a153bbda4aae05d6db91b82290f6a17fe cua-driver-rs-0.2.13-windows-x86_64.zip
37f4fdb4885bfe6a9451749f9e8ee3b7a655d00dded3f4b60cb4a9c7f5f96439 cua-driver-rs-0.2.13-darwin-universal-binary.tar.gz
82f732670881eed53cd408cfa145ccb795a35a6a738648277a910dc003a4f11c cua-driver-rs-0.2.13-darwin-arm64.tar.gz
84104c15e8573d95989571e027b767b129d8110b281c1b22781968831e1ff044 cua-driver-rs-0.2.13-linux-x86_64.tar.gz
878015452f8843d3b1701dcc3135b89e7771dff5959ef1439e892dbd5dad624e cua-driver-rs-0.2.13-darwin-x86_64.tar.gz
adaa9c939c40790c596d7f132fefd271f742bf1dd65c270ec0145ab18cc98841 cua-driver-rs-0.2.13-windows-x86_64-binary.zip
bc8886f972dcbb03ff9a4cd737af1ccc68c9d6f5ab6a66332a80d4dd3945c7a2 cua-driver-rs-0.2.13-windows-arm64-binary.zip
d79935545cea19a39dc558ec9914770ab18102a1afd4d336f3b993590a712553 cua-driver-rs-v0.2.13-skills.tar.gz
e65d1380dec685b3e69f1dfc695a9d841b601bb9ca34e67d02866b2743bbf737 cua-driver-rs-0.2.13-linux-x86_64-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.13-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.13-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.13-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.13-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.13-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.13-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.13-windows-x86_64.zip— directory zipcua-driver-rs-0.2.13-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.13-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.13-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