Skip to content

Releases: mrgunes/BackupLens

BackupLens v1.0.0 — Your data. Your eyes only.

04 Apr 04:28

Choose a tag to compare

BackupLens v1.0.0

Free, open-source GUI to decrypt, browse, and extract files from encrypted iPhone/iPad backups.

Features

  • Decrypt encrypted backups (iOS 13+)
  • Browse files by category (Camera Roll, Apps, Health, Messages, etc.)
  • Search across all files instantly
  • Extract individual files or bulk export
  • Auto-detect backup location on Windows and macOS
  • Cross-platform (Windows, macOS, Linux)

Security

  • 100% offline — zero network connections
  • Your password is never stored
  • No telemetry, analytics, or tracking
  • Single-file Python app (~600 lines) — fully auditable
  • Path traversal protection during extraction

Quick Start

git clone https://github.com/mrgunes/BackupLens.git
cd BackupLens
pip install -r requirements.txt
python backuplens.py

Read the full README for details.