Skip to content

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 13 Oct 04:27
· 10 commits to master since this release

Changes in this Release

See DOCS/CHANGES.md for detailed changes.

Installation Options

Option 1: Install from Release Wheel (Recommended)

Download the .whl file from the Assets section below, then:

pip install wipeit-*.whl

Option 2: Install from Source

git clone https://github.com/cscortes/wipeit.git
cd wipeit
uv sync

Usage

# List devices
sudo wipeit --list

# Wipe a device (DESTRUCTIVE!)
sudo wipeit /dev/sdx

⚠️ WARNING

This tool PERMANENTLY DESTROYS ALL DATA. Use with extreme caution!