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

pre-release3 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.3.6 (c1bc2df) by @github-actions[bot]
  • fix(cua-driver-rs)(macos): permissions status never reports the caller's grants (#1774) (6c498eb) by @francesco Bonacci

SHA256 Checksums

0e8c1e021fc4ec810ef59df14dae4dafe4ff0c92968fdfa3b5d67971c39674e0  cua-driver-rs-v0.3.6-skills.tar.gz
13d5c494448bccff49dfc05f7056211c76e0aaed327dfb78a8a9dea4d294626c  cua-driver-rs-0.3.6-darwin-x86_64.tar.gz
156814ad87438ddc9169aa450c494826e58b5b7c748c607e0fd5d33f83794a18  cua-driver-rs-0.3.6-darwin-arm64.tar.gz
40454c7a69895fb2a2ff3f102c765165962b1c035596fedbcbc8eecbd970dcae  cua-driver-rs-0.3.6-windows-x86_64.zip
663e0c29c6a2a6e3c4c0d9ed255eb5478e2f81f0709c8216d692bb823412d404  cua-driver-rs-0.3.6-linux-x86_64-binary.tar.gz
7198c44c0b24c089f676f7a4bfc8fa2f74f5d84dab73ad379bded34752258152  cua-driver-rs-0.3.6-linux-x86_64.tar.gz
86edbdcc64b2a41022012ac8e5855e9086ce3e2b04043f664613ff19f47d98dd  cua-driver-rs-0.3.6-windows-arm64-binary.zip
9941cce012edab7bccbda2f15def7e6afc97b958fe52cf1a70a06b57c7ff2f8a  cua-driver-rs-0.3.6-darwin-universal-binary.tar.gz
9f080a45dd6063f2a19411d703974e59689e68c4f6aeb05b19b7dc004677963a  cua-driver-rs-0.3.6-windows-x86_64-binary.zip
a14a017f7891d5db2a731ed7a1097889760f45b5347acfcb348bd1b31dc4a775  cua-driver-rs-0.3.6-windows-arm64.zip
c65e6f25cb670b198a3c55dc7b7b1ee8f3c53e778d278b5a1b5f36219e91143f  cua-driver-rs-0.3.6-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.3.6-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.3.6-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.3.6-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.3.6-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.3.6-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.3.6-linux-x86_64-binary.tar.gz — bare binary

Windows

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