diff --git a/docs/frontends.md b/docs/frontends.md index 4eba28aa07..d93f157935 100644 --- a/docs/frontends.md +++ b/docs/frontends.md @@ -217,6 +217,42 @@ When using NewPipe, your IP address will be visible to the video providers used. +### Materialious + +
+ +![Materialious logo](assets/img/frontends/materialious.svg){ align=right } + +**Materialious** is a free and open-source desktop & android application for [YouTube](https://youtube.com). Materialious extracts data from YouTube using its built-in API based on [YouTube.js](https://github.com/LuanRT/YouTube.js) or the [Invidious](#invidious) API. You can configure either as the default, with the other serving as a fallback. + +When using Materialious, your subscription list, watch history and search history can be saved locally on your device or can be saved remotely on a Invidious instance depending on configuration. + +[:octicons-home-16: Homepage](https://materialio.us){ .md-button .md-button--primary } +[:octicons-code-16:](https://github.com/Materialious/Materialious){ .card-link title="Source Code" } + +
+Downloads + +- [:fontawesome-brands-windows: Windows](https://materialio.us/#download) +- [:simple-apple: macOS](https://materialio.us/#download) +- [:simple-linux: Linux](https://materialio.us/#download) +- [:simple-android: Android](https://materialio.us/#download) +- [:simple-flathub: Flathub](https://flathub.org/apps/details/us.materialio.Materialious) +- [:simple-fdroid: Fdroid](https://f-droid.org/packages/us.materialio.app) + +
+ +
+ +
+

Warning

+ +When using Materialious, your IP address may still be known to [YouTube](https://youtube.com), [Invidious](https://instances.invidious.io), or [SponsorBlock](https://sponsor.ajay.app) depending on your configuration. Consider using a [VPN](vpn.md) or [Tor](tor.md) if your [threat model](basics/threat-modeling.md) requires hiding your IP address. + +
+ +By default, Materialious blocks all YouTube advertisements. Additionally, Materialious uses [SponsorBlock](https://sponsor.ajay.app) to help you skip sponsored video segments. You are able to fully configure the types of segments that SponsorBlock will skip, or disable it completely. + ## Criteria **Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. diff --git a/docs/tools.md b/docs/tools.md index 8de1178a9b..cda1ee724c 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -452,6 +452,7 @@ For encrypting your OS drive, we typically recommend using the encryption tool y - ![FreeTube logo](assets/img/frontends/freetube.svg){ .twemoji loading=lazy } [FreeTube (YouTube, Desktop)](frontends.md#freetube) - ![LibreTube logo](assets/img/frontends/libretube.svg#only-light){ .twemoji loading=lazy }![LibreTube logo](assets/img/frontends/libretube-dark.svg#only-dark){ .twemoji loading=lazy } [LibreTube (YouTube, Android)](frontends.md#libretube-android) - ![NewPipe logo](assets/img/frontends/newpipe.svg){ .twemoji loading=lazy } [NewPipe (YouTube, Android)](frontends.md#newpipe-android) +- ![Materialious logo](assets/img/frontends/materialious.svg){ .twemoji loading=lazy } [Materialious (YouTube, Desktop & Android)](frontends.md#materialious) - ![Invidious logo](assets/img/frontends/invidious.svg#only-light){ .twemoji loading=lazy }![Invidious logo](assets/img/frontends/invidious-dark.svg#only-dark){ .twemoji loading=lazy } [Invidious (YouTube, Web)](frontends.md#invidious) - ![Piped logo](assets/img/frontends/piped.svg){ .twemoji loading=lazy } [Piped (YouTube, Web)](frontends.md#piped) diff --git a/theme/assets/img/frontends/materialious.svg b/theme/assets/img/frontends/materialious.svg new file mode 100644 index 0000000000..3a20d98aee --- /dev/null +++ b/theme/assets/img/frontends/materialious.svg @@ -0,0 +1 @@ + \ No newline at end of file