Downloads

Everything in this release is version 0.1.1: the hookchat command line, the @hookchat/node package, the hookchat Python package and the Go module. Assets are attached to the GitHub release.

Install the CLI#

The install script detects your operating system and architecture, downloads the matching binary, checks it against SHA256SUMS and puts hookchat on your path.

Install script
curl -fsSL https://raw.githubusercontent.com/jiffi-co/jiffi-message-gateway/main/packages/hookchat-cli/install.sh | bash

With a Go toolchain you can build the same release from source instead:

Go install
go install github.com/jiffi-co/jiffi-message-gateway/packages/hookchat-cli/cmd/hookchat@v0.1.1

Binaries#

One static binary per platform. Windows binaries carry the .exe suffix. After downloading, compare the digest with the SHA256SUMS file: sha256sum -c SHA256SUMS --ignore-missing on Linux, shasum -a 256 -c SHA256SUMS --ignore-missing on macOS.

CLI binaries 0.1.1#

Checksums: SHA256SUMS

SDK artefacts#

SDKs#

The SDKs install from their package registries. The same artefacts are attached to the release for offline and pinned installs.

Node
npm install @hookchat/node
Python
pip install hookchat
Go
go get github.com/jiffi-co/jiffi-message-gateway/packages/hookchat-go@v0.1.1

What changed in each package is on the changelog.