Wyreup in your terminal.
Run all 53 tools from the shell. Same engine as the web, same privacy — now scriptable.
npx @wyreup/cli compress photo.jpg npm publish is imminent. View the source now on GitHub.
Install
One-off — no install
npx @wyreup/cli compress photo.jpg Global install
npm install -g @wyreup/cli
wyreup compress photo.jpg Usage examples
Image compression
wyreup compress photo.jpg \
--quality 80 -o compressed.jpg Merge PDFs
wyreup merge-pdf a.pdf b.pdf c.pdf \
-o merged.pdf Face blur
wyreup face-blur vacation.jpg \
-o anonymized.jpg OCR extraction
wyreup ocr scan.pdf \
-o text.txt QR code
wyreup qr "https://wyreup.com" \
-o qr.png Help
wyreup --help
wyreup compress --help Why CLI
- Batch processing
Process 500 photos in a loop. Same engine, same privacy.
- Scriptable
Pipe into bash, make, or a CI workflow.
- Air-gapped environments
Works offline. No server call, ever.
- All 53 tools
Same names as the web. Browse all tools →