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

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

SHA256 Checksums

274a24b1a4005fc551e9d6f0eea57d34e94b6766907d83a22dc749d398c3e7ae  cua-driver-rs-0.8.3-windows-arm64.zip
3648f1a48bd3e33d3a003d6b8756ff3fc7746ff3fca6f57432f23695c10908a5  cua-driver-rs-0.8.3-linux-x86_64.tar.gz
3a2a45018308bb9434eb6a54ad36e49ca0cb98a0177448f1b2934c196ddf4f43  cua-driver-rs-0.8.3-linux-arm64.tar.gz
42bd2cfb2df60b9d635eb52aaf389ff816e6a7ff45c843e815688a8d96feda2f  cua-driver-rs-0.8.3-linux-x86_64-binary.tar.gz
6acdc84b98629fcd0be2368cc16565c18d5f21d9dedd4e10fdb6f58547fce9d0  cua-driver-rs-0.8.3-windows-x86_64.zip
8a2dc22f16d7ef0c212f95073e99617f25bae83e4ad7e5614378369a06b59a73  cua-driver-rs-0.8.3-darwin-arm64.tar.gz
90e574da5db519b4a9ee13019299abc5f78524b6190c0d88d17e797401b3d375  cua-driver-rs-0.8.3-darwin-x86_64.tar.gz
910456505b927966867f668e37195b130364dcc50f566d4301cd9c3760da9cd3  cua-driver-rs-0.8.3-linux-arm64-binary.tar.gz
9a2317ac28d1fc7bbe600644be32dcf73d6c571568a24b7f5af7e984feaf3539  cua-driver-rs-0.8.3-windows-arm64-binary.zip
a2a29f3ccbd45989819df639d60fa68ac6f28b844f74d7d2b0a1495e4359c6a1  cua-driver-rs-0.8.3-darwin-universal-binary.tar.gz
a5b393a51002f5af4932e66f6ff30c65ab05acc24130d0403ef17a46d4d10ea6  cua-driver-rs-0.8.3-darwin-universal.tar.gz
c4709ea7ee44e33303aa9cdcc7ab07d48171f7523053ddcdd488a05bfa80164f  cua-driver-rs-v0.8.3-skills.tar.gz
f832143a245c74f29a7f92172c933b202617f8bb9d921d07c3e78f6d7f651fae  cua-driver-rs-0.8.3-windows-x86_64-binary.zip

Install (macOS / Linux pre-release)

/bin/bash -c "$(curl -fsSL https://cua.ai/driver/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://cua.ai/driver/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.8.3-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.8.3-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.8.3-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.8.3-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.8.3-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.8.3-linux-x86_64-binary.tar.gz — bare binary
  • cua-driver-rs-0.8.3-linux-arm64.tar.gz — directory tarball (Linux on ARM / aarch64)
  • cua-driver-rs-0.8.3-linux-arm64-binary.tar.gz — bare binary (Linux on ARM / aarch64)

Windows

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