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.
curl -fsSL https://raw.githubusercontent.com/jiffi-co/jiffi-message-gateway/main/packages/hookchat-cli/install.sh | bashWith a Go toolchain you can build the same release from source instead:
go install github.com/jiffi-co/jiffi-message-gateway/packages/hookchat-cli/cmd/hookchat@v0.1.1Binaries#
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#
| Operating system | x86-64 (amd64) | ARM 64 (arm64) |
|---|---|---|
| Linux | hookchat_0.1.1_linux_amd64 | hookchat_0.1.1_linux_arm64 |
| macOS | hookchat_0.1.1_darwin_amd64 | hookchat_0.1.1_darwin_arm64 |
| Windows | hookchat_0.1.1_windows_amd64.exe | hookchat_0.1.1_windows_arm64.exe |
Checksums: SHA256SUMS
SDK artefacts#
- @hookchat/node package (npm tarball):
hookchat-node-0.1.1.tgz - hookchat Python source distribution:
hookchat-0.1.1.tar.gz - hookchat Python wheel:
hookchat-0.1.1-py3-none-any.whl - The Go SDK and CLI are Go modules; fetch them with
go getandgo installas shown on this page, or browse the tag on the release page.
SDKs#
The SDKs install from their package registries. The same artefacts are attached to the release for offline and pinned installs.
npm install @hookchat/nodepip install hookchatgo get github.com/jiffi-co/jiffi-message-gateway/packages/hookchat-go@v0.1.1What changed in each package is on the changelog.