⚠️ 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.7 (d5f8db5) by @github-actions[bot]
- fix(cua-driver-rs): proxy MCP through daemon on Windows/Linux when one is up (#1580) (2192f37) by @francesco Bonacci
SHA256 Checksums
1690ab9a5fdcf4903fddfda770d52cb13cb1844940e84970a0c43ca39088bb9c cua-driver-rs-0.2.7-darwin-universal.tar.gz
252f2039b4857cf8fe0af71e2e0ca1b5af1233ef468076ffdfd05a52ab9088fc cua-driver-rs-0.2.7-windows-arm64.zip
4f31e024b4b52cef78266d9bf967042e2096b04da6adfc2520e503e370f262e6 cua-driver-rs-0.2.7-linux-x86_64.tar.gz
52d3019f71fc6689074a91849cbe5b6642a8fb57b75e1af7130b58c0964bb128 cua-driver-rs-0.2.7-windows-x86_64.zip
8112365af2b4772c3df741464011e2da86e06a03c6ff9bff2b5c94e35fd89d50 cua-driver-rs-0.2.7-windows-x86_64-binary.zip
8d2d1da8008074b188c182011124c5076358781ab23deac176295736b4584301 cua-driver-rs-0.2.7-linux-x86_64-binary.tar.gz
a93cb78206c8f72fadda47b0f5adf9b4b24dae0adcccdccee9c359e116254321 cua-driver-rs-0.2.7-windows-arm64-binary.zip
af327e3e17272e5037f55fa2c9ba4077570883f11f3c89e73f21e7261903a437 cua-driver-rs-0.2.7-darwin-arm64.tar.gz
cfef2271ad126359654f78d1a08d41d421fea9cf9240cc617f39866e5435c6c4 cua-driver-rs-v0.2.7-skills.tar.gz
ea01997a064c5bfe2eb895b5443bc63a4dd3f8db5b6665fcb7a98d3c8e2b2ee6 cua-driver-rs-0.2.7-darwin-universal-binary.tar.gz
fb01c0cba38d9f35bcdcdf1aa507433d9bc643b3cb20d40359c8a2fdbe9039e4 cua-driver-rs-0.2.7-darwin-x86_64.tar.gz
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.7-darwin-universal.tar.gz— directory tarball with LICENSE +CuaDriver.appbundle (install.sh expects this layout)cua-driver-rs-0.2.7-darwin-arm64.tar.gz— same payload, named for arm64 callerscua-driver-rs-0.2.7-darwin-x86_64.tar.gz— same payload, named for x86_64 callerscua-driver-rs-0.2.7-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.7-linux-x86_64.tar.gz— directory tarballcua-driver-rs-0.2.7-linux-x86_64-binary.tar.gz— bare binary
Windows
cua-driver-rs-0.2.7-windows-x86_64.zip— directory zipcua-driver-rs-0.2.7-windows-x86_64-binary.zip— barecua-driver.execua-driver-rs-0.2.7-windows-arm64.zip— directory zip (Windows on ARM)cua-driver-rs-0.2.7-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