My work is totally free, but if you want to support me anyway, you can do it here . Thank you!🙏
- 06/26/2023: Good news! I may have finally found a viable alternative from using the "archive.org" site. If all goes to plan, you'll have a TON of new systems available, and download speeds will be GREATLY improved. I'll share more with you soon!
- 02/12/2023: Time has finally come !! v2.0.0 RC1 is up HERE (Carefully read the release description to know how to use it).
Download "datted" ROMs directly from the NoIntro libraries on Internet Archive. Lastest binaries are available here or you can just clone the repo and launch it under Windows and Linux. (see below)
If you want to see changes since the beginning of this project, see CHANGELOG.md.
- Atari 2600
- Atari 5200
- Atari 7800
- NEC - PC Engine - TurboGrafx 16
- Nintendo - Nintendo 64
- Nintendo - Nintendo 64DD
- Nintendo - Nintendo Entertainment System (Headered)
- Nintendo - Nintendo Game Boy
- Nintendo - Nintendo Game Boy Advance
- Nintendo - Nintendo Game Boy Color
- Nintendo - Super Nintendo Entertainment System (Combined)
- Nintendo - Virtual Boy
- Sega - 32X
- Sega - Game Gear
- Sega - Master System - Mark III
- Sega - Mega Drive - Genesis
NB: Playstation 1, 2 and 3 are ready to use, but because of the size of files, multi-connections must be implemented before, sorry.
git clone https://github.com/silverlays/NoIntro-Roms-Downloader
cd ./NoIntro-Roms-Downloader
python3 -m venv .venv
- For Windows:
.venv\Scripts\activate.bat
- For Linux/MacOS:
source .venv/bin/activate
pip install -r requirements.txt
python3 app.pyw
If you found a bug (not listed on the status above), feel free to create an issue here.