cua-driver-rs-v0.6.2
Pre-releasecua-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.6.2 (90296ed) by @github-actions[bot]
- fix(cua-driver-rs): feature-gate portal+libei so bullseye CD publishes v0.6.1 (#1967) (5061c11) by @francesco Bonacci
SHA256 Checksums
001c39194b3ae677e821a2ce93b22bb1b18c28f5cb33a3946ac150a89893408a cua-driver-rs-0.6.2-windows-x86_64.zip
03b6cac95071749a744104fc3360e18252ca7a0d1172d46e6b185e025c201ef2 cua-driver-rs-0.6.2-darwin-universal.tar.gz
274f0d07e6002c6fe4853b94eabfa875728ee7c1bbb673d93f14624693d29ce3 cua-driver-rs-0.6.2-windows-x86_64-binary.zip
46bf764957af77d4e1b4b57f982ee0b59f7d5649c7ece805dc0deae7b7981fa0 cua-driver-rs-0.6.2-darwin-arm64.tar.gz
4b680311efd8f22bc19857aa14c4b7f7efae62999553b7eaad5b693047c397bd cua-driver-rs-0.6.2-windows-arm64.zip
58ba44a45006579c38750672cd1b05148dc8c763fc9b338129280decd32ef633 cua-driver-rs-0.6.2-darwin-universal-binary.tar.gz
5c0956542ba9f8786f77b56579583241772babda8c263c80140fbd45726d807b cua-driver-rs-0.6.2-windows-arm64-binary.zip
6f07046d5571539f7c5d2d9137b43a6d2a30e0b2a0f1d0bebdc0063bb16b931a cua-driver-rs-0.6.2-linux-x86_64-binary.tar.gz
81135843db0e6852b97fd912299fdaa0c8b08a5c92e2597b3a2536a144d4e249 cua-driver-rs-0.6.2-linux-x86_64.tar.gz
a494f4ba36316881113082023b16848595985cfa31f30f17b22aa50a8c810248 cua-driver-rs-0.6.2-linux-arm64.tar.gz
d3ecfd7f231d0d7b86b7003157ceabc056e8f8f1949657d0755224a2fd93845a cua-driver-rs-0.6.2-darwin-x86_64.tar.gz
da044826f8dbad6a0321907227fb8398ad52249f30379dfc016fa9b999c2f6c7 cua-driver-rs-0.6.2-linux-arm64-binary.tar.gz
dffc803a491a1834814d1d11dc9540459b68be9ecbb03471c75690c0645acf83 cua-driver-rs-v0.6.2-skills.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.6.2-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.6.2-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.6.2-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.6.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.6.2-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.6.2-linux-x86_64-binary.tar.gz— bare binarycua-driver-rs-0.6.2-linux-arm64.tar.gz— directory tarball (Linux on ARM / aarch64)cua-driver-rs-0.6.2-linux-arm64-binary.tar.gz— bare binary (Linux on ARM / aarch64)
Windows
cua-driver-rs-0.6.2-windows-x86_64.zip— directory zipcua-driver-rs-0.6.2-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.6.2-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.6.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