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

pre-release4 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.5.5 (d6dea4b) by @github-actions[bot]
  • fix(cua-driver-rs)(windows): scale zoom region by resize ratio before native crop (#1884) (8e19b5a) by @tobitege
  • fix(cua-driver-rs)(windows): apply PMv2 DPI manifest (RT_MANIFEST type 24) and remove double scaling in capture paths (#1883) (fbc4a21) by @tobitege

SHA256 Checksums

26bf9b8eeab45464943f69901e47bd63f82894cd1d9e1a1ece3991fdd8a4c488  cua-driver-rs-0.5.5-windows-x86_64.zip
3778b936a642eb924510545c2f0e04e19a42de0f239afcd9c812c76db3fd1bd3  cua-driver-rs-0.5.5-darwin-universal-binary.tar.gz
53abbffc4ad008a2d235d25bb3f320694128c02eb080d40c96759e92b3357992  cua-driver-rs-0.5.5-darwin-x86_64.tar.gz
68095e989456e8dee62d0e4dd1142da231ee993dd7d0e7f3b93b439f51fdb9dc  cua-driver-rs-0.5.5-windows-x86_64-binary.zip
91959981503b0a6c7ce0110021e5cc67464c32e563f3d8489a693b67137f995f  cua-driver-rs-v0.5.5-skills.tar.gz
a2abc60169f76dd51bdb3c5bc6f56c75b0f75b11a6d0f5b9a96ac9a3cae51069  cua-driver-rs-0.5.5-linux-x86_64-binary.tar.gz
b31b58e1405b8ff0844c7d51d2939faec5415f8aa905f38d2ff7b8a63da20eee  cua-driver-rs-0.5.5-darwin-universal.tar.gz
df2814f3131624f038d5be00e343b5178d034ff4d37c59b7ee81bd5f16d8a9ef  cua-driver-rs-0.5.5-linux-x86_64.tar.gz
f8fcf7d75b92e3929d5b30ac58d64f1b8d12d06f5d2f98821be18d3092ac2516  cua-driver-rs-0.5.5-windows-arm64.zip
f933eeead1bc5b1daa98dce72c6398e49f933fa2de19cd0490ca1df42e703198  cua-driver-rs-0.5.5-windows-arm64-binary.zip
fe692533349eeded23fe7941edebf88db726a9767a6f4539e853386693bba7c2  cua-driver-rs-0.5.5-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.5.5-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.5.5-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.5.5-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.5.5-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.5.5-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.5.5-linux-x86_64-binary.tar.gz — bare binary

Windows

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