Rare is an Epic Games Launcher open source alternative, using Legendary.
This project is maintained by RareDevs
Rare is a graphical interface for Legendary, a command line alternative to Epic Games launcher, written in PyQt5
Logo by @MultisampledNight available here, licensed under CC BY-SA 4.0
Game covers | Vertical list |
---|---|
Game details | Game settings |
---|---|
Downloads | Application settings |
---|---|
There is an .msi
installer available in releases page.
There is also a semi-portable .zip
archive in releases page that lets you run Rare without installing it.
Important: On recent version of Windows you should have MSVC 2015 installed, you can get it from here
winget install rare
choco install rare
Rare is available as a flatpak. See rare.
Install it via:
flatpak install flathub io.github.dummerle.rare
Run it via:
flatpak run io.github.dummerle.rare
Available in releases page.
There are some AUR packages available:
.deb
file in releases pageNote:
There is a .dmg
file available in releases page.
Note: When you launch it, you will see an error, that the package is from an unknown source. You have to enable it
manually in Settings -> Security and Privacy
. Otherwise, Gatekeeper will block Rare from running.
You can also use pip
.
In the actions tab you can find packages for the latest commits.
Note: They might be unstable and likely broken.
Execute pip install Rare
for all users, or pip install Rare --user
for the current user only.
rare
in your terminal.pythonw -m rare
in cmdIt is possible to create a desktop link, or a start menu link. Execute the command above with --desktop-shortcut
or
--startmenu-shortcut
option, alternatively you can create them in the settings.
Note about $PATH:
Depending on your operating system and the python
distribution, the following paths might need to be in your
environment’s PATH
OS | Path |
---|---|
Windows | <python_installation_folder>\Scripts |
Linux | /home/<username>/.local/bin |
masOS | /Users/<username>/Library/Python/3.x/bin |
git clone https://github.com/RareDevs/Rare
cd Rare
pip install -r requirements.txt
to install all required dependencies.
pip install -r requirements-full.txt
sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-orjson
yay -S legendary
sudo pkg install py39-qt5
python3 -m rare
If you run into any issues, you can report them by creating an issue on GitHub: https://github.com/RareDevs/Rare/issues/new/choose
When reporting issues, it is helpful to also include the logs with your issue. You can find the longs in the following locations depending on your operating system
OS | Path |
---|---|
Windows | C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs |
Linux | /home/<username>/.cache/Rare/Rare/logs |
masOS | /Users/<username>/Library/Caches/Rare/Rare/logs |
In these folders you will find files named like below
Rare_23-12-19--11-14.log
These are the logs for the main Rare application. As such are importand when Rare itself is crashing.
RareLauncher_f4e0c1dff48749fa9145c1585699e276_23-12-17--19-53.log
These are the logs for each of the games you run through Rare. Rare uses a separate instance of itself to launch games, and these are the logs of that instance.
If you don’t have a GitHub account or you just want to chat, you also can contact us on Discord: https://discord.gg/YvmABK9YSk
There are several options to contribute.
More information is available in CONTRIBUTING.md.