A fast and reliable disk image flashing tool written in Rust, featuring both GUI and CLI modes.
Download the latest release from the Releases page.
To build ferrisflash from source, ensure you have Rust and Cargo installed. Then, clone the repository and build the project:
git clone https://github.com/dhopcs/ferrisflash.git
cd ferrisflash
# Build the project
cargo build --release
# Optionally, install it system-wide
cargo install --path .