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.6 (cb4eff0) by @github-actions[bot]
- fix(cua-driver/linux): auto-discover XAUTHORITY for SSH-driven Wayland+Xwayland (#1926) (#1999) (9091a30) by @francesco Bonacci
- fix(cua-driver/linux): fail loudly when X11 input can't be delivered on pure Wayland (#1921) (#1994) (7c1d06b) by @francesco Bonacci
- fix(cua-driver/linux): report dead input backend on KDE/GNOME Wayland instead of silent no-op (#1982) (#1992) (3aff226) by @francesco Bonacci
- fix(cua-driver): don't treat socket read-timeout (EAGAIN) as fatal in daemon proxy (#1864) (#1997) (b651461) by @francesco Bonacci
- fix(cua-driver/linux): retry root-only AT-SPI tree on cold Qt6 launch (#1927) (#1998) (b64af30) by @francesco Bonacci
- fix(cua-driver/windows): retry transient BuildUpdatedCache failures instead of returning elements=0 (#1881) (#1996) (7518f37) by @francesco Bonacci
- fix(cua-driver/windows): route DoubleClick/RightClick on Chromium targets via SendInput (#1984) (#1995) (26d9298) by @francesco Bonacci
SHA256 Checksums
130330b47f7398272063a757df8a8d72251acc5590b03f4e28467540f3ba7cde cua-driver-rs-0.6.6-linux-x86_64.tar.gz
2163e82af2086bbfe1a83167418443bac6196fec11e57654040f0d590451d372 cua-driver-rs-0.6.6-windows-arm64.zip
285a3cc288586cc790e2cfe37365a473076ae85ae1cc6514774948dad06e51bd cua-driver-rs-v0.6.6-skills.tar.gz
2a95a359750424c8a5a4af335bcfddafd4aa0aaa1fb93f3991aa6a844efced9b cua-driver-rs-0.6.6-windows-x86_64.zip
367ba980f21724556203d5b9a654963b905210ed3a0b0486f9b2bb0f50479bc8 cua-driver-rs-0.6.6-linux-arm64-binary.tar.gz
3f725bf8c3e84b59986b01511c34eb442594161333e7e73ece77ebd5843d3d3d cua-driver-rs-0.6.6-linux-arm64.tar.gz
4fb5c361335a0f7c7ae3165d0243e8cf23052124a5619087d029efc0908318e8 cua-driver-rs-0.6.6-darwin-universal-binary.tar.gz
5ea84eb3f7d3e660a7c2aa479d1d398c1d8ded7840370dacf7ce869e0476c507 cua-driver-rs-0.6.6-windows-x86_64-binary.zip
6f63f7ac10503e7c45b389ff64e353ffcea73f613296c0f95563ea24e91cbe52 cua-driver-rs-0.6.6-darwin-x86_64.tar.gz
7ab04364d0fe307b2015d0a3062387fa02b0e8e16ec93132478c0a79aa0ee1c1 cua-driver-rs-0.6.6-linux-x86_64-binary.tar.gz
8088120199920fcb1330aba404d8d4c85fbd824b49ac6ba074e93415b9ebeec5 cua-driver-rs-0.6.6-darwin-arm64.tar.gz
9c7391d012eb6b0e6c86ac42eb02842bf4e3ef01c5b7050d193b019be0538f00 cua-driver-rs-0.6.6-windows-arm64-binary.zip
fd6f839a7f80cfcfcb1dd85b3fc796b56191ddb37f9b392ed9d7d508de41123e cua-driver-rs-0.6.6-darwin-universal.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.6-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.6.6-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.6.6-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.6.6-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.6-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.6.6-linux-x86_64-binary.tar.gz— bare binarycua-driver-rs-0.6.6-linux-arm64.tar.gz— directory tarball (Linux on ARM / aarch64)cua-driver-rs-0.6.6-linux-arm64-binary.tar.gz— bare binary (Linux on ARM / aarch64)
Windows
cua-driver-rs-0.6.6-windows-x86_64.zip— directory zipcua-driver-rs-0.6.6-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.6.6-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.6.6-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