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
- fix(cua-driver): add DPI awareness manifest for Windows (#1821) (b286d9c) by @ddupont
- feat(windows): background input without z-raise + multi-cursor demos + overlay improvements (#1809) (53bb84c) by @ddupont
SHA256 Checksums
0a62a4fdaceed5894344e1933de58d4aae1af94aadf343ec20787add060e9995 cua-driver-rs-0.5.2-darwin-x86_64.tar.gz
1063758ee9df8d5a4d718d8c99547d324f613df61e79aa6914d9c82876e214ed cua-driver-rs-0.5.2-darwin-arm64.tar.gz
21261d515ba3096050df7a0b0b34e6f2ab5d5ce59c08316c12459f74f3528f3f cua-driver-rs-0.5.2-windows-arm64.zip
45bfd3244c4943fb677c83250d8c4323d1c8d0b8ea55045a65bf584bba24cb21 cua-driver-rs-0.5.2-darwin-universal.tar.gz
60935faa24a448b43372d513deb84458cc60947bdfb602d231d2805d9d4e7460 cua-driver-rs-v0.5.2-skills.tar.gz
77b3c006624eb6c48f36e1a1d44bef6831cc42578305f74632229c9ded6ee658 cua-driver-rs-0.5.2-windows-x86_64-binary.zip
7a3997748549263e6cbb6686baa64c0ccda49b9ab3e023539c18116f6cc1cbf5 cua-driver-rs-0.5.2-linux-x86_64-binary.tar.gz
9c7d34c2a778b9791d3649ceebcc82f14a770901790c3a81c474fb20a5e446f4 cua-driver-rs-0.5.2-windows-x86_64.zip
bd908f4b8cf2197ff341e57af2b6a39b0b1b6936a54a2148a85c3fb48734f291 cua-driver-rs-0.5.2-windows-arm64-binary.zip
c7c79bb1738439411fa5c975348d18d55cf6e6661667f635f8f5b892b5c7dfae cua-driver-rs-0.5.2-darwin-universal-binary.tar.gz
e8a3d141016f08d54765eacd7ac0078d2628dbefc30cc8e8d4f5f9bff73e9b3f cua-driver-rs-0.5.2-linux-x86_64.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.2-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.5.2-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.5.2-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.5.2-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.2-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.5.2-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.5.2-windows-x86_64.zip— directory zipcua-driver-rs-0.5.2-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.5.2-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.5.2-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