Skip to content

1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:56
f0f261b

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

File Platform Checksum
kickoutchi-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kickoutchi-x86_64-apple-darwin.tar.xz Intel macOS checksum
kickoutchi-x86_64-pc-windows-msvc.zip x64 Windows checksum
kickoutchi-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
kickoutchi-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum