Skip to content

Param-Harrison/meta-cleaner

Repository files navigation

🧼 MetaCleaner

A privacy-first desktop app that removes metadata from all major file types with one click.

📱 App Functionality

✨ Features

  • 🚀 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

📁 Supported File Types

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

📦 Installation

Download the latest release for your platform:

💻 Development

Prerequisites

  • Node.js (v16+)
  • npm (v7+)

Setup

# Install dependencies
npm install

# Start development server
npm run dev

🏗 Build

# Build for your platform
npm run build:mac     # macOS
npm run build:win     # Windows
npm run build:linux   # Linux

🚀 Release

Environment Setup

Create a .env file in the project root:

# GitHub (Required for auto-updates)
GH_TOKEN=your_github_token

Version Management

# 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)

📝 License

This project is private and unlicensed. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published