TIDAL Enhanced Patcher is a tool designed to easily extend the functionality of the TIDAL desktop app by modifying its ASAR archive.
Unlike many other awesome repositories trying to address the lack of official Discord RPC integration, TEP directly modifies the source code so there is no need to run scripts in the background, reverse engineer the TIDAL API, or use third-party APIs. A native-like experience!
TIDAL Enhanced allows you to download music and videos in the highest quality directly from TIDAL thanks to the Media Downloader app, just paste the track/album/artist link in the downloader and enjoy your offline music!
Playback controls and a Discord RPC switch can be quickly accessed from the system tray menu.
You can now access various development tools disabled by default in the production build.
Only Windows platforms are supported.
Note: App updates may require running the patcher again.
For users who prefer to download and run the patcher without setting up the development environment.
Download the executable:
TIDALEnhancedPatcher.zip
file.Run the patcher:
For developers or users who want to run it directly from the source.
Requirements: You need to have Bun installed on your system.
Clone the repository:
git clone https://github.com/nekusu/tidal-enhanced-patcher.git
cd tidal-enhanced-patcher
Install dependencies using Bun:
bun i
Run the interactive CLI:
bun main.ts
Alternatively, you can also build and run the executable by running:
bun run build
.\TIDALEnhancedPatcher.exe
The interactive CLI provides three main options: patching, unpatching, and extracting source files.
C:\Users\[user]\AppData\Local\TIDAL\app-[version]\resources
, remove the app.asar
file, and rename the app_original.asar
file to app.asar
.Debugtron made this project possible, check it out!