Install anc

anc is the reference linter for the agent-native CLI standard. It scores any CLI against the eight principles and tells you, by audit ID, where it passes and where it falls short. Install it locally, then point it at a binary or a project directory.

Homebrew

brew install brettdavies/tap/agentnative

Cargo

cargo install agentnative

For a prebuilt binary without compiling from source (requires cargo-binstall; skip if you don't already have it):

cargo binstall agentnative

GitHub Releases

Platform archives, including Windows builds and SHA256 checksums, live at github.com/brettdavies/agentnative-cli/releases. Download the archive for your platform, extract, and put the anc binary on $PATH.

What's next

Once installed, invoke the CLI as anc. See /audit for usage: flags, output shapes, and how to interpret the per-principle audit IDs. The principles themselves are spelled out on the homepage, with one page per principle (/p1 through /p8).

To install the agent-native-cli skill bundle instead (the Claude Code / Codex / Cursor / OpenCode skill that teaches an agent to write CLIs against this standard), see /skill.