Installation
Quick install
Section titled “Quick install”brew tap kannandreams/homebrew-tuffbrew install tuffRequires Homebrew.
curl -fsSL https://raw.githubusercontent.com/kannandreams/tuff/main/install.sh | shDownloads the latest release binary for your OS and architecture.
cargo install tuffcliBuilds from source. Requires Rust and Cargo.
pip install tuffcliuv tool install tuffcliInstalls a prebuilt wheel for supported macOS and Linux platforms. The
distribution is named tuffcli; the installed command remains tuff.
git clone https://github.com/kannandreams/tuffcd tuffcargo build -p tuffcli --release./target/release/tuff --versionClone and build locally.
Verify
Section titled “Verify”tuff --versiontuffRequirements
Section titled “Requirements”- Rust:
cargoand build methods use it directly.curlandbrewmethods install prebuilt binaries. - Git: required for
tuff addwith git-backed capabilities.
Installed Files
Section titled “Installed Files”/usr/local/bin/tuff(curl/brew methods)- user cache directory: disposable verified capability trees
- project root:
tuff.lockand optionaltuff.config.json