Skip to content

v1.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:12

Prebuilt headroom-hook binaries for busbar's context-compression gate.

Grab the one for your platform and run it (it owns a Unix socket; busbar connects to it):

# Linux x86_64 example — swap the asset name for your platform:
curl -fsSL -o headroom-hook \
  https://github.com/GetBusbar/headroom-hook/releases/download/v1.0.12/headroom-hook-linux-x86_64
chmod +x headroom-hook
HEADROOM_SOCKET=/tmp/headroom.sock ./headroom-hook

Verify with sha256sum -c SHA256SUMS. Assets:
headroom-hook-linux-x86_64, headroom-hook-linux-aarch64,
headroom-hook-macos-arm64.

(Intel macOS: build from source — see the README. Apple Silicon is prebuilt.)