⚠️ 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.5 (394330e) by @github-actions[bot]
- feat(cua-driver-rs): Phase 2 panel + structural fixes (opt-in) (#1566) (62655a1) by @francesco Bonacci
- feat(cua-driver-rs): Phase 1 native NSPanel onboarding gate (macOS) (#1565) (2a0dddb) by @francesco Bonacci
- fix(cua-driver-rs): drop bogus window-enum fallback in screen-recording probe (#1562) (e00840a) by @francesco Bonacci
SHA256 Checksums
04cdf79f759590d10da12f9ab266fc7bececa994be130d85eed644a30c4a8474 cua-driver-rs-0.2.5-linux-x86_64-binary.tar.gz
350dd47d7a42c1c8dee01059e6fbdc8ba9857e92949ce25ae31ee8ed92f24e96 cua-driver-rs-0.2.5-windows-x86_64.zip
3c6f0d2d47c2dfc4e542e3c1da673cc4711946bfcb925690283483ccb2aba1ad cua-driver-rs-0.2.5-darwin-arm64.tar.gz
5ccf7ea81c5a29351b41dab8049bc92216e5e6a880fdc85a75bad7c745b79b60 cua-driver-rs-0.2.5-linux-x86_64.tar.gz
5eed266fb2f15afdcc19b25e89b9866bf7fce7786b4df4c45a0d0365a5868e24 cua-driver-rs-0.2.5-windows-x86_64-binary.zip
6acdd68358144ed3fcac0051919c7315c484beb8a937e036684d5809c40ab2bd cua-driver-rs-0.2.5-darwin-universal.tar.gz
7164ed120493b580ce0cbd26dce8114ae56c00f7d996b9159f17df43acd3ad91 cua-driver-rs-v0.2.5-skills.tar.gz
801f00032009bcc6f2b67a36e610e3d4fd68bf3be4e91db2644f00c57bbf2495 cua-driver-rs-0.2.5-windows-arm64-binary.zip
8954caa3c8c388c53cd9afa1ac01cca2e24eadb56a13fadf06cb94f1718fc948 cua-driver-rs-0.2.5-windows-arm64.zip
a2a0808698e0c89c4644bdfd277607a545d82634249c8ce048afdb6190b1de78 cua-driver-rs-0.2.5-darwin-universal-binary.tar.gz
d65036d8bbf54398e8875392c1b0d2660b29fd32abdf2d407d6862f62fa1d05f cua-driver-rs-0.2.5-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.5-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.5-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.5-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.5-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.5-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.5-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.5-windows-x86_64.zip— directory zipcua-driver-rs-0.2.5-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.5-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.5-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