macOS
Recommended: one-line installer (downloads the latest binary and verifies codesign on Apple Silicon):
curl -fsSL https://nfltr.xyz/install/macos | sh
Or install with Homebrew when your team publishes the tap:
brew install nfltr
Confirm: nfltr version
Linux
One-line installer for amd64 and arm64:
curl -fsSL https://nfltr.xyz/install.sh | sh
Override install directory with NFLTR_INSTALL_DIR=/usr/local/bin if needed.
Windows
Download the latest nfltr.exe for your architecture from the dashboard downloads page, add the folder to your PATH, then open PowerShell:
nfltr version
Open dashboard downloads →