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.8 (acf84b9) by @github-actions[bot]
- feat(cua-driver-rs): become own responsible process for true TCC status (#1956) (d61ce01) by @francesco Bonacci
- fix(cua-driver-rs): show the agent cursor by default (#1955) (1119035) by @francesco Bonacci
- docs(cua-driver)(linux): present Linux as GA in the skill + docs, fix skill-install paths (#1949) (d52f26b) by @francesco Bonacci
- fix(cua-driver-rs)(linux): modal-dialog hang (#1936) + type_text focused-widget targeting (#1938) (7c55774) by @francesco Bonacci
SHA256 Checksums
10f033b568b16d1e0bcb0ff177102495ac2c2776891d304834af68da2427b59e cua-driver-rs-0.5.8-darwin-arm64.tar.gz
26fd0ff91cf117db882ab55eb7acec2975cede0f52c6a71059717c374e61303a cua-driver-rs-0.5.8-darwin-x86_64.tar.gz
30d096c70eda305127c20231dfcb96e3775ba56ee7fd58bf5d671adb9f65c9dd cua-driver-rs-0.5.8-windows-arm64.zip
4b464a460611967b2028c8fc15461bab1fe96e2a53b880f46bf53cfd5fdb58da cua-driver-rs-0.5.8-linux-arm64.tar.gz
5da4c27ae4ae3e1a098500a6e13125306daea0767d399a75039a5e0e425a330f cua-driver-rs-0.5.8-linux-x86_64.tar.gz
7b099419c8a463aa8f839b4c9f1e07e047bcb20e254f3955d27af87f35ab7699 cua-driver-rs-0.5.8-windows-x86_64.zip
7c142896ca7a37b14338c2daf56ae1cf565762490da49f4ae16c0c19b95c37b4 cua-driver-rs-0.5.8-darwin-universal-binary.tar.gz
8422a119692fd93c51639fa7ce7fa693e3c7208228ee2d84ad09be65bc986699 cua-driver-rs-0.5.8-linux-x86_64-binary.tar.gz
84f294aa6d259466331911401ab72a3ef286da6f03e17ef9bfdb57f248516e7b cua-driver-rs-0.5.8-windows-arm64-binary.zip
89a3d512f2a9cd3e4c777ed0369ef3e3b077c60e754b3a562070772eba5e9191 cua-driver-rs-0.5.8-windows-x86_64-binary.zip
c33aab4d0a9af4aec5b6d646a70f8a4689d8865535db163caa41fbad3d55cb73 cua-driver-rs-0.5.8-linux-arm64-binary.tar.gz
e2fef8a276591dbf81d8f7a71e823c080c8d3242c8c2d7c0518f67dd4e1dc6e2 cua-driver-rs-v0.5.8-skills.tar.gz
f3dc6c5684e7148a6b8f40f37c22236ef8bcb546d41afc6197c5926fc706bc38 cua-driver-rs-0.5.8-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.5.8-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.5.8-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.5.8-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.5.8-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.8-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.5.8-linux-x86_64-binary.tar.gz— bare binarycua-driver-rs-0.5.8-linux-arm64.tar.gz— directory tarball (Linux on ARM / aarch64)cua-driver-rs-0.5.8-linux-arm64-binary.tar.gz— bare binary (Linux on ARM / aarch64)
Windows
cua-driver-rs-0.5.8-windows-x86_64.zip— directory zipcua-driver-rs-0.5.8-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.5.8-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.5.8-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