Skip to content

🚀 Version 0.76.5

Choose a tag to compare

@ig-semantic-release-bot ig-semantic-release-bot released this 02 Dec 22:24
· 150 commits to main since this release

What's Changed

0.76.5 (2025-12-02)

🐛 Bug Fixes

  • Serialize SQLite writes to prevent lock contention (#299) (fabdad0)

♻️ Code Refactoring

  • Separate autocomplete component from input view (#298) (aeac152)

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

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

Full Changelog: v0.76.4...v0.76.5