hi! this is an experimental installer for Moonlight.
it's console-based, with the aim of being pretty light-weight and also supporting some fancier things like automatically detecting instances, installing OpenAsar and whatever other random stuff i decide to add in.
this is NOT the official moonlight installer. If you want something tested that is going to work 99.99% of the time, use that. If you just want to mess around, feel free to check this out.
With that out of the way,
just head right on over to the releases page, and download the executable that works for your system.
FOR NOW, THIS DOES NOT WORK.
on linux, you'll need ncurses-base and ncurses-term, or their equivalents for your distro.
macOS on apple silicon (arm64/aarch64) will probably not work, due to the mandatory code signing requirements. if that's the case, you may have to set up and run this app manually. i don't have a mac to test, and don't plan on getting one!
clone or download the repository. install the packages with your preferred node package manager (i use pnpm). execute the start
script.
for example, on pnpm:
pnpm i
pnpm build; pnpm start
i plan to do most of the work myself, honestly. otherwise feel free to PR any improvements you can think up and use the issues page to report any bugs.