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.
We take security seriously. Please create an issue
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
``