⚠️ 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.3.1 (8bacf5b) by @github-actions[bot]
SHA256 Checksums
0d463fccbe798de9b4b5f253f705c6d132c7f820eb31a5f9ababc3343e57dc79 cua-driver-rs-0.3.1-darwin-arm64.tar.gz
0ed3fc2b146860583b58546fbb843037f75146f38dc0c08c24e3b88a3f205614 cua-driver-rs-0.3.1-linux-x86_64.tar.gz
3073e2fdf5d577305f619b8681f65d3a63d43935e55fb7dcf2383065cb03065d cua-driver-rs-0.3.1-darwin-universal-binary.tar.gz
66a63896ccba621ea72fb15030720901fcf623808bd1c3bf5a60ce167836f0f8 cua-driver-rs-0.3.1-darwin-universal.tar.gz
676de72cf945d350b91a94e686ffb807f023c5f7bc3f4f4d2a8382155a04b355 cua-driver-rs-0.3.1-windows-x86_64-binary.zip
6e248f300bd514a08d976e2caf8fd5e1ff68cc206479e5eba48c1860a68e6820 cua-driver-rs-0.3.1-windows-arm64.zip
7e2d3bbe47f12730d9a04efba4d06ee707aa018ad48537a7864e31d664e7c380 cua-driver-rs-0.3.1-darwin-x86_64.tar.gz
81859137ae2a88bac573a36ae88d88f8d74cd01e239546926df385d1926c355f cua-driver-rs-0.3.1-linux-x86_64-binary.tar.gz
b8bfb44979fd9e662b48d6540d8a1a60fd50c014f63f35d2cc1dc811f5afa403 cua-driver-rs-v0.3.1-skills.tar.gz
c715bc242f013afe2dc6eaca872a6f6379303e413fb95e13e91e7dfc13b9a599 cua-driver-rs-0.3.1-windows-arm64-binary.zip
df69920c3204bb3db82c0f4d7036e34d60348642db9a517e17b64a65db176660 cua-driver-rs-0.3.1-windows-x86_64.zip
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 | 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.3.1-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.3.1-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.3.1-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.3.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.3.1-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.3.1-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.3.1-windows-x86_64.zip— directory zipcua-driver-rs-0.3.1-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.3.1-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.3.1-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