Pick the mainstream apps you used before, show the privacy-respecting tools you’ve switched to, and share your privacy wins!
Create your pack at PrivacyPack.org.
- Node.js (v18 or higher)
 - npm
 
- Clone the repository
 
git clone https://github.com/ente-io/privacypack.git
cd privacypack- Install dependencies
 
npm install- Start the development server
 
npm run devThe application will be available at http://localhost:3000
New apps can be added to the catalog by modifying /data/apps.json and opening a PR. Each app belongs to a category and is either a mainstream app or a privacy-focused alternative.
When adding a new app, please ensure the logo meets these specifications:
- Format: JPG
 - General: 200x200px, no rounded corners, no transparent background, sufficient padding around the logo
 - File size: < 50KB
 - Location: Place the logo file in 
/public/app-logos/{app_id}.jpg 
PrivacyPack is created and maintained by Ente, the makers of Ente Photos and Ente Auth.
PrivacyPack is distributed under the MIT license.
