nrg2iso is a simple command-line tool that converts NERO image files (.nrg
) to ISO format (.iso
). ISO files are widely supported and offer greater compatibility across operating systems and disk mounting software. This utility allows you to easily convert proprietary NERO image files into standard ISO files.
- Converts
.nrg
files to.iso
- Fast and efficient
- Lightweight, minimal dependencies
- Cross-platform support (Linux, macOS, Windows)
You can download the latest release from the Releases page.
Clone the repository and compile:
git clone https://github.com/basrach/nrg2iso.git
cd nrg2iso
go build .
Convert a .nrg
file to .iso
using the following syntax:
nrg2iso <input.nrg> <output.iso>
nrg2iso mydisk.nrg mydisk.iso
-h
,--help
: Display the help message.