Cross-platform CLI for flashing images to drives.
macOS / Linux
curl -sL https://raw.githubusercontent.com/tq303/rip/main/scripts/install.sh | shWindows (run as administrator)
curl -sL https://raw.githubusercontent.com/tq303/rip/main/scripts/install.bat -o install.bat && install.batGo
go install github.com/tq303/rip@latestLocal development
make installrip [image] [flags]Prompts you to select a drive, confirms before writing, then flashes the image. Accepts a local file or URL.
rip image.iso
rip image.img --buffer 8
rip https://example.com/image.iso
rip https://example.com/image.iso --output ~/DownloadsRaw copy only — works for standard
.isoand.imgdisk images. Does not handle images that require bootloader installation (e.g. Windows ISOs).
| Flag | Default | Description |
|---|---|---|
-b, --buffer |
4 |
Write buffer size in MB |
-f, --force |
Skip confirmation prompt | |
-o, --output |
system temp | Download folder for URLs |
