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

pre-release6 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

0ba0740c27e1df95d662d37f3607d30f2641e7e688e127a9cd94f16e97afd635  cua-driver-rs-0.8.0-windows-arm64.zip
0ef5b6dbcb8cac58f2337d8369f56965acc81b6983f511f993ef01710c428422  cua-driver-rs-0.8.0-linux-arm64.tar.gz
3124a494bb8d12f38ce66d7fc8e9a880da88e8c918cbaf24156ea80273e50fe6  cua-driver-rs-0.8.0-darwin-universal-binary.tar.gz
35df977ac880de213f0ec6f287cd453cf56a659158346a71be39644c90162142  cua-driver-rs-v0.8.0-skills.tar.gz
5153040baef4ec790e8caa57c7983647740a56013021d106f7b04f4d628aad90  cua-driver-rs-0.8.0-darwin-arm64.tar.gz
67817f31f22e79c4a80fcfe1049d5648d48412ed52cf10726a5fe012b9602740  cua-driver-rs-0.8.0-linux-x86_64.tar.gz
8344839d0db18a30b5ef74bab8cc45d6d8f0a5910a3c6bbfda2cfdf265b51969  cua-driver-rs-0.8.0-windows-arm64-binary.zip
8a9af23215deb7c680f2a838c9df91ed335f311549998d634436b623267a6e12  cua-driver-rs-0.8.0-darwin-x86_64.tar.gz
9ed5e1046ecd77d36e1cb7709be4b1761e44b5971dd9abe3ac4661c99f511aec  cua-driver-rs-0.8.0-windows-x86_64.zip
a72d6edf512269071222a7c672defdab64e150ee1357b4b679c1328ffd64fcb6  cua-driver-rs-0.8.0-windows-x86_64-binary.zip
eb9a728ca617ca07596ab54196bc92fffcce6d0279d5a7ce06e3898c60a4632e  cua-driver-rs-0.8.0-linux-arm64-binary.tar.gz
ecc8e6548995650de1b2b9f3151d61630706bd9089617b50ec0c7e7417568f4a  cua-driver-rs-0.8.0-linux-x86_64-binary.tar.gz
f6dc907e87f5a9a5a6576cfc0aabbd77d25459d764c4e32af018dff94ebacf09  cua-driver-rs-0.8.0-darwin-universal.tar.gz

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.0-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.8.0-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.8.0-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.8.0-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.0-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.8.0-linux-x86_64-binary.tar.gz — bare binary
  • cua-driver-rs-0.8.0-linux-arm64.tar.gz — directory tarball (Linux on ARM / aarch64)
  • cua-driver-rs-0.8.0-linux-arm64-binary.tar.gz — bare binary (Linux on ARM / aarch64)

Windows

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