Installer for the TidaLuna Tidal Mod.
The installer should™ work on both Windows and macOS.
Currently, precompiled binaries are available for Windows only.
-
Download the precompiled binary from the Releases page.
-
Run the downloaded
installer-windows.exe
.
You might encounter a Windows SmartScreen warning. Click "More info" and then "Run anyway".
A browser window should open automatically. If it doesn't, openhttp://localhost:65530
manually.
-
Close Tidal before continuing.
-
Select a release channel. These include
Stable
,Pre-release
, andDev
versions.
-
(Optional) Click on Advanced Options if you need to configure installation paths or debug issues.
More on that in the Advanced Options section.
-
Download the precompiled binary from the Releases page.
-
Close Tidal
⚠️ The installer is untested on macOS. It should theoretically work, but has not been verified.
If you're on macOS and willing to test, feel free to contribute!
- Node.js v20
- npm (usually bundled with Node.js)
- This project cloned or downloaded
- Scroll to the top of the repository page
- Click the green Code button
- Select "Download ZIP"
-
Open a terminal inside the base project folder
-
Run:
npm install
-
Build the TypeScript code:
npm run tsc
-
Start the app:
node ./build/index.js
After this point, the usage is the same as on Windows.
If the installer cannot locate your Tidal installation, you can manually specify the path.
- Locate your Tidal install directory
- Navigate into the
app-*
folder (e.g.,app-5.12.0
) - Copy the path to the
resources
folder inside it
If you’re unfamiliar with versioning formats, check out semver.org for a quick guide.
MIT — see LICENSE file for details.