Skip to content

v26.2.109

Choose a tag to compare

@github-actions github-actions released this 15 Feb 12:21
· 182 commits to main since this release

claw-hooks 26.2.109

AI coding agent hook system for Claude Code, Cursor, and Windsurf.

Installation

Homebrew (macOS/Linux)

brew install owayo/claw-hooks/claw-hooks

Manual Download

Download the appropriate binary for your platform and add it to your PATH.

macOS (Apple Silicon)

curl -L https://github.com/owayo/claw-hooks/releases/download/v26.2.109/claw-hooks-aarch64-apple-darwin.tar.gz | tar xz
sudo mv claw-hooks /usr/local/bin/

macOS (Intel)

curl -L https://github.com/owayo/claw-hooks/releases/download/v26.2.109/claw-hooks-x86_64-apple-darwin.tar.gz | tar xz
sudo mv claw-hooks /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/owayo/claw-hooks/releases/download/v26.2.109/claw-hooks-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv claw-hooks /usr/local/bin/

Linux (ARM64)

curl -L https://github.com/owayo/claw-hooks/releases/download/v26.2.109/claw-hooks-aarch64-unknown-linux-gnu.tar.gz | tar xz
sudo mv claw-hooks /usr/local/bin/

Windows

Download claw-hooks-x86_64-pc-windows-msvc.zip, extract, and add to PATH.