Installation
npm (recommended)
Works on all platforms. Includes pre-built binaries.
npm install -g agnix
Or run without installing:
npx agnix .
Homebrew (macOS / Linux)
brew tap avifenesh/agnix && brew install agnix
Cargo (Rust toolchain)
cargo install agnix-cli
Pre-built binaries
Download from GitHub Releases for your platform.
Verify installation
agnix --version
Editor extensions
agnix ships editor integrations powered by the agnix-lsp server:
| Editor | Install |
|---|---|
| VS Code | Marketplace |
| JetBrains | Plugin |
| Neovim | Plugin |
| Zed | Extension |
See Editor Integration for setup details.