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

latest release: cua-driver-rs-v0.5.5
pre-release5 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.4 (06b4ebd) by @github-actions[bot]
  • fix(cua-driver-rs): make Cargo.toml the source of truth for release bumps (#1907) (dacde81) by @francesco Bonacci
  • fix(cua-driver-rs)(macos): sign release with screen-capture entitlement (#1906) (9f99449) by @francesco Bonacci

SHA256 Checksums

1441388eccd8ecb173a8ff3923de6c346f1e8d8e3dae26bba208fe042d7207ea  cua-driver-rs-0.5.4-windows-x86_64.zip
1535c457cc55353e959b34e985e085ea48743223650ea26cc0ec5d181ec1d884  cua-driver-rs-0.5.4-darwin-arm64.tar.gz
34c3d9c0cb01a19e61f5dfd22586996ea6f64cb34abd7517607bebd7b97f1612  cua-driver-rs-0.5.4-darwin-universal.tar.gz
381bc8862075228f66420b3d80cfc3d2d903055f138dd4bec647fcfa1ae9862b  cua-driver-rs-0.5.4-windows-arm64-binary.zip
3b776c0f15c048e88be0c21bcff485b34c1b9baa3bdc012aef93d5d86e04e9cf  cua-driver-rs-0.5.4-windows-x86_64-binary.zip
8c425bb590962ee7473a5e97eeb7e6dc7f5249e46f0a8e68af4ba41546ac1e8e  cua-driver-rs-0.5.4-darwin-x86_64.tar.gz
8d599ae7da96b98f2bfc571ac03d82299c3091187c96802fa1050a63c36f0f62  cua-driver-rs-0.5.4-linux-x86_64-binary.tar.gz
95943ebc104e58bcc61de3dd1959e6e1ed7dedc4220f1ead85c12786b01e2fc9  cua-driver-rs-v0.5.4-skills.tar.gz
aa5ce110368b12a12c7e0c49d879faa065dd0974fb53f9f17760c378b8b484d6  cua-driver-rs-0.5.4-linux-x86_64.tar.gz
c77a0143c8a75a372e33f376310d2a2be21b1deefad0b99cb83b8dd429afd2b1  cua-driver-rs-0.5.4-windows-arm64.zip
d4679e3c9eea4aa142dfdf7a59c4ef5db3e90dc634e680e0d7b35ac32252cdb7  cua-driver-rs-0.5.4-darwin-universal-binary.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.4-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.5.4-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.5.4-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.5.4-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.4-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.5.4-linux-x86_64-binary.tar.gz — bare binary

Windows

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