@brave/brave-search-cli
v1.5.0
Published
A token-efficient CLI for the Brave Search API, built for AI agents and LLMs
Readme
@brave/brave-search-cli
bx — a token-efficient CLI for the Brave Search API, built for AI agents and LLMs.
npm install -g @brave/brave-search-cli
bx config set-key YOUR_API_KEY
bx "your search query"This package installs the prebuilt bx binary for your platform (via optional dependencies — no build step, no postinstall download, so it works under --ignore-scripts). Supported platforms: macOS (arm64), Linux (x64, arm64), Windows (x64, arm64). Intel Macs are not supported; on Apple Silicon, use an arm64 build of Node.
This package launches bx through a small Node shim, which adds ~20 ms per invocation. If that matters, install the binary directly.
Full documentation: https://github.com/brave/brave-search-cli
