Perplexity Releases pplx, a Single-Binary CLI That Puts Its Search API in the Terminal for Coding Agents
Perplexity just turned its search into a coding agent primitive. Single binary. Claude Code compatible. Terminal-first.

Why it matters
Perplexity is shipping developer-first infrastructure (CLI + Agent Skills) to embed real-time search into coding workflows. This positions search-as-a-capability for the emerging agent economy, directly competing with OpenAI's tool ecosystem.
The key facts
5 to knowpplx CLI ships as checksum-verified single binary for macOS arm64 and Linux
Two commands exposed: 'pplx search web' and 'pplx content fetch'
Returns JSON object to stdout for programmatic use
Agent Skill available for Claude Code, Codex CLI, and URL-compatible harnesses
Positions Perplexity Search API as composable primitive for coding agents
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Perplexity has released pplx, an official command line client for its Search API. The tool exposes two commands — pplx search web and pplx content fetch — and returns exactly one JSON object on stdout. It ships as a checksum-verified single binary for macOS arm64 and Linux, alongside an Agent Skill…