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.5.7 (93e8198) by @github-actions[bot]
- feat(cua-driver-rs)(linux): gate native-Wayland backend behind opt-in flag (#1935) (1e39e8b) by @francesco Bonacci
- chore(cua-driver-rs)(nix): use cargoLock.lockFile + sync Cargo.lock on bump (kill version drift) (#1934) (6fed723) by @francesco Bonacci
- fix(cua-driver-rs)(windows): stop idle overlay CPU + orphan mcp child (#1808) (#1933) (2fd2b88) by @francesco Bonacci
- fix(cua-driver-rs)(linux): set_config {key,value} now persists (Closes #1923) (#1928) (14058e6) by @francesco Bonacci
SHA256 Checksums
07c3fa9c32930cd7bf668527a0c07931323c533fb13c1af81a3d9f2e7b570ede cua-driver-rs-0.5.7-darwin-arm64.tar.gz
1fc9df4362d18f6ea28f017d36437c5fe396d104844e472a0576739cca8c42c4 cua-driver-rs-0.5.7-windows-arm64.zip
2a4e2566cab76e38e7c42bf0977ff1eb2c5d6bfcb79082ccd0edb3784f280fb0 cua-driver-rs-0.5.7-darwin-universal.tar.gz
3ca879b37b52d55086f68c83c62e978fa2466cc152ab680217eb6b229c5e200c cua-driver-rs-0.5.7-linux-x86_64.tar.gz
65cfa62311df5bb68e1b7852a239b97ec02bafe3d467b8c476cc48c77f9fc28f cua-driver-rs-0.5.7-darwin-universal-binary.tar.gz
76068fc113f9947f38510ed0511f6e6fd78d11373a7c4636880341ec2d0f7de2 cua-driver-rs-0.5.7-windows-x86_64-binary.zip
8b36c7d90a91c3db15aa49be851d558b7907b2d1dfafe4e5546c10bd413459be cua-driver-rs-0.5.7-windows-x86_64.zip
a1c47900b05652989d20eead907a619527f64546e029230569e478513ab91daa cua-driver-rs-0.5.7-darwin-x86_64.tar.gz
e12b1c74ec5cc6c96a83847826723cb077d609df6bb23818bf7be5cd4f05eae7 cua-driver-rs-0.5.7-windows-arm64-binary.zip
e3544168b2075ad66df4c6364ca8734779d4525f94e97fefbf077c6341e15066 cua-driver-rs-v0.5.7-skills.tar.gz
e527cfd0c72b6752290cb34fa9439da4f5f3727ce74af8a0dcc86d970e802dc3 cua-driver-rs-0.5.7-linux-x86_64-binary.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.5.7-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.5.7-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.5.7-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.5.7-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.5.7-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.5.7-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.5.7-windows-x86_64.zip— directory zipcua-driver-rs-0.5.7-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.5.7-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.5.7-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