Skip to content

Tr3yWay996/TidaLuna-Installer_reloaded

 
 

Repository files navigation

TidaLuna Installer

Installer for the TidaLuna Tidal Mod.


🚀 How to Use

The installer should™ work on both Windows and macOS.
Currently, precompiled binaries are available for Windows only.


🪟 Windows

🔧 Installing

  1. Download the precompiled binary from the Releases page.
    Download Release

  2. 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, open http://localhost:65530 manually.
    SmartScreen Warning
    SmartScreen More Info

  3. Close Tidal before continuing.

  4. Select a release channel. These include Stable, Pre-release, and Dev versions.
    Release Channels

  5. (Optional) Click on Advanced Options if you need to configure installation paths or debug issues.
    More on that in the Advanced Options section.

  6. Click Install or Reinstall to begin the installation.
    Install/Reinstall Buttons


❌ Uninstalling

  1. Download the precompiled binary from the Releases page.
    Download Release

  2. Run the downloaded installer-windows.exe.
    SmartScreen Warning
    SmartScreen More Info

  3. Close Tidal

  4. Click the Uninstall button at the bottom of the page.
    Install/Reinstall Buttons


🍏 macOS

⚠️ 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!

📦 Requirements

  • Node.js v20
  • npm (usually bundled with Node.js)
  • This project cloned or downloaded

📁 Downloading the Project

  1. Scroll to the top of the repository page
  2. Click the green Code button
  3. Select "Download ZIP"
    Download ZIP

📥 Installing Dependencies

  1. Open a terminal inside the base project folder

  2. Run:

    npm install

▶️ Running the App

  1. Build the TypeScript code:

    npm run tsc
  2. Start the app:

    node ./build/index.js

After this point, the usage is the same as on Windows.


⚙️ Advanced Options

If the installer cannot locate your Tidal installation, you can manually specify the path.

  1. Locate your Tidal install directory
  2. Navigate into the app-* folder (e.g., app-5.12.0)
  3. Copy the path to the resources folder inside it
    Advanced Options
    Tidal Folder
    Tidal Resources Folder

If you’re unfamiliar with versioning formats, check out semver.org for a quick guide.


📎 License

MIT — see LICENSE file for details.

About

Reloaded Installer for Tidal Luna Tidal Client Mod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.3%
  • JavaScript 17.3%
  • CSS 9.4%
  • HTML 4.0%