⚠️ 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.10 (2ea3834) by @github-actions[bot]
- feat(cua-driver-rs)(windows): register autostart task at RunLevel=Highest (#1602) (#1630) (8d8f530) by @francesco Bonacci
- docs(cua-driver-rs)(windows): hotkey tool description reflects actual SendInput dispatch (#1629) (a280cf8) by @francesco Bonacci
SHA256 Checksums
095ab0cf0ccfbf0adddedecee769788903fb44fc466e02e772f6d669dd46fcf8 cua-driver-rs-0.2.10-darwin-universal.tar.gz
1a3cbbd98484e264a90a013751b4424493e72b3dff8af677f85d7d7e58df854c cua-driver-rs-0.2.10-linux-x86_64-binary.tar.gz
1ed932c122dbea7644672910cc12e11a3b97577e873b51aa8790c686602911af cua-driver-rs-0.2.10-darwin-universal-binary.tar.gz
412b8861c0d2cff22fcb56563597dfa28158aff986f9ed473142805220a682d1 cua-driver-rs-v0.2.10-skills.tar.gz
4313c766831e3c6af7f2cd4f174db6ac4c30da332f8645f83041eaee9ad5b35d cua-driver-rs-0.2.10-darwin-x86_64.tar.gz
693a44c9af4b16a3efe6d9795bb86d60b5731f027e7d6fac206c808fb55e5614 cua-driver-rs-0.2.10-linux-x86_64.tar.gz
bcd093e6e933160928b2e2b82a21faece4b8c7cda30e4618db01a198b29e5542 cua-driver-rs-0.2.10-darwin-arm64.tar.gz
d29dbd5a474952d7d62ab82d65624de524d2a2d05c5e19174978a960d4d9a38a cua-driver-rs-0.2.10-windows-x86_64.zip
db73eddd4a5ddfbdccac1ff5d0397775521beb81f0bf1379e27cf69152378875 cua-driver-rs-0.2.10-windows-arm64-binary.zip
e1ac3a4be6a5e6458035ea27d5639ec21eed38a3aca12303dfee487301acb280 cua-driver-rs-0.2.10-windows-arm64.zip
e4fa8e8f0e58f5eb5b6b4b34e11e5e4011bf6d7cc1da22a4be9140d4d272e10a cua-driver-rs-0.2.10-windows-x86_64-binary.zip
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.10-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.10-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.10-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.10-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.10-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.10-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.10-windows-x86_64.zip— directory zipcua-driver-rs-0.2.10-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.10-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.10-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