itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

If no one has mentioned it, you can get this and other RPGMMV games running on Linux (and Intel x64 Mac) by downloading the NWJS backend and pasting in the extracted folder. (NWJS is basically a game engine built on top of a Chromium browser bundled with NodeJS.)

You'll need an older version that matches (or close enough) the Windows version that came bundled. (Check the dates). Find them here: https://dl.nwjs.io/

For instance, I'm running a Linux 64 laptop. The AIDA 0.101 release appears to be dated around the time NWJS 0.53.0 came out. So I went to https://dl.nwjs.io/v0.53.0/ and downloaded nwjs-v0.53.0-linux-x64.tar.gz
 . I extracted the NWJS archive into the game folder and ran the game using the nw executable.

Hope this helps!