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.6.5 (61f7624) by @github-actions[bot]
- test(cua-driver)(windows): pin PostMessage LPARAM coord packing for negative client-area coords (#1979) (#1983) (eb15e8e) by @francesco Bonacci
- fix(cua-driver)(windows): correct VIRTUALDESK normalization fence-post for negative-offset multi-monitor (#1979) (#1980) (ec7084e) by @francesco Bonacci
SHA256 Checksums
20e75c2fedb547037e7a350e589657ce783b0099f84347eabb11fd6a701c7d63 cua-driver-rs-0.6.5-windows-arm64-binary.zip
2a7f73082210e90c40e18bdee6ce0992d770e548b37dc64a3748e32093817650 cua-driver-rs-0.6.5-darwin-universal-binary.tar.gz
367141f2a14f5e59622eea5af1e66ad215cbfca840efaf843d8c005cf3d24fd7 cua-driver-rs-0.6.5-linux-x86_64-binary.tar.gz
4e17d703a363398dc8c3e03f9149d73654ca5f73e4b3200613b319e272c8b9a9 cua-driver-rs-0.6.5-linux-x86_64.tar.gz
5a983ee22d0e0980742cf37a10e6acb382d890d2e4a499d719640b3ba2ab484f cua-driver-rs-0.6.5-linux-arm64-binary.tar.gz
722cc00c568280e366db197ae878343fc016c61b7441a9acd390ce9583dfe585 cua-driver-rs-0.6.5-darwin-x86_64.tar.gz
83fd31fb985cdb0154d9a124860b5e870f7c1c9e259e107f3f4227bcbc624be9 cua-driver-rs-0.6.5-windows-x86_64.zip
8e6110526a8ff5ccbccce2174915c901d0d25afb1e63e272dca1c192f019ec79 cua-driver-rs-0.6.5-windows-x86_64-binary.zip
961b673bd106d222ef5a488533c68908593598ec8a6ac9b138598e8aaa97ae00 cua-driver-rs-0.6.5-darwin-universal.tar.gz
a2ea9b0d62b5dd14141f5fccf1a337988c7c8f8f1109106efad87a07b18e9d11 cua-driver-rs-0.6.5-windows-arm64.zip
a3837d79558c3b0a8228bf0d117f53e6c07bde5a5582c90fdc9fb7abf26699d3 cua-driver-rs-0.6.5-linux-arm64.tar.gz
b4e452dc17b642acf50b02e94ab653733826836d01398ea51e339c57f35ee0a4 cua-driver-rs-0.6.5-darwin-arm64.tar.gz
cf63e77c20d27a3e13c5834705847290cdef03d4272567ffd51c5fd2693e609a cua-driver-rs-v0.6.5-skills.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.6.5-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.6.5-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.6.5-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.6.5-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.6.5-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.6.5-linux-x86_64-binary.tar.gz— bare binarycua-driver-rs-0.6.5-linux-arm64.tar.gz— directory tarball (Linux on ARM / aarch64)cua-driver-rs-0.6.5-linux-arm64-binary.tar.gz— bare binary (Linux on ARM / aarch64)
Windows
cua-driver-rs-0.6.5-windows-x86_64.zip— directory zipcua-driver-rs-0.6.5-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.6.5-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.6.5-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