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.8.1 (fe39a59) by @github-actions[bot]
- fix(cua-driver): retain country-only telemetry (#2217) (a705c2a) by @francesco Bonacci
- fix(cua-driver): harden telemetry release paths (#2214) (06fcc0f) by @francesco Bonacci
SHA256 Checksums
18adc694baf74fa63472d26dcdc84885342a7c1143b79ee554c13e143403432c cua-driver-rs-0.8.1-linux-arm64.tar.gz
43a571c091f641aedc80c8da4d691e9bffd7f1e9ec78c9e3425aa721b17b984b cua-driver-rs-0.8.1-windows-x86_64-binary.zip
78b2546d86c5fbbc76d3e76b4dd9718b77f856a1af2d409102df16c1a002b12f cua-driver-rs-0.8.1-darwin-x86_64.tar.gz
959d5f321b95b55fb39e745ebc9e8927e6e74ccc2f763c67e514eb836f96b6f8 cua-driver-rs-v0.8.1-skills.tar.gz
9afae6648efcf69e06d5e00bcaf6bf8fb089411f83ac206125f8fb0de69482d7 cua-driver-rs-0.8.1-windows-arm64.zip
a669000ef1cf2ab3522e2cac3ec4561a20ceaaee90f73f18095a4884591b66e9 cua-driver-rs-0.8.1-darwin-arm64.tar.gz
c008a558179f9ead0be8df01aec674df2d7bbe82d5df70232d70a693ffe4ec36 cua-driver-rs-0.8.1-windows-x86_64.zip
c966185d1ca204960ac9e249a93c1ba1dbbf7ec4d4318d9a1770732a6d5c6074 cua-driver-rs-0.8.1-linux-x86_64-binary.tar.gz
ce1789726efef1a3693a8d7338becdcc439c67c4ab69374bbea513300131d0b3 cua-driver-rs-0.8.1-darwin-universal-binary.tar.gz
d35081838110102b18ddaa3b2d7c8ca0027ff9ce1712a57139d3cdb3e6ac835d cua-driver-rs-0.8.1-linux-arm64-binary.tar.gz
dc6f901b03be002a5b4137ceafd9d02cb0eb0df9265e771c6530e7cfc0a6a4f2 cua-driver-rs-0.8.1-darwin-universal.tar.gz
f7f1ef8f9933216d1590f22d40a660dfe02483770bdaf3f83097a5a87258c026 cua-driver-rs-0.8.1-windows-arm64-binary.zip
ff0e7e49333927708fba2c1f02bc315777697e3762804c7402fc554268ed0ee2 cua-driver-rs-0.8.1-linux-x86_64.tar.gz
Install (macOS / Linux pre-release)
/bin/bash -c "$(curl -fsSL https://cua.ai/driver/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://cua.ai/driver/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.8.1-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.8.1-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.8.1-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.8.1-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.8.1-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.8.1-linux-x86_64-binary.tar.gz— bare binarycua-driver-rs-0.8.1-linux-arm64.tar.gz— directory tarball (Linux on ARM / aarch64)cua-driver-rs-0.8.1-linux-arm64-binary.tar.gz— bare binary (Linux on ARM / aarch64)
Windows
cua-driver-rs-0.8.1-windows-x86_64.zip— directory zipcua-driver-rs-0.8.1-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.8.1-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.8.1-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