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

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.3 (86e2cc0) by @github-actions[bot]
  • fix(cua-driver-rs)(macos): stop the permissions gate spamming the TCC prompt on every re-exec (#1791) (8b4c61c) by @francesco Bonacci
  • fix(cua-driver-rs)(macos): run the agent-cursor overlay in the serve daemon (#1790) (edbfe51) by @francesco Bonacci
  • fix(cua-driver-rs): wire/guide per-session cursors through the real mcp path + skills/docs (#1787) (18e2cbb) by @francesco Bonacci

SHA256 Checksums

0e9a67df2258ef8ebe45e5ea02c473de3b0185547d73740b4713b45eea118034  cua-driver-rs-0.4.3-linux-x86_64.tar.gz
1213e574c9b9133b9842bb031947fbb2fe108986907908f714384d5d0f4b832c  cua-driver-rs-v0.4.3-skills.tar.gz
13182fffe8c1cabfcf1c1f2727d8ed4c0d3f4d29830b0442657120cf5dde96a5  cua-driver-rs-0.4.3-darwin-universal-binary.tar.gz
29e8b2899dc55f2b53063b4fdc891e5e502c8382925f574c2c0e684d3f8e21d5  cua-driver-rs-0.4.3-darwin-arm64.tar.gz
8640bbe513a19b7cfb486051fdcb70453c1a83d0549b588c8c519702bb8f0c8b  cua-driver-rs-0.4.3-windows-x86_64.zip
8937fc5464555e05c32dfca0bc663202852220e62b7dbd7c526b9faf5e91cfa0  cua-driver-rs-0.4.3-windows-x86_64-binary.zip
99eb8021666141a94af0b1b0a5fe68f43e13b5b1be1bb532bc37647cdcd91f0b  cua-driver-rs-0.4.3-windows-arm64.zip
bf287ddee90cdaf4fde8523d5553fb4a7ef617b72d88f4c3493a550f4eaa7a9c  cua-driver-rs-0.4.3-windows-arm64-binary.zip
bf82559fcb72e3eea50d2da64d57db787b1c5193563a73c818d023c4836cb92f  cua-driver-rs-0.4.3-darwin-universal.tar.gz
d5a6c5959ef4bf8712566d615b2f09bf11a021fa67f649f10bcd6870a801ee78  cua-driver-rs-0.4.3-linux-x86_64-binary.tar.gz
f08247eb3b466f23176476ef9e3c0e7cb16328efce50fe36057488085d7291cb  cua-driver-rs-0.4.3-darwin-x86_64.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.4.3-darwin-universal.tar.gz — directory tarball with LICENSE + CuaDriver.app bundle (install.sh expects this layout)
  • cua-driver-rs-0.4.3-darwin-arm64.tar.gz — same payload, named for arm64 callers
  • cua-driver-rs-0.4.3-darwin-x86_64.tar.gz — same payload, named for x86_64 callers
  • cua-driver-rs-0.4.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.4.3-linux-x86_64.tar.gz — directory tarball
  • cua-driver-rs-0.4.3-linux-x86_64-binary.tar.gz — bare binary

Windows

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