v2.0.0 - Complete Rewrite
pplx-zero v2.0.0
Complete rewrite from scratch. Stripped 8,347 LOC down to ~300 LOC.
What's New
- Minimal: Core search only, no bloat
- Fast: Bun-native, streaming responses
- 5 Models: sonar, sonar-pro, sonar-reasoning, sonar-reasoning-pro, sonar-deep-research
- File/Image support:
-ffor documents,-ifor images - Beautiful output: Colored terminal output with citations
Breaking Changes
- Requires Bun runtime
- Removed: monitoring, webhooks, history, exports, auto-updates
- Simplified CLI flags
Installation
# With bun (recommended)
bun install -g pplx-zero
# With npm (requires bun installed)
npm install -g pplx-zeroUsage
pplx "what is bun"
pplx -m sonar-pro "explain quantum computing"
pplx -f report.pdf "summarize this"
pplx -i screenshot.png "what's in this image"