Skip to main content
Version: 0.49.0

Installation

Works on all platforms. Includes pre-built binaries.

npm install -g agnix

Or run without installing:

npx agnix .

Homebrew (macOS / Linux)

brew tap agent-sh/agnix && brew install agnix

Cargo (Rust toolchain)

cargo install agnix-cli

Pre-built binaries

Download from GitHub Releases for your platform.

Two Linux x86_64 archives are published:

ArchiveUse it when
agnix-x86_64-unknown-linux-gnu.tar.gzDefault. Releases are gated to require no more than glibc 2.31; current builds need only 2.18.
agnix-x86_64-unknown-linux-musl.tar.gzStatically linked, no glibc dependency. Use it on musl distros such as Alpine, or on any host where the gnu build reports a missing GLIBC_... version.

The npm installer and the GitHub Action pick the gnu build and switch to the static musl build automatically if it cannot run on the host.

Verify installation

agnix --version

Editor extensions

agnix ships editor integrations powered by the agnix-lsp server:

EditorInstall
VS CodeMarketplace
JetBrainsPlugin
NeovimPlugin
ZedExtension

See Editor Integration for setup details.