Running the Installer on MacOS
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 installer file named
macOS-x86_64.tar.gz
ormacOS-aarch64.tar.gz
depending on your system architecture.- If you are unsure which version to download, you can check your Mac's architecture by clicking the Apple logo in the top-left corner of your screen and selecting "About This Mac". Look for "Chip" or "Processor" to determine if it is Intel (x86_64) or Apple Silicon (aarch64).
- Extract the contents of the Tar file. You can do this by double-clicking the file in Finder, or by using the terminal command:bashor
tar -xzf macOS-x86_64.tar.gz
bashtar -xzf macOS-aarch64.tar.gz
- You should now find a binary file named
luna-installer
.
Run the Installer
Open the folder where you extracted the Installer inside a terminal
You will need to give the installer system access executable permission. Run the following commands:
bashxattr -d com.apple.quarantine luna-installer
bashcodesign -s - -f --deep luna-installer
bashchmod +x luna-installer
WARNING
If you skip this step, you will get an error when trying to run the installer:
zsh: killed luna-installer
Allow the installer to access and modify the TIDAL app. For that, do the following:
- Open the settings app of your Mac.
- Navigate to Privacy and Security -> App Management
- Check "Terminal" to allow it to update / delete other applications
Now you can run the installer by executing the following command in the terminal:
bash./luna-installer
If your browser does not automatically open a website, open it manually by visiting
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. If you run into issues with the installer, you can try running it with sudo
:
sudo ./luna-installer