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

pre-release7 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.4 (55b80c1) by @github-actions[bot]

SHA256 Checksums

118c71f60f46dc2e63186c3374a02e76c20c96e419ebc9709d0db0e9754f3753  cua-driver-rs-0.3.4-darwin-x86_64.tar.gz
24ac4453a7f91d17e30cde3ad2c8b4209706439843597ebf601e45a1a2e1b1bd  cua-driver-rs-0.3.4-linux-x86_64.tar.gz
3290de0510ce139480edca675e2b5d4bdf09cd46e069420a842e3c55b29ef690  cua-driver-rs-v0.3.4-skills.tar.gz
3332122c6d9e911d93ac10bdda4cc7ee8fbebbbd549dd6487f1c841cfef7d96e  cua-driver-rs-0.3.4-darwin-universal.tar.gz
3a8395f525918499b66ea8608d0bbd26a56b1f5a5d62bb79405c12298b9be73a  cua-driver-rs-0.3.4-linux-x86_64-binary.tar.gz
46feaf575348183d2e245554413522c490623bcdbadd0524132b6241c4db3f72  cua-driver-rs-0.3.4-windows-x86_64-binary.zip
4def413c7abd933e9186d5fb53f693106f717503f7f26a21bedd9913cfb51a4c  cua-driver-rs-0.3.4-windows-arm64-binary.zip
4f6e2a83832a59628a13152b4c6949afbdcfb579c17b80456e6909b2450b31bf  cua-driver-rs-0.3.4-windows-arm64.zip
50009de64fc2a986bf5e7f462f7d7f989494c292a69e1e225570e23f9c67a43c  cua-driver-rs-0.3.4-darwin-universal-binary.tar.gz
cb903de351f7248cbdbbe5c0a15bd65e1a03bbf0f3ac5eb56bec5cbe2c075c75  cua-driver-rs-0.3.4-windows-x86_64.zip
f4f96fd374ae152b38139f8aa602403ba364d5194bc2f0b76b380b42be8930ab  cua-driver-rs-0.3.4-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.3.4-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.3.4-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.3.4-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.3.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.3.4-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.3.4-linux-x86_64-binary.tar.gz — bare binary

Windows

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