Immutable
release. Only release title and notes can be modified.
What's Changed
0.61.2 (2026-08-20)
馃敡 Miscellaneous
馃摝 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.yamlOr install it globally:
npm install -g @inference-gateway/adl-cli@0.61.2
adl --helpInstall Script
curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bashOr pin a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bash -s -- --version v0.61.2Nix Flake
Run directly without installing:
nix run github:inference-gateway/adl-cli/v0.61.2Or 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.