Important
Not affiliated in any way with TIDAL, this is a third-party unofficial client
Go to the Actions page, click on the latest working build and download the Artifact for your architecture. Extract the .flatpak file from the downloaded .zip file and install it clicking on it or with:
flatpak install high-tide.flatpak
Beware: Locales are not available when installing from a .flatpak
file, since flatpak locales are stored in another runtime for optimisations, and .flatpak
files only export the app without runtimes.
If you want/need locales, please build from source.
You just need to clone the repository, and build with meson.
git clone https://github.com/Nokse22/high-tide.git
meson builddir
meson compile -C builddir
meson install -C builddir
Or open the project in GNOME Builder and click "Run Project".
We're sorry to see you go! If you want to remove the High Tide flatpak package from your system, here's how to do so:
First, terminate all High Tide processes. Keep in mind that "Run in background" is an option, usually pressing ^Q should be enough to terminate it. Otherwise, you can run killall high-tide
to make sure that everything is killed.
You can then remove the package using flatpak :
# When installed system-wide (default)
flatpak uninstall --delete-data io.github.nokse22.high-tide
# When installed for the current user (-u flag at installation)
flatpak uninstall --delete-data -u io.github.nokse22.high-tide
The --delete-data
flag should get rid of all the "junk" directories (i.e. cache, configs, etc.) on your system, and you don't need to do anything else.
Read CONTRIBUTING for all information about how to contribute to High Tide, you can also contact us on Matrix #high-tide:matrix.org.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
If you find High Tide useful, please consider:
- ⭐ Starring this repository
- 🐛 Reporting bugs and issues
- 💡 Suggesting new features
- 🔄 Sharing with others who might find it useful
Made with ❤️ by the High Tide community