Skip to content

🚀 Version 0.153.2

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 27 Jul 14:22
Immutable release. Only release title and notes can be modified.

0.153.2 (2026-07-27)

🐛 Bug Fixes

  • ci: update maintainer app ID to client ID in workflows and documentation (c09f400)

🧹 Maintenance

  • deps: bump infer CLI v0.151.0 -> v0.153.1 (#958) (3c7351e)
  • deps: bump sdk v1.26.0 -> v1.28.0 and adk v0.23.4 -> v0.25.0 (#959) (fc4305c)

📦 Installation

npm / npx (Recommended)

Most developers already have Node.js - run infer without installing anything. npx downloads the matching native binary on first use:

npx @inference-gateway/cli@0.153.2 --help
npx @inference-gateway/cli@0.153.2 chat

Or install it globally:

npm install -g @inference-gateway/cli@0.153.2
infer --help

Not recommended for production - prefer the install script, container image, or Nix flake below.

Quick Install (Install Script)

Install the latest version using our install script:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash

Or install a specific version:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.153.2

Custom installation directory:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/bin

Nix Flake

Run directly without installing:

nix run github:inference-gateway/cli/v0.153.2

Or pin it in a Flox manifest (.flox/env/manifest.toml):

[install]
infer.flake = "github:inference-gateway/cli/v0.153.2"

Container Image

docker run --rm -it ghcr.io/inference-gateway/cli:0.153.2

Binary Download

Download the appropriate binary for your platform from the release assets, or see the verification guide.


This release is also available on: