Install
Homebrew
brew tap holon-run/homebrew-tap
brew install uxc
Install Script
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash
Install a specific version:
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.12.6
Cargo
cargo install uxc
From Source
git clone https://github.com/holon-run/uxc.git
cd uxc
cargo install --path .
Windows note: run UXC through WSL.