Guide originally made by M0REKZ, using the Steam one as Base
- Some level of experience with macOS Terminal.app;
- Legendary has been installed;
- (Obviously) An existing Epic Games account that has games you're looking to play.
NOTE: Since this is a third-party open source software, we cant guarantee anything, use at your own risk
- Open
Terminal.app
and enter the folder where you saved legendarycd /path/to/legendary/
(you can typecd
, add an space, and then drag the folder in terminal window) - Type
./legendary auth
to login, your web browser will be open, you may need to login with your account. - Copy the code that legendary is requesting you
- You are logged in! Now type
./legendary list --platform Windows
(for some games maybe you will need to replaceWindows
withWin32
) - A list will appear showing all games in your account that are compatible with the specified platform (in this case Windows), search for the game you want to install, you should copy the code next to "App name"
- Then type
./legendary install CODEHERE --platform Windows
(Dont forgot to replace "CODEHERE" with the code from the step above!), legendary will start downloading the Windows version of the game. - Thats all! Now the game should be located at your Home folder, inside Games folder (
~/Games/
)