Skip to content

cua-driver-rs-v0.6.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jun 19:19
· 5 commits to main since this release

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.3 (3f3ce0f) by @github-actions[bot]
  • fix(cua-driver)(windows): bail on minimized window screenshot (#1973) (#1974) (9ab589f) by @francesco Bonacci

SHA256 Checksums

0306cd3e41ea7d5e5e809a823af2f608707198553f25a8f79ca647bcfc06846d  cua-driver-rs-0.6.3-windows-arm64.zip
31772a181e9a032fca60e0bc64c06827771af535bfad390acb556c18f16fd7d1  cua-driver-rs-0.6.3-linux-x86_64.tar.gz
3d26326a30a40faf81316142c0878efff8f242c473243ec52f548ad31d7d690b  cua-driver-rs-v0.6.3-skills.tar.gz
49784fd83f3f8f3e673de8661800d9ae211dbf82d35cabc5017c912692c1e34e  cua-driver-rs-0.6.3-darwin-arm64.tar.gz
585dcb240ff7f97a62400d0945ae485af2325feb0b03f8648516e0fa019bdbc2  cua-driver-rs-0.6.3-linux-arm64.tar.gz
5bb7278b1f6c94387050978f77218dc2666cb8e5bfda49aeb820d48b9a5eb66c  cua-driver-rs-0.6.3-windows-x86_64.zip
865b7558a5efb4645d41181cc6ae31adcdefbb4027b4e431abfa2d3ed06bbd72  cua-driver-rs-0.6.3-windows-arm64-binary.zip
99512181088110176a58883e408f48a36be9e0051bf2b2d2d635fdbe3fe74e45  cua-driver-rs-0.6.3-windows-x86_64-binary.zip
a3dabe70b9e475a8ffc27ec563d1e22ea1330872ab07bf2acb1421c4536f3234  cua-driver-rs-0.6.3-darwin-universal-binary.tar.gz
cd3f3dd3a44c62826799a7f470b78e9cf20fd5168830389ca530e74bee8bc0a6  cua-driver-rs-0.6.3-darwin-x86_64.tar.gz
d13b58a24b3f3b2c23332c27941cee72503627b2fcab546594516ffb578470ed  cua-driver-rs-0.6.3-linux-x86_64-binary.tar.gz
df622bfa5fe8749d637bc17ea981628c2afec58f1f84940bee182ff7079de09a  cua-driver-rs-0.6.3-linux-arm64-binary.tar.gz
e5a95451b43933956fb68b34fe2a6d8911c2b3437d92d3be911878c567bca070  cua-driver-rs-0.6.3-darwin-universal.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.3-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.6.3-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.6.3-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.6.3-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.3-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.6.3-linux-x86_64-binary.tar.gz — bare binary
  • cua-driver-rs-0.6.3-linux-arm64.tar.gz — directory tarball (Linux on ARM / aarch64)
  • cua-driver-rs-0.6.3-linux-arm64-binary.tar.gz — bare binary (Linux on ARM / aarch64)

Windows

  • cua-driver-rs-0.6.3-windows-x86_64.zip — directory zip
  • cua-driver-rs-0.6.3-windows-x86_64-binary.zip — bare cua-driver.exe
  • cua-driver-rs-0.6.3-windows-arm64.zip — directory zip (Windows on ARM)
  • cua-driver-rs-0.6.3-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