Release Notes
Added
- Homebrew tap publishing for releases.
cargo-dist now generates the formula,
and the release workflow publishes it to nuggocto/homebrew-tap so macOS and
Linux users can install with brew install nuggocto/tap/kickoutchi.
- Scoop bucket packaging for Windows. The repository now carries a seed manifest
and Excavator workflow under packaging/scoop/, with the live bucket at
nuggocto/scoop-bucket auto-updating from GitHub Release assets and their
.sha256 sidecars.
Changed
- Install documentation now lists Homebrew, Scoop, AUR, Nix, Cargo, installers,
and direct archives as supported release paths.
- The release workflow now waits for Homebrew publishing before announcing a
release, keeps the tap push behind HOMEBREW_TAP_TOKEN, and skips unchanged
Homebrew commits on safe reruns.
Install kickoutchi 1.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nuggocto/kickoutchi/releases/download/v1.1.2/kickoutchi-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nuggocto/kickoutchi/releases/download/v1.1.2/kickoutchi-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install nuggocto/tap/kickoutchi
Download kickoutchi 1.1.2