Skip to content

馃殌 Version 0.178.0

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 21 Aug 13:05
· 237 commits to main since this release
Immutable release. Only release title and notes can be modified.

0.178.0 (2026-08-21)

馃殌 Features

  • computer-use: accessibility-tree tools, fully cgo-free (#1086) (2b5bffc), references #1085

馃悰 Bug Fixes

  • computer-use: dock annotations, single-resample frames, saner frame retention (#1083) (0074510)

鈾伙笍 Code Refactoring

  • dissolve internal/domain into DDD bounded contexts (#1087 phases 1-5) (#1088) (98c8089)

馃摝 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.178.0 --help
npx @inference-gateway/cli@0.178.0 chat

Or install it globally:

npm install -g @inference-gateway/cli@0.178.0
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.178.0

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.178.0

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

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

Container Image

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

Binary Download

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


This release is also available on: