Skip to content

🚀 Version 0.100.3

Choose a tag to compare

@ig-semantic-release-bot ig-semantic-release-bot released this 27 Jan 17:09
· 60 commits to main since this release

What's Changed

0.100.3 (2026-01-27)

🧹 Maintenance

  • deps: Bump modernc.org/sqlite from 1.44.2 to 1.44.3 (#385) (357b451)

📦 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.100.3

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

Full Changelog: v0.100.2...v0.100.3