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

latest release: 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

  • No path-specific changes found

SHA256 Checksums

0f573cac949d8e21e70df3bb8a34c3d5888c85ca3008e21dbf6066f7abf88887  cua-driver-rs-v0.3.3-skills.tar.gz
4a398b2f34bb039e745b27b70ef70032373a24fbc2ec7486a3fca06643e6cad9  cua-driver-rs-0.3.3-windows-arm64-binary.zip
5f7006012bdefc0b77037e2f4418722e8b4c7a66c76b0bc213a73444d1889383  cua-driver-rs-0.3.3-linux-x86_64.tar.gz
781e4bc9c19b5fa1876788f06e965c00a4626de222d44ef973800146ffecf133  cua-driver-rs-0.3.3-darwin-arm64.tar.gz
91fb7afd78015fee83fc708e63a80d2dee65965c0e4bcdf152d6c42bc26a0f26  cua-driver-rs-0.3.3-windows-arm64.zip
a4024a3f82137f4c72a4b9dc365f8d5f6e9e562586e2a135209b149a802910d0  cua-driver-rs-0.3.3-linux-x86_64-binary.tar.gz
b3236da17c5ce332c9e98dee3634ea0aa8732f900573710a7b841bb18e479e8b  cua-driver-rs-0.3.3-windows-x86_64.zip
d0bd5e8ee134bebcf05f610c5ac0b4309b627a345c17e9fca03437c305e45a7f  cua-driver-rs-0.3.3-darwin-universal-binary.tar.gz
eb33cc4ad978ac1123ea398d43a14f126e5d6bbbaf376ebb94696af963ef28c9  cua-driver-rs-0.3.3-darwin-x86_64.tar.gz
f6c63e231e6357699e42eaeeac38cc5331ea68996162398f9fc2a658c62e4287  cua-driver-rs-0.3.3-windows-x86_64-binary.zip
fc9cc61e3f190cb0e4401bcb727baedcf6321ff48e97c63311fc0cbe53933778  cua-driver-rs-0.3.3-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.3-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.3.3-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.3.3-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.3.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.3.3-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.3.3-linux-x86_64-binary.tar.gz — bare binary

Windows

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