ToolsJuly 27, 2026via MarkTechPost
Perplexity Releases pplx, a Single-Binary CLI That Puts Its Search API in the Terminal for Coding Agents
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.
Key signals
- pplx 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
The hook
Perplexity just turned its search into a coding agent primitive. Single binary. Claude Code compatible. Terminal-first.
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 …