Install NFLTR CLI

Get the nfltr command-line client for the hosted control plane at nfltr.xyz. Pick your platform, paste the one-liner, then save your API key from the dashboard.

1. Install for your platform

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 →

2. Save your API key

Create a key at nfltr.xyz/dashboard under Settings → API keys, then store it locally so every nfltr orch command authenticates to the hosted plane:

nfltr config add-api-key rpc_your_key_here

Optional label for a teammate key: nfltr config add-api-key rpc_teammate_key --name alice

3. Next steps