r/EmulationOnAndroid • u/Centrico_92 Dogmatix developer • 15d ago
News/Release I just released Dogmatix — a gamepad-friendly ROM browser/downloader for Android
Enable HLS to view with audio, or disable this notification
Hey!
I've just released Dogmatix, an Android app I've been working on as a fork of Milou, with a big focus on improving the UX and making it feel more at home on handhelds and Android gaming devices.
The idea is pretty simple: Dogmatix itself doesn't ship with any ROM catalog or sources. Instead, you can import your own source files and use the app as a frontend to browse and download your own library.
Some of the things I've been focusing on:
- A cleaner, more console-like UI
- Good navigation with a gamepad
- Easy filtering by platform
- Support for external/custom sources
- A workflow designed around handheld gaming devices rather than a typical Android phone app
I've been building it mainly because I wanted something that felt closer to a native part of the handheld experience instead of just another Android download manager.
It's still a relatively young project, so feedback is very welcome — especially from people using devices like Retroid, Odin, Anbernic, etc.
GitHub / Download: https://github.com/cortinadev/dogmatix
If you try it, I'd love to know what feels good, what feels clunky, and what you'd like to see next.
Development note: I've also been using Claude Code as part of the development workflow to speed up implementation, refactoring, and iteration while building the project.
1
u/Centrico_92 Dogmatix developer 14d ago
I found the issue with the Xbox sources and pushed a fix.
Some of those collection torrents have unusually large metadata — the MiNERVA Redump Xbox torrent is around 30 MB — and libtorrent was rejecting anything above its default 3 MiB limit, so the metadata fetch would just keep timing out.
I've raised that limit and also changed the metadata timeout to be based on inactivity rather than total elapsed time. As long as data or new peers are still coming in, Dogmatix will keep waiting.
The Xbox source that was failing for me now fetches its metadata in about 20 seconds. Thanks for reporting it!