Skip to content

v2.0.0 - Complete Rewrite

Choose a tag to compare

@codewithkenzo codewithkenzo released this 02 Jan 16:04
· 41 commits to main since this release

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: -f for documents, -i for 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-zero

Usage

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"