cua-driver-rs
cua-driver-rsis the Rust implementation of
cua-driver,
shipping the same user-facingcua-driverbinary for macOS and
Windows, plus Linux pre-release artifacts for early testing.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
release artifacts do not collide.
What's Changed
- Bump cua-driver-rs to v0.4.2 (e8acc6a) by @github-actions[bot]
- feat(cua-driver-rs)(macos): enable Chromium/Electron AX trees for get_window_state (#1756) (88f87eb) by @francesco Bonacci
- fix(cua-driver)(macos): guard SkyLight auth-message selector for macOS 14 Sonoma (#1503) (#1782) (6c31427) by @francesco Bonacci
SHA256 Checksums
1ac25ba688d4118ab7854dc64e4d9bb77c16b340702348ec41fe795b2466edd0 cua-driver-rs-0.4.2-windows-x86_64-binary.zip
32838c7329201b83037e1d9b32f08cef61deac52d515378bad8f9361a1867e3f cua-driver-rs-0.4.2-windows-arm64.zip
44a5b523a14e6855dbb949766c4195b4a94206d94fd7c07fd4e085d77f980e43 cua-driver-rs-0.4.2-windows-x86_64.zip
4538b566ae9c2d88beac2d705192f0b3b76d30cfae3f03de75cb1935d5180e57 cua-driver-rs-0.4.2-darwin-universal-binary.tar.gz
4d0d59d9e1e7910d928ee082fd0ea3a28d09917f2b83f1ec4467d4957dc40339 cua-driver-rs-0.4.2-darwin-arm64.tar.gz
6c701f315e2325dc7ed48ad96e7f15870ae9fd720c8fbecbf879199a549703cd cua-driver-rs-0.4.2-linux-x86_64.tar.gz
8ee944e1c761c516de82d89532302d584f2fd2c7bfc449b22aa4f18b8baac3d4 cua-driver-rs-0.4.2-darwin-universal.tar.gz
90ea8225a5965d9a7f53707820b6f6e642de7dc632f027b8f8011e6fd8cf0380 cua-driver-rs-0.4.2-windows-arm64-binary.zip
926c3e4219fc08b736278fdfdb7e15fc89ca25a28440f019d906a83c43211e49 cua-driver-rs-v0.4.2-skills.tar.gz
c91235b2019a644a4d6c35dbf33784daf0ba5054a6ace24eba9e67df4aabfb02 cua-driver-rs-0.4.2-linux-x86_64-binary.tar.gz
e391e34dd464f0b58ff7970720595cc09853e8819dd6e40e17071548d381d82c cua-driver-rs-0.4.2-darwin-x86_64.tar.gz
Install (macOS / Linux pre-release)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver/scripts/install.sh)"The shell installer covers macOS and the Linux pre-release backend
and installs the Rust implementation by default. Linux artifacts are
published for early testing and are not yet an official supported
release tier.
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.4.2-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.4.2-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.4.2-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.4.2-darwin-universal-binary.tar.gz— bare universal binary (single file at archive root; no .app — bypasses the TCC auto-relaunch path)
Linux pre-release
cua-driver-rs-0.4.2-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.4.2-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.4.2-windows-x86_64.zip— directory zipcua-driver-rs-0.4.2-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.4.2-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.4.2-windows-arm64-binary.zip— barecua-driver.exe(Windows on ARM)
Installer scripts
install.sh— macOS / Linux pre-release one-liner installerinstall.ps1— Windows one-liner installeruninstall.sh— macOS / Linux pre-release one-liner uninstalleruninstall.ps1— Windows one-liner uninstaller