⚠️ 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.1 (10b82a8) by @github-actions[bot]
- feat(cua-driver-rs): garbage-collect old install versions + concurrent-install lockfile (#1541) (7581459) by @francesco Bonacci
- feat(cua-driver-rs): Windows installer + ARM64 build + versioned-dirs install layout (#1540) (497509e) by @francesco Bonacci
SHA256 Checksums
0558d2d3c26ca678eb89aaa82f952ffa2e2f0611ec9c3146b89b8ce2324ef154 cua-driver-rs-0.2.1-darwin-x86_64.tar.gz
3c735eaf34f0680346091cf00184f79546fff4d4eb1a930540b178b3c6ae322a cua-driver-rs-0.2.1-darwin-arm64.tar.gz
662cc2c77b75e07819077b1cf2715a4e21ac1c920d4fd7bc197cc55f1970b675 cua-driver-rs-0.2.1-darwin-universal.tar.gz
89320a8a65fa8f45c82b42a75aeb0c6a48718229f70ebf262c0b0ec884fcb080 cua-driver-rs-0.2.1-windows-x86_64.zip
8e9a47ac4847187d12cf29720e5c180e6480dd05a973ab5493fc306a51c2c079 cua-driver-rs-0.2.1-windows-arm64-binary.zip
b1750730e0e7578bd87063c06cb68dc85271fb1a116afd9ca24c13ddbc96c826 cua-driver-rs-0.2.1-darwin-universal-binary.tar.gz
cacf18f9bec696c4ee3a386c3265b9f802c95743a228e728a317382d3110a803 cua-driver-rs-0.2.1-windows-x86_64-binary.zip
ed2b6c8e9f4271b6e31dfc303f8a88dd2838abbaab100db3504dd562498e5833 cua-driver-rs-0.2.1-windows-arm64.zip
f4f0a279ff4ccb97906f09bca6194dcb902e129dafbe5dbb1f1c94fd43c906fa cua-driver-rs-0.2.1-linux-x86_64-binary.tar.gz
fb6e47a2b54aab0030a658f8d6006f25cf113ca915d47b263db6b8ac69476264 cua-driver-rs-0.2.1-linux-x86_64.tar.gz
Install (Linux / macOS)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver-rs/scripts/install.sh)"Install (Windows)
irm https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver-rs/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.2.1-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriverRs.appbundle (install.sh expects this layout)cua-driver-rs-0.2.1-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.1-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.1-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.1-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.1-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.1-windows-x86_64.zip— directory zipcua-driver-rs-0.2.1-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.1-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.1-windows-arm64-binary.zip— barecua-driver.exe(Windows on ARM)
Installer scripts
install.sh— Linux / macOS one-liner installerinstall.ps1— Windows one-liner installer