Skip to content

Releases: milo-language/emulators

Release list

Latest Build

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:51

Rolling release from the latest passing commit on main.
<core> --version prints the commit a binary came from.

Install with curl, not the browser — a browser download carries
macOS's quarantine flag, which kills and trashes the unsigned binary:

P=$(uname -s | tr A-Z a-z)-$(uname -m | sed 's/x86_64/x64/;s/aarch64/arm64/')
curl -fsSL https://github.com/milo-language/emulators/releases/download/latest/milo-emulators-$P.tar.gz | tar xz
cd milo-emulators-$P && ./nes rom.nes

Each archive holds the nes, snes, and genesis cores plus the
menu front-end. SDL2 is statically linked, so nothing needs
installing — download, extract, run. ROMs are not included.