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

pre-release6 hours ago

cua-driver-rs

cua-driver-rs is the Rust implementation of
cua-driver,
shipping the same user-facing cua-driver binary 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* vs cua-driver-v*), so their
release artifacts do not collide.

What's Changed

  • Bump cua-driver-rs to v0.6.7 (2cba1e7) by @github-actions[bot]
  • fix(cua-driver)(linux): typed no-usable-display error instead of 0/null screen size on WSL (#2006) (1f70a53) by @francesco Bonacci

SHA256 Checksums

1188fc8a26713207afde867daf1ed6a910dae98ea33441f46692394af976bf17  cua-driver-rs-0.6.7-darwin-universal.tar.gz
26c0827e171dd5ede0b7671a690f92d5dbf97cc3cd94aff0c3a1c2ae296396e5  cua-driver-rs-0.6.7-linux-x86_64.tar.gz
34cdf5dd88b8e9419d9e9455effd7a774332a34c1cbecb51a95bbdaa21e8d6da  cua-driver-rs-v0.6.7-skills.tar.gz
356e60d89a613c2a458f5cd227f086104f921e581aca48dc53fc3d713ddd78b2  cua-driver-rs-0.6.7-darwin-universal-binary.tar.gz
47c43f92723f309fa5cd97d671ee61ce442b0fb923b9af4b6699c98ec95ad24e  cua-driver-rs-0.6.7-windows-x86_64.zip
587856517c54315616f5f36d663ec2587208e8b3dc80783592bdc91e537d0946  cua-driver-rs-0.6.7-windows-x86_64-binary.zip
828bf9b25f94f6dcc7cb55e57638cce64bc68165e5281633628f79be737ca7bf  cua-driver-rs-0.6.7-linux-arm64.tar.gz
8dfa63e0c5acc445a7b42c7653c6cc3f0d6d594cb979118aa96023d604667668  cua-driver-rs-0.6.7-darwin-x86_64.tar.gz
a5ca445a96a1dc7fa9ca99b09cb63427d8455ed5873b20f8517963ba821f6d89  cua-driver-rs-0.6.7-windows-arm64-binary.zip
b307c0da4da43752ac659b8e0adc6f95deada9e19bbf7e6ca710a86a23c89232  cua-driver-rs-0.6.7-linux-x86_64-binary.tar.gz
ba94eef76f654b1f5443578d18508c7c68bfdc09591a26d74e86723d8b00cb74  cua-driver-rs-0.6.7-linux-arm64-binary.tar.gz
c882430a722a1aa008c80c5b4815c25af00fc34befc5203e5916a7649b4f2997  cua-driver-rs-0.6.7-windows-arm64.zip
f7572b377e30254d1211818ba0ef5e66b43cbe626f70748c69ee2d9d16498f90  cua-driver-rs-0.6.7-darwin-arm64.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 | iex

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.6.7-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.6.7-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.6.7-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.6.7-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.7-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.6.7-linux-x86_64-binary.tar.gz — bare binary
  • cua-driver-rs-0.6.7-linux-arm64.tar.gz — directory tarball (Linux on ARM / aarch64)
  • cua-driver-rs-0.6.7-linux-arm64-binary.tar.gz — bare binary (Linux on ARM / aarch64)

Windows

  • cua-driver-rs-0.6.7-windows-x86_64.zip — directory zip
  • cua-driver-rs-0.6.7-windows-x86_64-binary.zip — bare cua-driver.exe
  • cua-driver-rs-0.6.7-windows-arm64.zip — directory zip (Windows on ARM)
  • cua-driver-rs-0.6.7-windows-arm64-binary.zip — bare cua-driver.exe (Windows on ARM)

Installer scripts

  • install.sh — macOS / Linux pre-release one-liner installer
  • install.ps1 — Windows one-liner installer
  • uninstall.sh — macOS / Linux pre-release one-liner uninstaller
  • uninstall.ps1 — Windows one-liner uninstaller

Don't miss a new cua release

NewReleases is sending notifications on new releases.