Icon # TidalSwift Tidal Music Streaming Client & Library written in Swift It supports all major features of the official Tidal app, while adding additional ones, like New Releases, Lyrics, automatic Dark Mode, Downloads & Offline Playback โ€“ all while being only 1/10th the size of the official app. > [!IMPORTANT] > > I have continued work on TidalSwift ๐ŸŽ‰ ## Download You can download the latest version [here](https://github.com/melgu/TidalSwift/releases). After downloading and unpacking the TidalSwift.zip, move the app to the Applications folder. Because the app is unsigned (I refuse to give current Apple money), you need to explicitly allow the app after the first start in the Privacy system settings. Alternatively, you can execute this: ```sh xattr -d com.apple.quarantine /Applications/TidalSwift.app ``` ## Impressions ### New Releases Unlike the official Tidal app, TidalSwift can display new releases by your favorite artists. ![New Releases](README.assets/NewReleases.png) ### Lyrics Also, unlike the official app, it can display the Lyrics of the currently playing song. Lyrics ### Offline This is a big one. The official desktop app still doesn't support offline playback โ€“ย and probably never will. This app does! ![My Mixes](README.assets/OfflineTracks.png) ### Downloads It even goes a step further. You can download music to your hard drive and do with it whatever you want. Context Menu: Download highlighted ### My Mixes ![My Mixes](README.assets/MyMixes.png) ### Search ![Search](README.assets/Search.png) ### Favorites ![Playlists](README.assets/Playlists.png) ![Albums](README.assets/Albums.png) ![Tracks](README.assets/Tracks.png) ![Videos](README.assets/Videos.png) ![Artists](README.assets/Artists.png) ### Detail Views ![Album View](README.assets/AlbumView.png) ![Artist View](README.assets/ArtistView.png) ### Login ![Login](README.assets/Login.png) ### Credits Credits ### Dark Mode TidalSwift obviously supports the macOS Dark Mode. ![Artist View (Dark Mode)](README.assets/ArtistView-DarkMode.png)