Releases: inference-gateway/cli
🚀 Version 0.100.5
What's Changed
0.100.5 (2026-04-01)
🧹 Maintenance
- deps: Bump github.com/charmbracelet/glamour from 0.10.0 to 1.0.0 (#400) (0ec9116)
- deps: Bump github.com/go-vgo/robotgo from 1.0.0 to 1.0.1 (#397) (52865f0)
- deps: Bump github.com/lib/pq from 1.11.2 to 1.12.0 (#402) (b687e61)
- deps: Bump github.com/metoro-io/mcp-golang from 0.16.0 to 0.16.1 (#398) (f0c2e88)
- deps: Bump golang.org/x/crypto from 0.48.0 to 0.49.0 (#401) (12f8de8)
- deps: Bump golang.org/x/image from 0.36.0 to 0.37.0 (#399) (06f9e22)
- deps: Bump golang.org/x/image from 0.37.0 to 0.38.0 (#405) (5d8b375)
- deps: Bump modernc.org/sqlite from 1.46.1 to 1.48.0 (#404) (652076c)
📦 Installation
Quick Install (Recommended)
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.100.5Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.5Full Changelog: v0.100.4...v0.100.5
🚀 Version 0.100.4
What's Changed
0.100.4 (2026-03-06)
🐛 Bug Fixes
- Flox dev environment (6e2fd6e)
- agents: Prevent Docker output pollution and skip agent pulling in container mode (#387) (0fe503d), closes #386
🧹 Maintenance
- deps: Bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 (#393) (504ebbf)
- deps: Bump github.com/lib/pq from 1.10.9 to 1.11.1 (#388) (8ab85d7)
- deps: Bump github.com/lib/pq from 1.11.1 to 1.11.2 (#394) (cd3ad4a)
- deps: Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#392) (55a2c36)
- deps: Bump golang.org/x/image from 0.34.0 to 0.36.0 (#391) (1f7948a)
- deps: Bump modernc.org/sqlite from 1.44.3 to 1.45.0 (#395) (a3cbd52)
- Update development dependencies (#396) (aab8ab9)
📦 Installation
Quick Install (Recommended)
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.100.4Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.4Full Changelog: v0.100.3...v0.100.4
🚀 Version 0.100.4-rc.2
What's Changed
0.100.4-rc.2 (2026-02-02)
♻️ Code Refactoring
- Move all logs back to a file (c8784ab)
- config: Remove config option for console output (aa52528)
- docs: Remove the environment variable for console output (eb716ac)
📦 Installation
Quick Install (Recommended)
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.100.4-rc.2Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.4-rc.2Full Changelog: v0.100.4-rc.1...v0.100.4-rc.2
🚀 Version 0.100.4-rc.1
What's Changed
0.100.4-rc.1 (2026-02-02)
🐛 Bug Fixes
- Flox dev environment (6e2fd6e)
- agents: Prevent Docker output pollution and skip agent pulling in container mode (a7f4758), closes #386
♻️ Code Refactoring
- Remove outdated container detection comments (bdcc917)
🧹 Maintenance
- Apply suggestions from code review (00bad3d)
- Apply suggestions from code review (e83f9e5)
- Merge branch 'main' into claude/issue-386-20260128-1108 (61e7f70)
📦 Installation
Quick Install (Recommended)
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.100.4-rc.1Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.4-rc.1Full Changelog: v0.100.3...v0.100.4-rc.1
🚀 Version 0.100.3
What's Changed
0.100.3 (2026-01-27)
🧹 Maintenance
📦 Installation
Quick Install (Recommended)
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.100.3Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.3Full Changelog: v0.100.2...v0.100.3
🚀 Version 0.100.2
What's Changed
0.100.2 (2026-01-26)
🐛 Bug Fixes
📦 Installation
Quick Install (Recommended)
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.100.2Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.2Full Changelog: v0.100.1...v0.100.2
🚀 Version 0.100.1
What's Changed
0.100.1 (2026-01-26)
♻️ Code Refactoring
📦 Installation
Quick Install (Recommended)
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.100.1Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.1Full Changelog: v0.100.0...v0.100.1
🚀 Version 0.100.0
What's Changed
0.100.0 (2026-01-26)
🚀 Features
📦 Installation
Quick Install (Recommended)
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.100.0Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary 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.0Full Changelog: v0.99.2...v0.100.0
🚀 Version 0.99.2
What's Changed
0.99.2 (2026-01-25)
♻️ Code Refactoring
📦 Installation
Quick Install (Recommended)
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.99.2Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.99.2Full Changelog: v0.99.1...v0.99.2
🚀 Version 0.99.1
What's Changed
0.99.1 (2026-01-24)
♻️ Code Refactoring
📚 Documentation
- Revise README description for CLI functionality (6f3702f)
🧹 Maintenance
📦 Installation
Quick Install (Recommended)
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.99.1Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.99.1Full Changelog: v0.99.0...v0.99.1