Skip to content

馃殌 Version 0.61.2

Latest

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 20 Aug 11:29
Immutable release. Only release title and notes can be modified.

What's Changed

0.61.2 (2026-08-20)

馃敡 Miscellaneous

  • deps: bump github.com/stretchr/testify from v1.11.1 to v1.12.1 (#368) (64842c9)

馃摝 Installation

npm / npx (Recommended)

Most developers already have Node.js - run adl without installing anything. npx downloads the matching native binary on first use:

npx @inference-gateway/adl-cli@0.61.2 init my-agent
npx @inference-gateway/adl-cli@0.61.2 generate --file agent.yaml --output ./agent
npx @inference-gateway/adl-cli@0.61.2 validate agent.yaml

Or install it globally:

npm install -g @inference-gateway/adl-cli@0.61.2
adl --help

Install Script

curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bash

Or pin a specific version:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bash -s -- --version v0.61.2

Nix Flake

Run directly without installing:

nix run github:inference-gateway/adl-cli/v0.61.2

Or pin it in a Flox manifest (.flox/env/manifest.toml):

[install]
adl.flake = "github:inference-gateway/adl-cli/v0.61.2"

Binary Download

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

For more installation options, see the README.