A privacy-first desktop app that removes metadata from all major file types with one click.
- 🚀 One-Click Cleaning: Remove metadata from any file with a single click
- 🔒 Privacy First: 100% offline processing, no data leaves your machine
- 🎯 Wide Format Support: Images, Documents, Videos, Audio, Archives
- 🌓 Modern UI: Clean interface with dark/light mode
- 🔄 Auto Updates: Automatic version updates and notifications
Type | Formats |
---|---|
📷 Images | JPG, PNG, WebP, HEIC, TIFF |
📄 Docs | PDF, DOCX, PPTX, XLSX, ODT, RTF |
🎬 Video | MP4, MOV, AVI, MKV, WebM |
🎧 Audio | MP3, FLAC, WAV, M4A, OGG |
🗜 Archive | ZIP, RAR, 7Z |
Download the latest release for your platform:
- Node.js (v16+)
- npm (v7+)
# Install dependencies
npm install
# Start development server
npm run dev
# Build for your platform
npm run build:mac # macOS
npm run build:win # Windows
npm run build:linux # Linux
Create a .env
file in the project root:
# GitHub (Required for auto-updates)
GH_TOKEN=your_github_token
# Release a new version
npm run release:patch # Bug fixes (0.0.x)
npm run release:minor # New features (0.x.0)
npm run release:major # Breaking changes (x.0.0)
This project is private and unlicensed. All rights reserved.