An app for managing arcade games on the MiSTer. Download all of the arcade cores and their ROMs to your PC. Then decide what games will go onto your MiSTer, organized anyway you like. When new updates come out, you can grab those updates, and just update the games that are on your MiSTer.
Grab the latest release and check out the getting started guide and FAQ
Features:
Built with: TypeScript, React, Tailwind, Electron
Target platforms: Linux, MacOS, Windows
Status: Beta. Getting close to 1.0, check the release notes
# install app dependencies
yarn
# start a dev webpack server
yarn dev
# then in a separate terminal, launch Electron
yarn start
Changes you make automatically cause Webpack to rebuild, then refresh Electron to see your change. If your changes are on the main process side, kill the app and restart it.