Skip to content

🚀 Version 0.91.0

Choose a tag to compare

@ig-semantic-release-bot ig-semantic-release-bot released this 18 Dec 15:35
· 62 commits to main since this release

What's Changed

0.91.0 (2025-12-18)

🚀 Features

🐛 Bug Fixes

  • examples: Connect to the browser agent via vnc using tcp (ae220d3)

🧹 Maintenance

  • deps: bump golang.org/x/image from 0.28.0 to 0.34.0 (#339) (bdf4d06)

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.90.3...v0.91.0