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.2 (317e1eb) by @github-actions[bot]
- test(cua-driver): isolate GUI harness telemetry (528471f) by @francesco Bonacci
- feat(cua-driver): add bounded feature telemetry (ebfb4eb) by @francesco Bonacci
- feat(cua-driver): add aggregate agent session telemetry (3a59246) by @francesco Bonacci
- feat(cua-driver): unify tool telemetry ownership (ccdace9) by @francesco Bonacci
- feat(cua-driver): complete telemetry lifecycle coverage (7ac5836) by @francesco Bonacci
- docs(cua-driver): clarify macOS TCC launch modes (#2187) (740806c) by @injaneity
SHA256 Checksums
0c73744e80bde3cc4b0ec3b112316202b7364b148ec5adc4e2878c587dd501ea cua-driver-rs-0.8.2-linux-arm64.tar.gz
44f1bfb20a8136d2c2c89db602b698a6925b82dd5b73d27dab896f8cdb736aa9 cua-driver-rs-v0.8.2-skills.tar.gz
50f907441f38c6f20f4218722cc4c874ba571f1e386ab73159c4a23244ea12db cua-driver-rs-0.8.2-darwin-universal-binary.tar.gz
89ac6853622b3b9073942fb08ce7dd5a9d26610daffa89d1d370b9ed745a5ae1 cua-driver-rs-0.8.2-darwin-universal.tar.gz
8b80761c6acd57db54b915f4234e6561803731a889b46785de7ad4e63fbd1883 cua-driver-rs-0.8.2-linux-arm64-binary.tar.gz
9d17823399000cffd6b0a4d8c33f3ffba4191f474bd0f33d08d5d4e367c86b5c cua-driver-rs-0.8.2-windows-arm64.zip
abc07f452e6e06ef6b28ee919f3fc912e2e69de68f5cc186bff23f2815412b8a cua-driver-rs-0.8.2-windows-arm64-binary.zip
b8d73d6a8155b56a649373104e3ee592f99b2e9c6efd4d9a9095ee7f58ef6395 cua-driver-rs-0.8.2-linux-x86_64.tar.gz
bd5e9c62c8dde58782f50b4a923517dd4ee28ca11d5c091c6bfdc0728d85dfa4 cua-driver-rs-0.8.2-darwin-x86_64.tar.gz
c230ff57a6326550eaa71f3c8623af920193f0a6001791a397549e361c0f938b cua-driver-rs-0.8.2-windows-x86_64-binary.zip
ccd64cbe4d0eeda811c529b987f91494ef85bdc6fedfa03b2ad989627b3bb39b cua-driver-rs-0.8.2-darwin-arm64.tar.gz
cd1362e570f56505b9da5bd42fc6e1037606dba7a9115881c449e80cbecc7100 cua-driver-rs-0.8.2-linux-x86_64-binary.tar.gz
ed8e3ed8c260e447e1996160745cb97cbe5cbf36b7e171aa13360772eed89410 cua-driver-rs-0.8.2-windows-x86_64.zip
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.2-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.8.2-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.8.2-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.8.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.8.2-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.8.2-linux-x86_64-binary.tar.gz— bare binarycua-driver-rs-0.8.2-linux-arm64.tar.gz— directory tarball (Linux on ARM / aarch64)cua-driver-rs-0.8.2-linux-arm64-binary.tar.gz— bare binary (Linux on ARM / aarch64)
Windows
cua-driver-rs-0.8.2-windows-x86_64.zip— directory zipcua-driver-rs-0.8.2-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.8.2-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.8.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