Running the Installer on Linux
If you already have the Installer launched, you can skip to Installing TidaLuna.
Download the Installer
- Go to the TidaLuna Installer Releases page.
- Download the latest
linux-x86_64.tar.xz
file. - Open a terminal and navigate to the directory where you downloaded the file.
- Extract the contents of the Tar file using the following command:bash
tar -xf linux-x86_64.tar.xz
- You should now find a binary file named
luna-installer
.
Run the Installer
- Open a terminal and navigate to the directory where you extracted the Installer.
- You will need to give the installer system access executable permission. Run the following commands:bash
chmod +x luna-installer
- Start the installer by executing the following command in the terminal:bash
./luna-installer
- The installer will start and open a web browser window. If it does not open automatically, you can manually open your browser and go to
http://localhost:3013
.
You can now follow the following steps to install TidaLuna here.
Troubleshooting
If you encounter any issues during the installation, make sure that you have the necessary permissions to modify the TIDAL app and that you are running the installer with sufficient privileges. You may need to run the installer with sudo
if you encounter permission errors.