Skip to content

cua-driver-rs-v0.6.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:51
· 2 commits to main since this release

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.6.8 (cc9a311) by @github-actions[bot]
  • chore(deps): apply security dependency rollup (#2000) (6be1de8) by @johnny

SHA256 Checksums

33910c98e8e022b42cc4d079f9932ed406bccfaa9fabfe898edea7934d8bd154  cua-driver-rs-0.6.8-darwin-universal.tar.gz
689f8d21aced3bf12860a3dcf292f629ce6d612fe8aca27fd531b85846c769a5  cua-driver-rs-0.6.8-linux-x86_64.tar.gz
68b5020fafe0aaac7b9f30a97f612d60c8ee933ffd26a1ec4f6e25d1fcbe8508  cua-driver-rs-v0.6.8-skills.tar.gz
7d950d24aaf902357ce51827d23dd9c9c89a62720c1ff77effeec971139c696f  cua-driver-rs-0.6.8-windows-arm64-binary.zip
8cde6fa362a5d6c7d3e38be29ffd36eba42bdfb235cb0692bec79697a54affbe  cua-driver-rs-0.6.8-windows-x86_64-binary.zip
91c807f6ed8b73821409a74778651370ef3c32ecb3f945deeecdf8163329bdfa  cua-driver-rs-0.6.8-darwin-universal-binary.tar.gz
a609192943b6cc455858aa2bdc7185646865712771e0e258ada7da48962bcfaf  cua-driver-rs-0.6.8-darwin-x86_64.tar.gz
aa154aed01568c20201f75d07bbb0edad93ba132bf21c429b69e48d438d473df  cua-driver-rs-0.6.8-linux-arm64-binary.tar.gz
c74d65ca72b898e96132a363a5e8143f8199f609bdd5c323b6143d343c06881f  cua-driver-rs-0.6.8-darwin-arm64.tar.gz
d524d3c371d62de845104d24df139efcc29eb537440c1822e13319e1b4b5f76c  cua-driver-rs-0.6.8-windows-arm64.zip
d7915f55ea4c5c11eab09a78777711f3ffd8a718abe026a1aecc6d2b74e92de5  cua-driver-rs-0.6.8-windows-x86_64.zip
da99d077213c84fe58b46bce459e0c877afe50634d8d041f217effe9a17edea3  cua-driver-rs-0.6.8-linux-arm64.tar.gz
de885c6ad82b5e10ed0213be4642dda74b5922990ad6002eb5bc481d5d89c05b  cua-driver-rs-0.6.8-linux-x86_64-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.6.8-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.6.8-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.6.8-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.6.8-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.6.8-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.6.8-linux-x86_64-binary.tar.gz — bare binary
  • cua-driver-rs-0.6.8-linux-arm64.tar.gz — directory tarball (Linux on ARM / aarch64)
  • cua-driver-rs-0.6.8-linux-arm64-binary.tar.gz — bare binary (Linux on ARM / aarch64)

Windows

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