Skip to content
View gowthvm's full-sized avatar

Organizations

@Codify-PSBB

Block or report gowthvm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gowthvm/README.md

Gowtham G.K.

Building Flint.


Flint logo

Flint

A Windows-native bootable USB and disk-image writer built with Python.

Flint is a disk imaging tool designed around one simple idea:

Writing an image isn't enough. Verify it.

After writing an ISO or raw disk image, Flint can re-read the target drive and verify the written data against the source using SHA-256, helping detect corrupted or mismatched data rather than blindly trusting the write operation.

Features

  • ISO and raw disk-image writing
  • Full-drive SHA-256 verification
  • Byte-level mismatch detection
  • Drive backup and cloning
  • Bad-block scanning
  • Drive wiping
  • Linux persistence
  • Windows To Go
  • Graphical interface
  • Command-line interface
  • Headless and scriptable workflows
  • Portable Windows executable
  • Flash history and reports

Built with

Python · PyQt6 · Windows APIs · WMI · psutil


Why Flint?

Most disk imaging software treats a successful write operation as the end of the process.

Flint treats it as the beginning of verification.

The target drive can be read back after flashing and compared against the original image, allowing Flint to report whether the written data actually matches what was intended.


Project

Repository: github.com/gowthvm/Flint

Website: flintweb.vercel.app

License: MIT


Write. Verify. Trust.

Pinned Loading

  1. Flint Flint Public

    Windows-native bootable USB & disk image writer. Flash ISO/DD images to USB drives, verify byte-for-byte with SHA-256, wipe (NIST/DoD), back up and clone drives. Portable single exe, open source, MIT.

    Python 1