馃殌 Version 0.182.0
·
194 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
0.182.0 (2026-08-26)
馃殌 Features
- browser: record extension-initiated tool calls in the conversation (#1111) (39210b4), references inference-gateway/opentask#156
馃敡 Build System
- deps: bump docker/setup-buildx-action from 4.2.0 to 4.3.0 in the github-actions group (#1110) (fcbac6d)
- deps: bump the gomod group with 7 updates (#1109) (01e29ef)
馃Ч Maintenance
- update infer and schema versions (942fc16)
馃摝 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.182.0 --help
npx @inference-gateway/cli@0.182.0 chatOr install it globally:
npm install -g @inference-gateway/cli@0.182.0
infer --helpNot 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 | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.182.0Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.182.0Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.182.0"Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.182.0Binary Download
Download the appropriate binary for your platform from the release assets, or see the verification guide.
This release is also available on: