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

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

SHA256 Checksums

24ffcb948e70bec77f06e06fb294da727a2ef306e6a2c0755ec09250717d9bdf  cua-driver-rs-0.5.1-windows-x86_64.zip
318ae62d7a5b8db2715678a71ec995d48c959b9dd38d628bae97cd8b8c5764db  cua-driver-rs-0.5.1-linux-x86_64-binary.tar.gz
63f4d0144e1b7a7c3e03150612e64e3c156e31208ccb50065f0a236e0b97315c  cua-driver-rs-0.5.1-darwin-arm64.tar.gz
719be1d74bf4269d4d857ce0db7524f556382cd635621b8fee02f88949799006  cua-driver-rs-0.5.1-windows-arm64-binary.zip
7cb6db5131d4443946370d5f1d352a77a4b52de155de5f63cda8dd39bd452ea9  cua-driver-rs-0.5.1-darwin-x86_64.tar.gz
827d53363702b8cf0df4cc8212bea3faf6a985ebd79d6a78b8f12e35ea176ad8  cua-driver-rs-0.5.1-windows-arm64.zip
8c9ce9d50a245890740bad127a53895b955d8f7ed7d2e94f41581f01e89d4e1c  cua-driver-rs-0.5.1-darwin-universal.tar.gz
91e866b1fcffe63f0138ef8f140239d17d66c63db2ea701ffcdd1185225762e0  cua-driver-rs-0.5.1-linux-x86_64.tar.gz
994921629ba95f94854b920f6a7f90cc745cd62c3b839a6cb571b72a35f36aae  cua-driver-rs-0.5.1-windows-x86_64-binary.zip
9fa816bdb56c164f86a5730896fafae9e01a4b65775b621e7b8afd8bc9987bac  cua-driver-rs-v0.5.1-skills.tar.gz
f6b36ec19215a09f6e9cfc020b77f85a5a8377e06330bf3c8d93c15a7b9f369f  cua-driver-rs-0.5.1-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.1-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.5.1-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.5.1-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.5.1-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.1-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.5.1-linux-x86_64-binary.tar.gz — bare binary

Windows

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