| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Your ROM companion - Convert, compress, verify, and organize disc images and cartridge ROMs.
Cartridges:
Discs:
Note: Windows may show a "Windows protected your PC" SmartScreen warning, since RomMate isn't code-signed. This is expected for open-source apps without a paid certificate. Click "More info" → "Run anyway" to proceed. You can verify your download against the SHA256 checksum listed on the release page.
# Prerequisites
sudo apt install python3 python3-tk # Linux only
pip install tkinterdnd2 customtkinter
git clone https://github.com/rchaicowski/rommate.git
cd rommate
python3 rommate.pyAccess settings via the gear icon:
rommate/ ├── core/ │ ├── chd_converter.py # CHD conversion logic │ ├── m3u_creator.py # M3U playlist creation │ ├── rom_health.py # ROM verification │ └── cartridge_checker.py # Cartridge ROM validation ├── gui/ │ ├── main_window.py # Main interface │ ├── processing_panel.py # Progress display │ ├── completion_panel.py # Results screen │ └── settings_panel.py # Settings interface ├── utils/ │ ├── config.py # Configuration management │ ├── i18n.py # Internationalization │ ├── sounds.py # Sound playback │ ├── theme.py # UI theming │ └── file_utils.py # File operations ├── databases/ │ ├── no-intro/ # Cartridge ROM databases │ └── redump/ # Disc ROM databases ├── locales/ # Translations (EN, PT, ES, FR, DE, IT, JA, ZH) ├── icon.png # App icon (Linux) ├── icon.ico # App icon (Windows) └── sounds/ # Sound effects
Contributions are welcome! Please:
This project is licensed under the GNU General Public License v3.0 (GPLv3).
See LICENSE file for full text.
Found a bug or have a feature idea?
| Level | Confidence | Description |
|---|---|---|
| ✅ Verified Good Dump | 100% | Exact checksum match with database |
| ✅ Probable Good Dump | 99% | 2/3 checksums match |
| 📝 Likely Match | 95% | Filename + size match |
| 🔍 Name Match | 80% | Filename similar, checksum differs |
| ❓ Unknown | N/A | Not in database |
| 🎨 ROM Hack | 90% | Modification/translation detected |
| ⚠️ Has Header | 100% | External header detected (fixable) |
Made with love for the ROM preservation community
| Back | FazBrowse Home | New Git URL |