Skip to content
Claus Valca edited this page Aug 18, 2026 · 2 revisions

❓ FAQ


Is this legal?

OpenROM is just a conversion tool — it doesn't distribute or download ROMs. Converting ROMs you own is generally considered fair use in most countries. We don't take any legal responsibility for how you use it.


Does it delete my original files?

No. OpenROM always creates a new file and leaves the original untouched.


Why is CHD so much smaller than ISO?

ISO files contain a lot of redundant error correction data from the original disc format. CHD strips that out losslessly and compresses what's left. Your game data is 100% intact.


Can I convert back?

Yes — almost everything is reversible:

  • CHD → ISO / BIN+CUE ✅
  • CSO/ZSO → ISO ✅
  • ECM → ISO/BIN ✅
  • XISO → ISO ✅

Does it support 3DS / Switch / NDS files?

Not currently. OpenROM focuses on disc-based consoles (PS1, PS2, Xbox, GameCube). Cartridge-based formats need different tools entirely.


Will there be a Flatpak?

Yes — Flatpak support is planned for v2.1. [Follow the repo] for updates.


Why no RVZ support for GameCube?

Dolphin already has a great built-in GUI for RVZ conversion — no reason to duplicate it. OpenROM focuses on tools that require terminal knowledge.


Can I convert BIN to ISO directly?

Short answer: don't.

Direct BIN → ISO conversion strips audio tracks from multi-track games (most PS1 games). Your game will launch but music and sound effects will be gone or broken.

The right way: BIN/CUE → CHD → ISO (if you really need ISO)

OpenROM handles both steps. Just convert to CHD and stay there — every modern emulator supports it and it's smaller anyway.

Clone this wiki locally