Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 881 Bytes

File metadata and controls

35 lines (24 loc) · 881 Bytes

PIIPAYA - Replace PII data with narrative coherence

Local MacOS app to remove any sensitive data from any file, keeping narrative coherence and 100% private.

Currently only fully supporting on MacOS.

Download: From website or see releases.

  • Might need to execute xattr -dr com.apple.quarantine /Applications/Piipaya.app

Support file batching, OCR support for most common image types, PDF and DOCX.

Security & Privacy

We take security seriously. Please create an issue

Local dev

Install:

cd piipaya-desktop
# will install py env
bash piipaya-desktop/scripts/install.sh

# will build Rust sidecar
bash piipaya-desktop/scripts/build-sidecar.sh

#
bun run install
bun run dev
``