github trycua/cua cua-driver-rs-v0.1.4

pre-release4 hours ago

⚠️ BETA — cua-driver-rs

cua-driver-rs is 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 Swift install.sh).

The Rust port and the Swift driver publish to the same GitHub repo under
distinct tag prefixes (cua-driver-rs-v* vs cua-driver-v*), so their
installers do not collide.

What's Changed

  • fix(cua-driver-rs): macOS install 404 + config set not persisting to MCP sessions (#1518) (7005a53) by @ddupont

SHA256 Checksums

3a5ae6451bfaa879c8089161e743c77b32c757e9dd34183059c128dfbad065c9  cua-driver-rs-0.1.4-windows-x86_64-binary.zip
5f91c5d36bd1090e25fd797ddf688e899397562946d0fd679d92c8d9c56d0996  cua-driver-rs-0.1.4-linux-x86_64.tar.gz
620f5bd5b2547cc3c010aae0d6406e9577001c4c1cb2cee97175bc88257bb8c9  cua-driver-rs-0.1.4-windows-x86_64.zip
62f76ef15f5d7e1f86372c5f8471c1874424b5f65e58ded0eb4e7d67bc7d9ace  cua-driver-rs-0.1.4-darwin-universal-binary.tar.gz
6ff31e32c6d360793060fb0b6767b60e0d0f3362a49d5c093be55d212597b8cc  cua-driver-rs-0.1.4-darwin-arm64.tar.gz
7f2025e7b983696bfcb4bcbb8b2b37fc47f0a8d23622a7406f4b3dd973e9c6ad  cua-driver-rs-0.1.4-darwin-universal.tar.gz
811f965f35854b97dc0cd9ed8da75152c9deb0dbd94064d4883bc2c15e066f3d  cua-driver-rs-0.1.4-linux-x86_64-binary.tar.gz
926166481f1ab59235b60d2a4726a8d09209365e7907292c6ee8f0740cb7f61e  cua-driver-rs-0.1.4-darwin-x86_64.tar.gz

Install (Linux / macOS)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver-rs/scripts/install.sh)"

Install (Windows)

Download cua-driver-rs-0.1.4-windows-x86_64-binary.zip from the
assets below, unzip to a location on your PATH (%LOCALAPPDATA%\Programs\cua-driver-rs\
is the convention), then run cua-driver.exe list-tools to confirm.

Artifacts

macOS (universal — arm64 + x86_64 in one binary, like the Swift cua-driver)

  • cua-driver-rs-0.1.4-darwin-universal.tar.gz — directory tarball with LICENSE
  • cua-driver-rs-0.1.4-darwin-arm64.tar.gz — same universal binary, named for arm64 callers
  • cua-driver-rs-0.1.4-darwin-x86_64.tar.gz — same universal binary, named for x86_64 callers
  • cua-driver-rs-0.1.4-darwin-universal-binary.tar.gz — bare universal binary (single file at archive root)

Linux

  • cua-driver-rs-0.1.4-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.1.4-linux-x86_64-binary.tar.gz — bare binary

Windows

  • cua-driver-rs-0.1.4-windows-x86_64.zip — directory zip
  • cua-driver-rs-0.1.4-windows-x86_64-binary.zip — bare cua-driver.exe

Don't miss a new cua release

NewReleases is sending notifications on new releases.