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

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

  • Bump cua-driver-rs to v0.4.0 (664a19c) by @github-actions[bot]
  • feat(cua-driver-rs): daemon session identity — own + clean up session-scoped recording & config (#1776) (748e74a) by @francesco Bonacci

SHA256 Checksums

133b95ad9d090bf0f7d1355b53d8983a392646ed5d3ae656df8a4809fa77c69d  cua-driver-rs-0.4.0-darwin-x86_64.tar.gz
343d39f2cfb4bdcb300fab399f1ecd1e674504be6043464aebdc73ebf6dbcf3d  cua-driver-rs-0.4.0-windows-arm64-binary.zip
39453e36ecb759e6c0ac72e506c6271590584115d005ce3c6b60b9b8c6877fb2  cua-driver-rs-0.4.0-linux-x86_64.tar.gz
86c5d9f2edfba9102ed13a09afb52d966cd9c22642dfbe02da78c365c2426457  cua-driver-rs-0.4.0-darwin-universal.tar.gz
87695112ac15386407209055c870b1317295dbf132c4ae44a4e794fb71782374  cua-driver-rs-0.4.0-linux-x86_64-binary.tar.gz
90f2b92934df162463ea7af8bd88a8e4150e802ddb2bbeef2061399834a13306  cua-driver-rs-v0.4.0-skills.tar.gz
9c767005099bae829d9b1099a82b145543c54e48e2f89dc6462240fdb89678a3  cua-driver-rs-0.4.0-darwin-arm64.tar.gz
da1b42128ffd4b7a968ae4e3cd3214deceff4a3a41cdcc1a81d28b03e7987872  cua-driver-rs-0.4.0-windows-x86_64.zip
e6b66d4fc6cafb810861b859133a8a9704dd369ea04244869788eda80274b09c  cua-driver-rs-0.4.0-darwin-universal-binary.tar.gz
f5f37fcc9cb3181bbd6a18ba8276dc88bbf455a1b7cb76f06e15e88c4d715a75  cua-driver-rs-0.4.0-windows-x86_64-binary.zip
f6636711f92954559a95429b879c0d585d3bd6025102f80b68b98a714997257a  cua-driver-rs-0.4.0-windows-arm64.zip

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

Windows

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