Installing the game
There are currently two builds of the game available.
⚠️ Important Disclaimer
Rhythia is NOT affiliated with CAPO Games, Steam Rhythia, or rhythia.com in any way. We cannot provide support or assistance for any issues related to those platforms. Please ensure you are downloading the correct client from the links below.
Rewrite (Current Maintained Client)
The current client being actively maintained by us, now in early testing!
Recommended
This is the latest version of the client. Please report any bugs found in #bug-reports on our Discord server.
You can view all releases at the Rewrite releases page.
| Platform | Direct Download |
|---|---|
| Windows | Download |
| Linux | Download |
You can view the Rewrite source code here.
Nightly (Legacy)
The legacy client we all know and (somewhat) love. We recommend this client if you're just starting out for now.
WARNING
Nightly is no longer being maintained. All current development efforts are focused on the Rewrite client above.
You can view all releases at the Nightly releases page.
| Platform | Direct Download |
|---|---|
| Windows | Download |
| Linux | Download |
You can view Nightly's source code here.
Installation
Windows
- Download the windows.zip for your chosen client above.
- Extract the
.zipfile. - Run Rhythia.exe.
WARNING
You must have Visual C++ Redistributable installed to run the game on Windows!
You can download it here.
Linux
GUI version
INFO
The following packages are recommended for this version:
- thunar
- thunar-archive-plugin
- Download the linux.zip for your chosen client above.
- Right click the downloaded file and extract it.
- Run Rhythia.x86_64.
Non-GUI version
WARNING
The following packages are required for this version:
- unzip
- Download the linux.zip for your chosen client above.
- Open your terminal and run the following commands:
# Assuming the file is in the Downloads folder
$ cd $HOME/Downloads
$ unzip -d Rhythia linux.zip- Then move into the extracted folder and run the game:
$ cd Rhythia
$ ./Rhythia.x86_64Linux Troubleshooting
If your game doesn't run, run the following command in your terminal while inside of your Rhythia folder:
$ sudo chmod +x Rhythia.x86_64WARNING
You need to be a superuser in order to run sudo.