Take Control of Your Privacy

An open-source, privacy-first toolkit for managing and deleting personal data from data brokers

All data stays on your device

🔐

AES-256 encryption

📱

Works offline

🆓

100% Free & Open Source

Privacy Profile Manager

Upload and manage your encrypted privacy profile entirely in your browser. Your data never leaves your device.

📁 Your Privacy Profile

No profile loaded. Create a new profile or upload an existing one.

Getting Started

🌐 Option 1: Web App

Use the web-based version directly in your browser:

  1. Scroll up to the App section
  2. Create a new privacy profile
  3. Enter your information (stays on your device)
  4. Review data brokers and opt-out instructions
  5. Download your encrypted profile for safekeeping

💡 Your data never leaves your browser!

📱 Option 2: Native App

Install the full Flutter application:

  1. Visit the GitHub Releases page
  2. Download the installer for your platform:
    • Windows: .exe installer
    • macOS: .dmg file
    • Linux: .AppImage or .deb
    • Android: .apk file
    • iOS: Coming soon
  3. Install and run the application
  4. Follow the in-app setup wizard

🔧 Option 3: Build from Source

For developers who want to build themselves:

# Clone the repository
git clone https://github.com/OWASP-BLT/SelfErase.git
cd SelfErase

# Install Flutter dependencies
cd flutter_app
flutter pub get

# Run on your platform
flutter run -d windows  # or macos, linux, android, ios

See CONTRIBUTING.md for detailed build instructions.

Documentation