├── .github
└── workflows
│ └── jekyll-gh-pages.yml
├── README.md
└── images
├── .gitkeep
└── material_you.png
/.github/workflows/jekyll-gh-pages.yml:
--------------------------------------------------------------------------------
1 | # Sample workflow for building and deploying a Jekyll site to GitHub Pages
2 | name: Website Test
3 |
4 | on:
5 | # Runs on pushes targeting the default branch
6 | push:
7 | branches: ["main"]
8 |
9 | # Allows you to run this workflow manually from the Actions tab
10 | workflow_dispatch:
11 |
12 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13 | permissions:
14 | contents: read
15 | pages: write
16 | id-token: write
17 |
18 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20 | concurrency:
21 | group: "pages"
22 | cancel-in-progress: false
23 |
24 | jobs:
25 | # Build job
26 | build:
27 | runs-on: ubuntu-latest
28 | steps:
29 | - name: Checkout
30 | uses: actions/checkout@v4
31 | - name: Setup Pages
32 | uses: actions/configure-pages@v4
33 | - name: Build with Jekyll
34 | uses: actions/jekyll-build-pages@v1
35 | with:
36 | source: ./
37 | destination: ./_site
38 | - name: Upload artifact
39 | uses: actions/upload-pages-artifact@v3
40 |
41 | # Deployment job
42 | deploy:
43 | environment:
44 | name: github-pages
45 | url: ${{ steps.deployment.outputs.page_url }}
46 | runs-on: ubuntu-latest
47 | needs: build
48 | steps:
49 | - name: Deploy to GitHub Pages
50 | id: deployment
51 | uses: actions/deploy-pages@v4
52 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
🎨 Material You Apps List 🎨
2 |
3 |
4 | Material You (Material Design v3) is the latest version of Google’s open-source design system emphasizing personalization, adaptability, and responsiveness in user interface design, utilizing technology for new design opportunities. It covers updates in typography, color, icons, and more.
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | 🆕 CHECKOUT NEWLY ADDED APPS HERE! 🆕
33 |
34 |
35 |
36 | ---
37 |
38 | ## 📜 Table Of Contents
39 | - [📋 Disclaimer](#-disclaimer)
40 | - [🏷️ Tags](#%EF%B8%8F-tags)
41 | - [🆕 Newly Added Apps!](#-newly-added-apps)
42 | - [🏆 Best Implementation of Material You](#-best-implementation-of-material-you)
43 | - [📱 Known apps](#-known-apps)
44 | - [👥 Social Media](#-social-media)
45 | -
[Reddit](#-reddit)
46 | -
[X(Twitter)](#-x-twitter)
47 | -
[Mastodon](#-mastodon)
48 | -
[Discord](#-discord)
49 | -
[Instagram](#-instagram)
50 | -
[Telegram](#-telegram)
51 | -
[Lemmy](#-lemmy)
52 | -
[Whatsapp](#-whatsapp)
53 | -
[VK](#-vk)
54 | -
[Pixiv](#-pixiv)
55 | -
[Signal](#-signal)
56 | -
[Twitch](#-twitch)
57 | - [🔧 Miscellaneous](#-miscellaneous)
58 | - [📖 Readers](#-readers)
59 | - [🏠 Launchers](#-launchers)
60 | - [📝 Notes/To-do/Wish-lists](#-notesto-dowish-lists)
61 | - [🖋️ Text/Code Editors/IDE](#%EF%B8%8F-textcode-editorside)
62 | - [🎬 Media](#-media)
63 | - [🎵 Music Players](#-music-players)
64 | - [▶️ Video Players](#%EF%B8%8F-video-players)
65 | -
[Youtube](#-youtube-clients)
66 | -
[Youtube Music](#-youtube-music-clients)
67 | -
[Spotify](#-spotify-clients)
68 | -
[Subsonic](#-subsonic-clients)
69 | - [📺 Streaming Services](#-streaming-services)
70 | - [📑 Tracking Services](#-tracking-services)
71 | - [🎛️ Equalizers](#%EF%B8%8F-equalizers)
72 | - [🎙️ Podcast](#%EF%B8%8F-podcast)
73 | - [🖥️ Media Servers](#%EF%B8%8F-media-servers)
74 | - [📖 Audiobook](#-audiobook)
75 | - [🌐 Browsers](#-browsers)
76 | - [⌨️ Keyboards](#%EF%B8%8F-keyboards)
77 | - [🖌️ Theming Apps](#%EF%B8%8F-theming-apps)
78 | - [💸 Economy](#-economy)
79 | - [🌦️ Weather](#%EF%B8%8F-weather)
80 | - [🎮 Games/Emulators](#-games--emulators)
81 | - [🖼️ Galleries](#%EF%B8%8F-gallery)
82 | - [🔬 Scanners](#-scanners)
83 | - [🗓️ Calendars](#%EF%B8%8F-calendar)
84 | - [📞 Communication](#-communication)
85 | - [📷 Cameras](#-camera)
86 | - [🎙️ Audio Recorders](#%EF%B8%8F-audio-recorder)
87 | - [🧘♂️ Health & Well-being](#%EF%B8%8F-health--well-being)
88 | - [🛒 Shopping](#-shopping)
89 | - [🗺️ Maps/Navigation](#%EF%B8%8F-mapsnavigation)
90 | - [📧 Email Clients](#-email-clients)
91 | - [🈸 Translators](#-translators)
92 | - [🤖 Artificial Intelligence (AI)](#-artificial-intelligence-ai)
93 | - [⏱️ Clocks/Timers](#%EF%B8%8F-clockstimers)
94 | - [🎴 Icons/Wallpapers/Widgets](#-iconswallpaperswidgets)
95 | - [⬇️ Download Managers](#%EF%B8%8F-download-managers)
96 | - [🧮 Calculators/Unit Convertors](#-calculatorsunit-convertors)
97 | -
[Other Google Apps](#-other-google-apps)
98 | - [👁️🗨️ Accessibility](#%EF%B8%8F%EF%B8%8F-accessibility)
99 | - [🎓 Education/School](#-educationschool)
100 | - [🌎 VPNs/Proxies](#-vpnsproxies)
101 | - [🧩 Material Catalogs](#-material-catalogs)
102 | - [🛰️ Remotes and Smart Devices](#%EF%B8%8F-remotes-and-smart-devices)
103 | - [🔦 Flashlights](#-flashlights)
104 | - [🔢 Counters](#-counters)
105 | - [🧰 System Tools](#-system-tools)
106 | - [📁 File Explorers](#-file-explorers)
107 | - [🛍️ App Stores](#%EF%B8%8F-app-stores)
108 | - [#️⃣ SuperUser (Root)](#%EF%B8%8F⃣-superuser)
109 | - [📲 Device Info/Monitors](#-device-infomonitors)
110 | - [🔐 Security](#-security)
111 | - [🔏 Privacy](#-privacy)
112 | - [📦 App Managers](#-app-managers)
113 | - [💾 Backup](#-backup)
114 | - [👋 Gesture Control](#-gesture-control)
115 | - [🕹️ Device Automation](#%EF%B8%8F-device-automation)
116 | - [🧹 Optimizer/Cleaners](#-optimizercleaners)
117 | - [🪛 ADB Tools](#-adb-tools)
118 | - [🔧 Miscellaneous Apps](#-miscellaneous-apps)
119 | - [🪢 Sources](#-sources)
120 | - [🔧 Tools Used](#-tools-used)
121 |
122 | ---
123 | ### 📋 Disclaimer
124 | This list is solely a compilation of apps that adopt the Material You design guidelines and does not consider the functionality or utility of the listed apps (the listed apps may or may not be useful). There may be other apps that follow MD3 guidelines.
125 | ### 🏷️ Tags
126 | - **Difference between `MD`, `MY`, `MDY`**
127 |
128 | | Tag | Meaning | Design | Dynamic Color |
129 | |:-:|-|:-:|:-:|
130 | |**`MD`**|Apps that follow Material Design 3.|✅|🚫|
131 | |**`MY`**|Apps that follow Dynamic color.|🚫|✅|
132 | |**`MDY`**|Apps that have both Material 3 and Dynamic color theming.|✅|✅|
133 | |**`MD3E`**|✨ Material You Expressive ✨|✅|✅|
134 |
135 | - **Other Tags**
136 |
137 | |Tag|Meaning|
138 | |:-:|-|
139 | |**`FOSS`**|Free & Open Source Software. No tag = Closed Source.|
140 | |**`FORK`**|Based on another project’s code, with added changes.|
141 | |**`MOD`**|Unofficially tweaked by a non-original developer (not pirated).|
142 | |**`PORT`**|Adapted from OEM ROMs (e.g., MyUI, OneUI). [`1`](https://en.wikipedia.org/wiki/Porting)
143 | |**`💰`**|Paid or has a time-limited free trial.|
144 | |**`🪦`**|Development stopped or paused indefinitely.|
145 |
146 | - ⛔ Some indicators might be off—I identified MD/MY/MDY status by screenshots. Please report any mistakes.
147 | - ⚠️ Some apps may need extra steps to enable MY theming.
148 | - 🔗 Links can be from GitHub, GitLab, Play Store, F-Droid, Telegram, XDA, official sites, etc. I use GitHub when possible, but not all apps are there. Report broken links!
149 |
150 | ---
151 | ## 🆕 Newly Added Apps!
152 | *Last **25 apps** that were recently added to list!*
153 | - `MDY` [Driftly](https://github.com/DP-Hridayan/Driftly) `FOSS`
154 | - `MDY` [ShikiApp](https://github.com/pewaru-333/ShikiApp) `FOSS`
155 | - `MD3E` [EchoirX](https://github.com/imjyotiraditya/EchoirX) `FOSS`
156 | - `MDY` [Groovy](https://play.google.com/store/apps/details?id=com.bitmavrick.groovy)
157 | - `MDY` [Everplan](https://play.google.com/store/apps/details?id=com.bitmavrick.everplan)
158 | - `MDY` [Lumolight](https://github.com/BitMavrick/Lumolight) `FOSS`
159 | - `MDY` [Booming Music](https://github.com/mardous/BoomingMusic) `FOSS`
160 | - `MDY` [GitNex](https://codeberg.org/gitnex/GitNex) `FOSS`
161 | - `MDY` [LabNex](https://github.com/labnex/LabNex) `FOSS`
162 | - `MDY` [CoffeGram](https://github.com/phansier/Coffeegram) `FOSS`
163 | - `MDY` [DioHub - Dev](https://github.com/namanshergill/diohub) `FOSS`
164 | - `MDY` [Lavender Photos](https://github.com/kaii-lb/LavenderPhotos) `FOSS`
165 | - `MDY` [TriPeaks NEUE](https://github.com/mimoguz/tripeaks_neue) `FOSS`
166 | - `MDY` [GoodNotes](https://github.com/xephosbot/GoodNotesCompose?rgh-link-date=2025-05-09T12%3A42%3A25.000Z)
167 | - `MDY` [NETI Client](https://github.com/dertefter/NETIClient)
168 | - `MDY` [Mostaqem](https://github.com/Mostaqem/mostaqem_android) `FOSS`
169 | - `MDY` [Muzza](https://github.com/Maloy-Android/Muzza) `FOSS`
170 | - `MDY` [LightNovelReader](https://github.com/dmzz-yyhyy/LightNovelReader) `FOSS`
171 | - `MDY` [Ampersand](https://github.com/NyaomiDEV/Ampersand) `FOSS`
172 | - `MDY` [AppListBackup](https://github.com/AndroidLabs-org/AppListBackup) `FOSS`
173 | - `MDY` [Dooz](https://github.com/yamin8000/Dooz) `FOSS`
174 | - `MDY` [DNSNet](https://github.com/t895/DNSNet) `FOSS` `FORK`
175 | - `MDY` [Boorusphere](https://github.com/Kropatz/boorusphere/) `FOSS` `FORK`
176 | - `MDY` [PodAura](https://github.com/SkyD666/PodAura) `FOSS`
177 | - `MDY` [Youamp](https://github.com/siper/Youamp) `FOSS`
178 |
179 | [📜Table Of Contents](#-table-of-contents)
180 |
181 | ## 🏆 Best Implementation of Material You
182 | - `MDY` [Sync for Lemmy](https://play.google.com/store/apps/details?id=io.syncapps.lemmy_sync)
183 | - `MDY` [Swift Backup](https://play.google.com/store/apps/details?id=org.swiftapps.swiftbackup)
184 | - `MDY` [ReadYou](https://github.com/Ashinch/ReadYou) `FOSS`
185 | - `MDY` [LibreTube](https://github.com/libre-tube/LibreTube) `FOSS`
186 | - `MDY` [TachiyomiJ2K](https://github.com/Jays2Kings/tachiyomiJ2K) `FOSS`
187 | - `MDY` [Weather Today](https://play.google.com/store/apps/details?id=com.kokoschka.michael.weather)
188 | - `MDY` [Lawnchair](https://github.com/LawnchairLauncher/lawnchair) `FOSS`
189 | - `MDY` [Material Files](https://github.com/zhanghai/MaterialFiles) `FOSS`
190 | - `MDY` [Oto Music](https://play.google.com/store/apps/details?id=com.piyush.music)
191 | - `MDY` [Beta Maniac](https://play.google.com/store/apps/details?id=it.mirko.beta)
192 | - `MDY` [Ruppu](https://play.google.com/store/apps/details?id=it.ruppu)
193 | - `MDY` [Seal](https://github.com/JunkFood02/Seal) `FOSS`
194 | - `MDY` [Gallery](https://github.com/IacobIonut01/Gallery) `FOSS`
195 | - `MDY` [Keyguard for Bitwarden](https://github.com/AChep/keyguard-app)
196 | - `MDY` [School Planner](https://play.google.com/store/apps/details?id=daldev.android.gradehelper)
197 | - `MDY` [Cinexplore](https://play.google.com/store/apps/details?id=com.fidloo.cinexplore)
198 | - `MDY` [Spowlo](https://github.com/BobbyESP/Spowlo) `FOSS`
199 | - `MDY` [NextPlayer](https://github.com/anilbeesetti/nextplayer) `FOSS`
200 | - `MDY` [Image Toolbox](https://github.com/T8RIN/ImageToolbox) `FOSS`
201 | - `MDY` [Battery Guru](https://play.google.com/store/apps/details?id=com.paget96.batteryguru)
202 | - `MDY` [Gramophone](https://github.com/AkaneTan/Gramophone) `FOSS`
203 | - `MDY` [Tack](https://github.com/patzly/tack-android) `FOSS`
204 |
205 | [📜Table Of Contents](#-table-of-contents)
206 |
207 | ---
208 | ## 📱 Known apps
209 | ### 👥 Social Media
210 | ####
**Reddit**
211 | *How to make Reddit clients work after **API changes?*** Checkout this [Guide](https://github.com/KobeW50/ReVanced-Documentation/blob/main/Reddit-Client-ID-Guide.md)!
212 | - `MDY` [Sync for Reddit](https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/) `🪦`
213 | - `MDY` [Pineapple](https://github.com/galaxygoldfish/pineapple) `FOSS`
214 | - `MDY` [Boost for Reddit](https://www.apkmirror.com/apk/ruben-mayayo/boost-for-reddit/) `🪦`
215 | - `MDY` [Infinity for Reddit](https://github.com/Docile-Alligator/Infinity-For-Reddit) `FOSS`
216 |
217 | ####
**X (Twitter)**
218 | - `MDY` [Quacker](https://github.com/TheHCJ/Quacker) `FOSS`
219 | - `MDY` [Focust](https://play.google.com/store/apps/details?id=allen.town.focus.twitter)
220 | - `MD` [Squawker](https://github.com/j-fbriere/squawker) `FOSS` `🪦`
221 | - `MY` [Harpy](https://github.com/robertodoering/harpy) `FOSS` `🪦`
222 | - `MY` [Albatross](https://play.google.com/store/apps/details?id=com.nick.mowen.albatross) `🪦`
223 |
224 | ####
**Mastodon**
225 | - `MDY` [Mastodon](https://github.com/mastodon/mastodon-android) `FOSS`
226 | - `MDY` [Moshidon](https://github.com/LucasGGamerM/moshidon) `FOSS` `FORK`
227 | - `MDY` [Focus for Mastodon](https://github.com/allentown521/FocusMastodon) `FOSS`
228 | - `MDY` [Dimett](https://github.com/MateriiApps/Dimett) `FOSS` `🪦`
229 | - `MDY` [trunks](https://play.google.com/store/apps/details?id=com.decad3nce.trunks)
230 | - `MDY` [Fedilab](https://codeberg.org/tom79/Fedilab) `FOSS`
231 | - `MD` [Pachli](https://github.com/pachli/pachli-android) `FOSS`
232 |
233 | ####
**Discord**
234 | - `MDY` [OpenCord](https://github.com/MateriiApps/OpenCord) `FOSS` `🪦`
235 | - `MD` [Vencord](https://github.com/Vencord/Android) `FOSS` `⚠️Requires Additional Setup:`[`#1`](https://github.com/CapnKitten/Material-Discord)
236 | - `MY` [Aliucord](https://github.com/Aliucord/Aliucord) `FOSS` `⚠️Requires Additional Setup:`[`#1`](https://github.com/MrSpidercat/Matu)`OR`[`#2`](https://github.com/Drownbywind/Aliu-Themes#material-you-themes)
237 | - `MY` [Vendetta](https://github.com/vendetta-mod/Vendetta) `FOSS` `🪦` `⚠️Requires Additional Setup:`[`#1`](https://github.com/Gabe616/VendettaPlugins/tree/main/plugins/monet-theme)
238 | - `MY` [Revenge](https://github.com/revenge-mod/Revenge) `FOSS`
239 | - `MY` [Bunny](https://github.com/pyoncord/Bunny) `FOSS` `🪦`
240 |
241 | ####
**Instagram**
242 | - `MY` [Instander](https://thedise.me/instander/repo/) `🪦`
243 | - `MY` [Honista](https://t.me/Honistagram)
244 | - `MY` [MyInsta](https://t.me/instasmashrepo)
245 |
246 | ####
**Telegram**
247 | - `MDY` [exteraGram](https://github.com/exteraSquad/exteraGram) `FOSS` `🪦`
248 | - `MDY` [Cherrygram](https://github.com/arsLan4k1390/Cherrygram) `FOSS`
249 | - `MDY` [OctoGram](https://github.com/OctoGramApp/OctoGram) `FOSS`
250 | - `MDY` [Telegram](https://github.com/DrKLO/Telegram) `FOSS`
251 | - `MDY` [Tool Telegram](https://github.com/trindadedev13/Tool-Telegram) `FOSS`
252 | - `MY` [OwlGram](https://github.com/OwlGramDev/OwlGram) `FOSS` `🪦`
253 | - `MY` [Nekogram](https://github.com/Nekogram/Nekogram) `FOSS`
254 | - `MY` [Nagram](https://github.com/NextAlone/Nagram) `FOSS`
255 | - `MY` [Nullgram](https://github.com/qwq233/Nullgram) `FOSS`
256 | - `MY` [Mercurygram](https://github.com/Mercurygram/Mercurygram) `FOSS`
257 |
258 | ####
**Lemmy**
259 | - `MDY` [Sync for Lemmy](https://play.google.com/store/apps/details?id=io.syncapps.lemmy_sync)
260 | - `MDY` [Jerboa](https://github.com/dessalines/jerboa) `FOSS`
261 | - `MDY` [Raccoon for Lemmy](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) `FOSS`
262 | - `MDY` [Connect for Lemmy](https://play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)
263 | - `MDY` [Boost for Lemmy](https://play.google.com/store/apps/details?id=com.rubenmayayo.lemmy)
264 | - `MDY` [Thunder](https://github.com/hjiangsu/thunder) `FOSS`
265 | - `MDY` [Eternity for Lemmy](https://codeberg.org/Bazsalanszky/Eternity) `FOSS`
266 | - `MD` [Summit for Lemmy](https://play.google.com/store/apps/details?id=com.idunnololz.summit)
267 |
268 | ####
**Whatsapp**
269 | - `MD` [WhatsApp](https://play.google.com/store/apps/details?id=com.whatsapp) `⚠️Requires Additional Setup:`[`#1`](https://t.me/MaterialYouApps/217)
270 | - `MD` [WhatsApp Business](https://play.google.com/store/apps/details?id=com.whatsapp.w4b)
271 | - **Miscellaneous**
272 | - `MD` [WA Enhancer](https://github.com/Dev4Mod/WaEnhancer) `FOSS`
273 | - `MD` [WA Tweaker](https://watweaker.com/)
274 |
275 | ####
**VK**
276 | - `MDY` [Fenrir VK](https://github.com/umerov1999/Fenrir-for-VK) `FOSS` `🪦`
277 | - `MY` [VTosters lite](https://github.com/vtosters/lite) `FOSS`
278 | - `MY` [VK Equals](https://t.me/vkequals)
279 |
280 | ####
**Pixiv**
281 | - `MDY` [PixEz Flutter](https://github.com/Notsfsssf/pixez-flutter) `FOSS`
282 | - `MDY` [MaterixivYou](https://t.me/waifupx_official/200) `MOD` `🪦`
283 |
284 | ####
**Signal**
285 | - `MD` [Signal](https://github.com/signalapp/Signal-Android) `FOSS`
286 | - `MDY` [Signal You](https://github.com/nekorubu/Signal-You) `FOSS` `FORK`
287 | - `MDY` [Molly](https://github.com/mollyim/mollyim-android) `FOSS` `FORK`
288 |
289 | ####
**Twitch**
290 | - `MDY` [Xtra](https://github.com/crackededed/Xtra) `FOSS` `FORK`
291 | - `MDY` [DankChat](https://github.com/flex3r/DankChat) `FOSS`
292 |
293 | #### 🔧 **Miscellaneous**
294 | - `MDY` [FluffyChat](https://github.com/krille-chan/fluffychat) `FOSS`
295 | - `MDY` [Google Chat](https://play.google.com/store/apps/details?id=com.google.android.apps.dynamite)
296 | - `MDY` [Claw for lobste.rs](https://github.com/msfjarvis/compose-lobsters) `FOSS`
297 | - `MDY` [CookHelper](https://github.com/T8RIN/CookHelper) `FOSS` `🪦`
298 | - `MDY` [Kaiteki](https://github.com/Kaiteki-Fedi/Kaiteki) `FOSS` `🪦`
299 | - `MDY` [LiPari](https://github.com/Stamir36/LiPari-Android) `FOSS` `🪦`
300 | - `MDY` [E2E Encrypted Chat](https://github.com/Project-Based-Learning-IT/e2ee-chat) `FOSS` `🪦`
301 | - `MDY` [Fedilab](https://codeberg.org/tom79/Fedilab) `FOSS`
302 | - `MDY` [PixelDroid](https://github.com/H-PixelDroid/PixelDroid) `FOSS`
303 | - `MDY` [Stack for Stack Overflow](https://github.com/tylerbwong/stack) `FOSS`
304 | - `MDY` [Blog2App](https://play.google.com/store/apps/details?id=com.boltuix.blogtoapp)
305 | - `MDY` [Rays](https://github.com/SkyD666/Rays-Android) `FOSS`
306 | - `MDY` [Raca](https://github.com/SkyD666/Raca-Android) `FOSS`
307 | - `MDY` [Boorusphere](https://github.com/nullxception/boorusphere) `FOSS` `🪦`
308 | - `MDY` [Boorusphere](https://github.com/Kropatz/boorusphere/) `FOSS` `FORK`
309 | - `MD` [Hejtter](https://github.com/mateusz-bak/hejtter) `FOSS` `🪦`
310 | - `MD` [Nostros](https://github.com/KoalaSat/nostros) `FOSS`
311 | - `MD` [Voyage](https://github.com/dluvian/voyage) `FOSS`
312 | - `MY` [Memerize](https://github.com/SuhasDissa/MemerizeApp) `FOSS` `🪦`
313 |
314 | [📜Table Of Contents](#-table-of-contents)
315 |
316 | ---
317 | ### 📖 Readers
318 | - **Manga/Novel/E-book Reader**
319 | - `MDY` [Tachiyomi](https://tachiyomi.org/news/2024-01-13-goodbye) `FOSS` `🪦`
320 | - `MDY` [TachiyomiJ2K](https://github.com/Jays2Kings/tachiyomiJ2K) `FOSS` `FORK`
321 | - `MDY` [TachiyomiSY](https://github.com/jobobby04/TachiyomiSY) `FOSS` `FORK`
322 | - `MDY` [Neko](https://github.com/CarlosEsco/Neko) `FOSS` `FORK`
323 | - `MDY` [Komikku](https://github.com/komikku-app/komikku) `FOSS` `FORK`
324 | - `MDY` [Mihon](https://github.com/mihonapp/mihon) `FOSS`
325 | - `MDY` [Shosetsu](https://gitlab.com/shosetsuorg/shosetsu) `FOSS` `🪦`
326 | - `MDY` [Kotatsu](https://github.com/KotatsuApp/Kotatsu) `FOSS`
327 | - `MDY` [Ranobe](https://github.com/ranobe-org/ranobe) `FOSS`
328 | - `MDY` [Ehviewer](https://github.com/Ehviewer-Overhauled/Ehviewer) `FOSS` `🪦`
329 | - `MDY` [Myne](https://github.com/Pool-Of-Tears/Myne) `FOSS`
330 | - `MDY` [Book's Story](https://github.com/Acclorite/book-story) `FOSS`
331 | - `MDY` [LightNovelReader](https://github.com/dmzz-yyhyy/LightNovelReader) `FOSS`
332 | - `MDY` [Cantook](https://play.google.com/store/apps/details?id=com.aldiko.android)
333 | - `MD` [IReader](https://github.com/IReaderorg/IReader) `FOSS`
334 | - `MD` [LNReader](https://github.com/LNReader/lnreader) `FOSS`
335 | - `MD` [NovelDokusha](https://github.com/nanihadesuka/NovelDokusha) `FOSS`
336 | - `MY` [Hentoid](https://github.com/h6rd/Hentoid-Material-You) `FOSS` `🪦`
337 | - `MY` [Moon+ Reader](https://play.google.com/store/apps/details?id=com.flyersoft.moonreader)
338 | - **RSS/News Reader**
339 | - `MDY` [ReadYou](https://github.com/Ashinch/ReadYou) `FOSS`
340 | - `MDY` [News](https://github.com/bubelov/news) `FOSS`
341 | - `MDY` [Feeder](https://github.com/spacecowboy/Feeder) `FOSS`
342 | - `MDY` [Harmonic](https://play.google.com/store/apps/details?id=com.simon.harmonichackernews)
343 | - `MDY` [Dirol Reader](https://github.com/therxmv/Dirol-Reader/) `FOSS`
344 | - `MDY` [Twine](https://github.com/msasikanth/twine/) `FOSS`
345 | - `MDY` [PodAura](https://github.com/SkyD666/PodAura) `FOSS`
346 | - `MDY` [Capy Reader](https://github.com/jocmp/capyreader) `FOSS`
347 | - `MDY` [FeedFlow](https://github.com/prof18/feed-flow) `FOSS`
348 | - `MD` [Pluma RSS Reader](https://play.google.com/store/apps/details?id=qijaz221.android.rss.reader)
349 | - `MD` [Global News App](https://github.com/v1tzor/GlobalNewsApp) `FOSS` `🪦`
350 | - `MD` [Raven](https://github.com/ksh-b/raven) `FOSS`
351 | - `MD` [Aggregator News](https://play.google.com/store/apps/details?id=com.and96.aggregator_news)
352 | - `MY` [Plenary](https://play.google.com/store/apps/details?id=com.spians.plenary) `🪦`
353 | - **Tracking Services**
354 | - `MDY` [Openreads](https://github.com/mateusz-bak/openreads-android) `FOSS`
355 | - `MDY` [Luna](https://play.google.com/store/apps/details?id=com.jggdevelopment.bookbuddy)
356 | - `MDY` [NeverTooManyBooks](https://github.com/tfonteyn/NeverTooManyBooks) `FOSS`
357 |
358 | [📜Table Of Contents](#-table-of-contents)
359 |
360 | ---
361 | ### 🏠 Launchers
362 | - `MDY` [Lawnchair](https://github.com/LawnchairLauncher/lawnchair) `FOSS`
363 | - `MDY` [Lunar Launcher](https://github.com/iamrasel/lunar-launcher) `FOSS` `🪦`
364 | - `MDY` [Pixel Launcher Extended](https://github.com/saitamasahil/Pixel-Launcher-Extended) `FOSS` `🪦`
365 | - `MDY` [Niagara Launcher](https://play.google.com/store/apps/details?id=bitpit.launcher)
366 | - `MDY` [Kvaesitso](https://github.com/MM2-0/Kvaesitso) `FOSS`
367 | - `MDY` [Mini Car Launcher](https://github.com/jamal2362/Mini-Car-Launcher) `FOSS` `🪦`
368 | - `MDY` [Hyperion Launcher](https://play.google.com/store/apps/details?id=projekt.launcher)
369 | - `MDY` [Stario Launcher](https://play.google.com/store/apps/details?id=com.stario.launcher)
370 | - `MDY` [Nothing Launcher](https://play.google.com/store/apps/details?id=com.nothing.launcher)
371 | - `MDY` [Fossify Launcher](https://github.com/FossifyOrg/Launcher) `FOSS`
372 | - `MDY` [Nova Launcher 8](https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher)
373 | - `MY` [Action Launcher](https://play.google.com/store/apps/details?id=com.actionlauncher.playstore)
374 | - `MY` [AIO Launcher](https://play.google.com/store/apps/details?id=ru.execbit.aiolauncher)
375 | - `MY` [Easy Homescreen](https://play.google.com/store/apps/details?id=easy.launcher)
376 | - `MY` [TouchFind](https://play.google.com/store/apps/details?id=com.davesla.easyfind) `🪦`
377 | - **Tools**
378 | - `MDY` [DiscoverKiller](https://github.com/KieronQuinn/DiscoverKiller) `FOSS` `🪦`
379 | - `MDY` [PixelLauncherMods](https://github.com/KieronQuinn/PixelLauncherMods) `FOSS`
380 | - `MDY` [Hide My Applist](https://github.com/Dr-TSNG/Hide-My-Applist) `FOSS`
381 | - `MDY` [QuickSwitch](https://github.com/skittles9823/QuickSwitch) `FOSS`
382 | - `MDY` [Launcher30](https://github.com/gitofleonardo/Launcher30) `FOSS` `🪦`
383 | - `MDY` [Smart Dock](https://github.com/axel358/smartdock) `FOSS`
384 | - `MDY` [Popup Launcher](https://play.google.com/store/apps/details?id=com.ss.popuplauncher)
385 | - `MD` [Neo Feed](https://github.com/NeoApplications/Neo-Feed) `FOSS` `FORK`
386 |
387 |
388 | [📜Table Of Contents](#-table-of-contents)
389 |
390 | ---
391 | ### 📝 Notes/To-do/Wish-lists
392 | - **Notes**
393 | - `MDY` [GoodNotes](https://github.com/xephosbot/GoodNotesCompose?rgh-link-date=2025-05-09T12%3A42%3A25.000Z)
394 | - `MDY` [Google Keep](https://play.google.com/store/apps/details?id=com.google.android.keep)
395 | - `MDY` [JustNotes](https://github.com/jjewuz/JustNotes) `FOSS`
396 | - `MDY` [Diary](https://github.com/HotarunIchijou/Diary) `FOSS`
397 | - `MDY` [Bundled Notes](https://play.google.com/store/apps/details?id=com.xaviertobin.noted)
398 | - `MDY` [Saber](https://github.com/adil192/saber) `FOSS`
399 | - `MDY` [Firenote](https://github.com/T8RIN/Firenote) `FOSS` `🪦`
400 | - `MDY` [Easy Notes](https://github.com/Kin69/EasyNotes) `FOSS`
401 | - `MDY` [MoeMemos](https://github.com/mudkipme/MoeMemosAndroid) `FOSS`
402 | - `MDY` [Ruslin](https://github.com/ruslin-note/ruslin-android) `FOSS`
403 | - `MDY` [Ara Note](https://github.com/hashemi-hossein/ara-note) `FOSS` `🪦`
404 | - `MDY` [Ruppu](https://play.google.com/store/apps/details?id=it.ruppu)
405 | - `MDY` [Another Notes](https://github.com/maltaisn/another-notes-app) `FOSS` `🪦`
406 | - `MDY` [jtxBoard](https://github.com/TechbeeAT/jtxBoard) `FOSS`
407 | - `MDY` [Orgzly](https://github.com/orgzly/orgzly-android) `FOSS` `🪦`
408 | - `MDY` [Orgzly Revived](https://github.com/orgzly-revived/orgzly-android-revived) `FOSS` `FORK`
409 | - `MDY` [My Link Manager](https://play.google.com/store/apps/details?id=com.michaelflisar.linkmanager) `🪦`
410 | - `MDY` [OpenNote](https://github.com/YangDai2003/OpenNote-Compose) `FOSS`
411 | - `MDY` [Noterly](https://github.com/tomc128/noterly) `FOSS` `🪦`
412 | - `MDY` [Kalam](https://play.google.com/store/apps/details?id=com.shifastudios.kalam) `🪦`
413 | - `MDY` [FA Notes](https://play.google.com/store/apps/details?id=com.Fooks.Animations.and.Applications.Notes)
414 | - `MD` [Quillpad](https://github.com/quillpad/quillpad) `FOSS`
415 | - `MD` [Engross](https://play.google.com/store/apps/details?id=com.engross)
416 | - `MD` [Notewise](https://play.google.com/store/apps/details?id=com.yygg.note.app)
417 | - `MD` [Snappr](https://github.com/Iamlooker/Snappr/) `FOSS`
418 | - `MD` [Notify](https://github.com/aritra-tech/Notify) `FOSS`
419 | - **Todo/Tasks**
420 | - `MDY` [Tasky](https://github.com/thatsmanmeet/Tasky) `FOSS`
421 | - `MDY` [Google Tasks](https://play.google.com/store/apps/details?id=com.google.android.apps.tasks)
422 | - `MDY` [Taskito](https://play.google.com/store/apps/details?id=com.fenchtose.reflog)
423 | - `MDY` [Mint Task](https://github.com/boredcodebyk/minttask) `FOSS` `🪦`
424 | - `MDY` [Todoify](https://github.com/MGAndroidProjects/Todoify-Releases) `FOSS` `🪦`
425 | - `MDY` [TimeNoder2](https://play.google.com/store/apps/details?id=com.janzimola.goal_venture2)
426 | - `MDY` [Doable](https://codeberg.org/florian-obernberger/flutter-doable) `FOSS`
427 | - `MD` [Mightyday](https://play.google.com/store/apps/details?id=com.edisoncal.edison)
428 | - `MD` [Snaptick](https://github.com/vishal2376/snaptick) `FOSS`
429 | - `MD` [ToDark](https://github.com/darkmoonight/ToDark) `FOSS`
430 | - `MY` [TickTick](https://play.google.com/store/apps/details?id=com.ticktick.task)
431 | - `MY` [Todoist](https://play.google.com/store/apps/details?id=com.todoist)
432 | - **Diary/Journal**
433 | - `MDY` [Diarium](https://play.google.com/store/apps/details?id=partl.Diarium)
434 | - `MDY` [Spooky](https://github.com/juniorise/spooky-mb) `FOSS`
435 | - `MDY` [Daily You](https://github.com/Demizo/Daily_You) `FOSS`
436 | - `MDY` [Journal Pro](https://play.google.com/store/apps/details?id=com.alif.diary) `🪦`
437 | - `MDY` [Daybook](https://play.google.com/store/apps/details?id=com.bigheadtechies.diary)
438 | - `MD` [Gratitude](https://play.google.com/store/apps/details?id=com.northstar.gratitude)
439 | - `MD` [OneShot](https://github.com/ptrLx/OneShot) `FOSS` `🪦`
440 | - `MD` [MoodWise](https://play.google.com/store/apps/details?id=com.lakesidecoding.moodwise) `🪦`
441 | - **Reminders**
442 | - `MDY` [Birday](https://github.com/m-i-n-a-r/birday) `FOSS`
443 | - `MDY` [Food Expiration Dates](https://github.com/lorenzovngl/FoodExpirationDates) `FOSS`
444 | - `MDY` [WorkingHours](https://play.google.com/store/apps/details?id=partl.workinghours)
445 | - `MD` [RemindMe](https://play.google.com/store/apps/details?id=com.anafthdev.remindme) `🪦`
446 | - `MY` [Scheduler](https://github.com/dgudim/Scheduler) `FOSS` `🪦`
447 | - **Miscellaneous**
448 | - `MDY` [Typing Hero](https://play.google.com/store/apps/details?id=sen.typinghero)
449 | - `MDY` [Drafting](https://play.google.com/store/apps/details?id=sen.drafting)
450 | - `MDY` [KitchenOwl](https://github.com/tombursch/kitchenowl) `FOSS`
451 | - `MDY` [Wishapp](https://play.google.com/store/apps/details?id=ru.vitaliy.belyaev.wishapp)
452 | - `MDY` [BeauTyXT](https://github.com/soupslurpr/BeauTyXT) `FOSS`
453 | - `MDY` [Function](https://github.com/sirekanian/function) `FOSS` `🪦`
454 | - `MDY` [Linwood Butterfly](https://github.com/LinwoodDev/Butterfly) `FOSS`
455 | - `MD` [Projman](https://play.google.com/store/apps/details?id=com.anafthdev.projectmanagement) `🪦`
456 | - `MD` [Hammer](https://github.com/Wavesonics/hammer-editor) `FOSS`
457 | - `MD` [Markdown Editor](https://play.google.com/store/apps/details?id=com.adeeteya.markdown_editor) `🪦`
458 |
459 | [📜Table Of Contents](#-table-of-contents)
460 |
461 | ---
462 | ### 🖋️ Text/Code Editors/IDE
463 | - `MDY` [Code Studio](https://play.google.com/store/apps/details?id=com.alif.ide)
464 | - `MDY` [PyCode](https://play.google.com/store/apps/details?id=com.alif.ide.python)
465 | - `MDY` [JStudio](https://play.google.com/store/apps/details?id=com.qamar.ide.java)
466 | - `MDY` [Html Editor](https://play.google.com/store/apps/details?id=com.qamar.editor.html)
467 | - `MDY` [WebCode](https://play.google.com/store/apps/details?id=com.qamar.ide.web)
468 | - `MDY` [LuaDroid](https://play.google.com/store/apps/details?id=com.alif.ide.lua)
469 | - `MDY` [Shell Script Editor](https://play.google.com/store/apps/details?id=com.qamar.editor.shellscript)
470 | - `MDY` [Writer Pro](https://play.google.com/store/apps/details?id=com.alif.writer)
471 | - `MDY` [CodeFusion](https://play.google.com/store/apps/details?id=com.alif.editor.code)
472 | - `MDY` [CxStudio](https://play.google.com/store/apps/details?id=com.alif.ide.cpp)
473 | - `MDY` [AndroidIDE](https://github.com/AndroidIDEOfficial/AndroidIDE) `FOSS` `🪦`
474 | - `MDY` [KtxPy](https://github.com/PsiCodes/KtxPy) `FOSS`
475 | - `MDY` [Cosmic IDE](https://github.com/Cosmic-Ide/Cosmic-Ide) `FOSS`
476 | - `MDY` [MJ PDF](https://gitlab.com/mudlej_android/mj_pdf_reader) `FOSS`
477 | - `MDY` [Karbon](https://github.com/Xed-Editor/Xed-Editor) `FOSS`
478 | - `MDY` [Visual Code Space](https://github.com/Visual-Code-Space/Visual-Code-Space) `FOSS`
479 | - `MD` [Kotlin Compiler Offline](https://play.google.com/store/apps/details?id=be.xbd.kotlin)
480 | - **Google**
481 | - `MDY` [Google Slides](https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.slides)
482 | - `MDY` [Google Docs](https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.docs)
483 | - `MDY` [Google Sheets](https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.sheets)
484 |
485 | [📜Table Of Contents](#-table-of-contents)
486 |
487 | ---
488 | ### 🎬 Media
489 | #### 🎵 Music Players
490 | - `MDY` [Groovy](https://play.google.com/store/apps/details?id=com.bitmavrick.groovy)
491 | - `MDY` [Booming Music](https://github.com/mardous/BoomingMusic) `FOSS`
492 | - `MDY` [Retro Music Player](https://github.com/RetroMusicPlayer/RetroMusicPlayer) `FOSS`
493 | - `MDY` [Metro](https://github.com/MuntashirAkon/Metro) `FOSS` `FORK` `🪦`
494 | - `MDY` [Apex Music](https://play.google.com/store/apps/details?id=com.ttop.app.apex) `FORK` `🪦`
495 | - `MDY` [Oto Music](https://play.google.com/store/apps/details?id=com.piyush.music)
496 | - `MDY` [Auxio](https://github.com/OxygenCobalt/Auxio) `FOSS`
497 | - `MDY` [Symphony](https://github.com/zyrouge/symphony) `FOSS`
498 | - `MDY` [Zen](https://github.com/pakka-papad/Zen) `FOSS`
499 | - `MDY` [Fossify Music Player](https://github.com/FossifyOrg/Music-Player) `FOSS`
500 | - `MDY` [Vibe You](https://github.com/you-apps/VibeYou) `FOSS` `🪦`
501 | - `MDY` [Symphonica](https://github.com/AkaneTan/Symphonica) `FOSS` `🪦`
502 | - `MDY` [Simple MP](https://github.com/lighttigerXIV/SimpleMP-Compose) `FOSS` `🪦`
503 | - `MDY` [Pixel](https://play.google.com/store/apps/details?id=it.ncaferra.pixelplayerfree)
504 | - `MDY` [Gramophone](https://github.com/AkaneTan/Gramophone) `FOSS`
505 | - `MDY` [Namida](https://github.com/namidaco/namida) `FOSS`
506 | - `MDY` [CuteMusic](https://github.com/sosauce/CuteMusic) `FOSS`
507 | - `MDY` [Phocid](https://github.com/tjysunset/phocid) `FOSS`
508 | - `MDY` [Lotus](https://github.com/dn0ne/lotus) `FOSS`
509 | - `MD` [mucke](https://github.com/moritz-weber/mucke) `FOSS` `🪦`
510 | - `MY` [Yandex Music Plus Mod](https://t.me/sirenesteam/746) `MOD`
511 | - `MY` [SoundCrowd](https://github.com/soundcrowd/soundcrowd) `FOSS`
512 | - `MY` [Poweramp Music Player](https://play.google.com/store/apps/details?id=com.maxmpz.audioplayer) `💰`
513 |
514 | #### ▶️ Video Players
515 | - `MDY` [VLC Media Player](https://t.me/waifupx_official/233) `MOD`
516 | - `MDY` [NextPlayer](https://github.com/anilbeesetti/nextplayer) `FOSS`
517 | - `MDY` [mpvKt](https://github.com/abdallahmehiz/mpvKt) `FOSS`
518 |
519 | ####
Youtube Clients
520 | - `MDY` [LibreTube](https://github.com/libre-tube/LibreTube) `FOSS`
521 | - `MDY` [Hyperion](https://github.com/zt64/Hyperion) `FOSS`
522 | - `MDY` [Clipious](https://github.com/lamarios/clipious) `FOSS`
523 | - `MDY` [LightTube](https://github.com/kuylar/lighttube-android) `FOSS`
524 | - `MDY` [Namida](https://github.com/namidaco/namida) `FOSS`
525 | - `MDY` [TubeSync](https://github.com/khaled-0/TubeSync) `FOSS`
526 | - `MD` [Materialious](https://github.com/Materialious/Materialious) `FOSS`
527 | - `MD` [VueTube](https://github.com/VueTubeApp/VueTube) `FOSS` `🪦`
528 |
529 | ####
Youtube Music Clients
530 | - `MDY` [Muzza](https://github.com/Maloy-Android/Muzza) `FOSS`
531 | - `MDY` [OpenTune](https://github.com/Arturo254/OpenTune) `FOSS`
532 | - `MDY` [InnerTune](https://github.com/z-huang/InnerTune) `FOSS`
533 | - `MDY` [OuterTune](https://github.com/DD3Boh/OuterTune) `FOSS` `FORK`
534 | - `MDY` [Simple Tube](https://github.com/samyak2403/Simple-Tube) `FOSS` `FORK`
535 | - `MDY` [ViMusic](https://github.com/vfsfitvnm/ViMusic) `FOSS` `🪦`
536 | - `MY` [RiMusic](https://github.com/fast4x/RiMusic) `FOSS` `🪦``FORK`
537 | - `MY` [ViTune](https://github.com/25huizengek1/ViTune) `FOSS` `FORK`
538 | - `MDY` [Vibe Music](https://github.com/sheikhhaziq/vibemusic) `FOSS`
539 | - `MDY` [Musify](https://github.com/gokadzev/Musify) `FOSS`
540 | - `MDY` [You Tune](https://github.com/SuhasDissa/You-Tune) `FOSS` `🪦`
541 | - `MDY` [SpMp](https://github.com/toasterofbread/spmp) `FOSS`
542 | - `MDY` [Harmony Music](https://github.com/anandnet/Harmony-Music) `FOSS`
543 |
544 | ####
Spotify Clients
545 | - `MDY` [Jetispot](https://github.com/iTaysonLab/jetispot) `FOSS` `🪦`
546 | - `MDY` [Jetispot](https://github.com/BobbyESP/Jetispot) `FOSS` `FORK`
547 |
548 | ####
Subsonic Clients
549 | - `MDY` [SubTune](https://github.com/TaylorKunZhang/SubTune) `FOSS`
550 | - `MDY` [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic) `FOSS`
551 | - `MDY` [Youamp](https://github.com/siper/Youamp) `FOSS`
552 | - `MD` [Tempo](https://github.com/CappielloAntonio/tempo) `FOSS`
553 |
554 | #### 📺 Streaming Services
555 | - `MDY` [Aniyomi](https://github.com/jmir1/aniyomi) `FOSS`
556 | - `MDY` [Animiru](https://github.com/Quickdesh/Animiru) `FOSS` `FORK`
557 | - `MDY` [Dantotsu](https://github.com/rebelonion/Dantotsu) `FOSS`
558 | - `MDY` [Awery](https://github.com/MrBoomDeveloper/Awery) `FOSS` `FORK`
559 | - `MDY` [CloudStream](https://github.com/recloudstream/cloudstream) `FOSS`
560 | - `MDY` [NoFasel](https://github.com/N0-0NE-Dev/NoFasel) `FOSS` `🪦`
561 | - `MDY` [URL Radio](https://github.com/jamal2362/URL-Radio) `FOSS` `🪦`
562 | - `MDY` [RadioTime](https://play.google.com/store/apps/details?id=com.radiotime.app)
563 | - `MDY` [AnimeScrap](https://github.com/fakeyatogod/AnimeScrap) `FOSS` `🪦`
564 | - `MDY` [M3UAndroid](https://github.com/oxyroid/M3UAndroid/) `FOSS`
565 | - `MD` [Transistor](https://codeberg.org/y20k/transistor) `FOSS`
566 | - `MD` [Tokei](https://github.com/Sovan22/Tokeii) `FOSS`
567 | - `MD` [DangoPlayer](https://github.com/brunochanrio/DangoPlayer)
568 | - `MD` [Burning Series](https://github.com/DATL4G/Burning-Series) `FOSS`
569 | - `MD` [Drive Stream](https://github.com/itszechs/DriveStream) `FOSS`
570 | - `MD` [Symfonium](https://play.google.com/store/apps/details?id=app.symfonik.music.player)
571 | - `MD` [Music You](https://github.com/GuihongWang/MusicYou) `FOSS` `🪦`
572 |
573 | #### 📑 Tracking Services
574 | - `MDY` [Cinexplore](https://play.google.com/store/apps/details?id=com.fidloo.cinexplore)
575 | - `MDY` [Moviebase](https://play.google.com/store/apps/details?id=com.moviebase)
576 | - `MDY` [SeriesGuide](https://github.com/UweTrottmann/SeriesGuide) `FOSS`
577 | - `MDY` [Pano Scrobbler](https://github.com/kawaiiDango/pScrobbler) `FOSS`
578 | - `MDY` [MoeList](https://github.com/axiel7/MoeList) `FOSS`
579 | - `MDY` [Animite](https://github.com/imashnake0/Animite) `FOSS`
580 | - `MDY` [Anichive](https://play.google.com/store/apps/details?id=com.thekeeperofpie.anichive)
581 | - `MDY` [Live Football on TV Guide](https://play.google.com/store/apps/details?id=com.livefootballontv.free)
582 | - `MDY` [Movies](https://github.com/michaelbel/movies) `FOSS`
583 | - `MDY` [AniHyou](https://github.com/axiel7/AniHyou-android) `FOSS`
584 | - `MDY` [Nekome](https://github.com/Chesire/Nekome) `FOSS`
585 | - `MDY` [PiliPala](https://github.com/guozhigq/pilipala) `FOSS`
586 | - `MDY` [Tivi](https://github.com/chrisbanes/tivi) `FOSS`
587 | - `MDY` [OpenBl](https://github.com/Ounzy/OpenBl) `FOSS`
588 | - `MDY` [Aluminium for Anilist](https://play.google.com/store/apps/details?id=moe.emi.aluminium)
589 | - `MDY` [StreamGuide](https://play.google.com/store/apps/details?id=app.streamguide)
590 | - `MDY` [Movie DB](https://github.com/WirelessAlien/MovieDB) `FOSS`
591 | - `MDY` [Kitsune](https://github.com/Drumber/Kitsune) `FOSS`
592 | - `MDY` [DailyAL](https://github.com/JICA98/DailyAL) `FOSS`
593 | - `MDY` [ShikiApp](https://github.com/pewaru-333/ShikiApp) `FOSS`
594 | - `MD` [Flick](https://github.com/f33lnothin9/flick) `FOSS`
595 | - `MD` [Compose Actors](https://github.com/RajashekarRaju/compose-actors) `FOSS`
596 | - `MD` [Anixart](https://play.google.com/store/apps/details?id=com.swiftsoft.anixartlt)
597 | - `MD` [Showly](https://github.com/michaldrabik/showly-2.0) `FOSS`
598 | - `MD` [BilibiliFork](https://github.com/gitofleonardo/BilibiliFork) `FOSS`
599 | - `MD` [TV Randshow](https://github.com/deandreamatias/tv-randshow) `FOSS`
600 | - `MY` [Otraku](https://github.com/lotusprey/otraku) `FOSS`
601 | - `MY` [Komori](https://github.com/MarshMeadow/Komori) `🪦`
602 |
603 | #### 🎛️ Equalizers
604 | - `MDY` [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet)
605 | - `MDY` [ViperFX RE](https://github.com/WSTxda/ViperFX-RE-Releases) `MOD`
606 | - `MDY` [RootlessJamesDSP](https://github.com/thepbone/RootlessJamesDSP) `FOSS`
607 | - `MDY` [Flat Equalizer](https://t.me/waifupx_official/239) `MOD`
608 | - `MY` [Poweramp Equalizer](https://play.google.com/store/apps/details?id=com.maxmpz.equalizer)
609 |
610 | #### 🎙️ Podcast
611 | - `MDY` [Google Podcasts](https://play.google.com/store/apps/details?id=com.google.android.apps.podcasts)
612 | - `MDY` [AntennaPod](https://github.com/AntennaPod/AntennaPod) `FOSS`
613 | - `MDY` [Podcast Republic](https://play.google.com/store/apps/details?id=com.itunestoppodcastplayer.app)
614 | - `MDY` [FocusPodcast and AudioBooks](https://play.google.com/store/apps/details?id=allen.town.focus.podcast)
615 | - `MDY` [Aurelian Audio](https://play.google.com/store/apps/details?id=com.bluckapps.turtlecast)
616 | - `MDY` [Castmix](https://play.google.com/store/apps/details?id=com.ncaferra.podcast)
617 | - `MDY` [PodAura](https://github.com/SkyD666/PodAura) `FOSS`
618 |
619 | #### 🖥️ Media Servers
620 | - `MDY` [Findroid for Jellyfin](https://github.com/jarnedemeulemeester/findroid) `FOSS`
621 | - `MDY` [Yatse](https://play.google.com/store/apps/details?id=org.leetzone.android.yatsewidgetfree)
622 |
623 | #### 📖 Audiobook
624 | - `MDY` [Voice](https://github.com/PaulWoitaschek/Voice) `FOSS`
625 |
626 | #### ☮️ Religion
627 | - `MDY` [Mostaqem](https://github.com/Mostaqem/mostaqem_android) `FOSS`
628 |
629 | [📜Table Of Contents](#-table-of-contents)
630 |
631 | ---
632 | ### 🌐 Browsers
633 | - **Chromium**
634 | - `MDY` [Chrome](https://play.google.com/store/apps/details?id=com.android.chrome)
635 | - `MDY` [Bromite](https://github.com/bromite/bromite) `FOSS` `🪦`
636 | - `MDY` [Cromite](https://github.com/uazo/cromite) `FOSS` `FORK`
637 | - `MDY` [Kiwi Browser](https://github.com/kiwibrowser/src) `FOSS` `🪦`
638 | - `MDY` [Mulch](https://divestos.org/pages/our_apps#mulch) `FOSS`
639 | - `MDY` [Mask Browser](https://play.google.com/store/apps/details?id=net.maskbrowser.browser)
640 | - `MDY` [Thorium](https://github.com/Alex313031/Thorium-Android) `FOSS`
641 | - `MD` [Opera](https://play.google.com/store/apps/details?id=com.opera.browser.beta)
642 | - `MY` [Vivaldi](https://vivaldi.com/source/)
643 | - **Other**
644 | - `MDY` [FOSS Browser](https://codeberg.org/Gaukler_Faun/FOSS_Browser) `FOSS`
645 | - `MDY` [Hermit](https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab)
646 | - `MDY` [Thor](https://gitlab.com/remmer.wilts/thor) `FOSS`
647 | - `MDY` [Styx](https://github.com/jamal2362/Styx) `FOSS`
648 | - `MDY` [Viola Browser](https://codeberg.org/TipzTeam/viola) `FOSS`
649 | - **Bookmark Managers/Read it later**
650 | - `MDY` [Shiori](https://github.com/DesarrolloAntonio/Shiori-Android-Client) `FOSS`
651 | - `MDY` [BookMan](https://play.google.com/store/apps/details?id=com.anafthdev.bookman)
652 | - `MDY` [Linkdy](https://play.google.com/store/apps/details?id=com.jgeek00.linkdy)
653 | - `MDY` [Linkora](https://github.com/sakethpathike/Linkora) `FOSS`
654 | - `MD` [Pinkt for Pinboard](https://github.com/fibelatti/pinboard-kotlin) `FOSS`
655 | - `MD` [Omnivore](https://github.com/omnivore-app/omnivore) `FOSS`
656 | - `MD` [frigoligo](https://github.com/casimir/frigoligo) `FOSS`
657 |
658 | [📜Table Of Contents](#-table-of-contents)
659 |
660 | ---
661 | ### ⌨️ Keyboards
662 | - `MDY` [Fossify Keyboard](https://github.com/FossifyOrg/Keyboard) `FOSS`
663 | - `MDY` [Gboard](https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin)
664 | - `MDY` [HeliBoard](https://github.com/Helium314/HeliBoard) `FOSS`
665 | - `MDY` [Thumb-Key](https://github.com/dessalines/thumb-key) `FOSS`
666 | - `MDY` [Florisboard](https://github.com/florisboard/florisboard) `FOSS`
667 | - `MY` [Yandex Keyboard](https://play.google.com/store/apps/details?id=ru.yandex.androidkeyboard)
668 | - `MY` [Rkkr's Simple Keyboard](https://github.com/rkkr/simple-keyboard) `FOSS`
669 |
670 | [📜Table Of Contents](#-table-of-contents)
671 |
672 | ---
673 | ### 🖌️ Theming Apps
674 | - **Gboard**
675 | - `MDY` [Rboard Theme Manager](https://github.com/DerTyp7214/RboardThemeManagerV3) `FOSS`
676 | - `MDY` [Rboard Patcher](https://github.com/DerTyp7214/RboardPatcher) `FOSS`
677 | - `MDY` [Rboard Theme Creator](https://github.com/DerTyp7214/RboardThemeCreator) `FOSS`
678 | - `MDY` [Rboard IME Tester](https://github.com/DerTyp7214/RboardIMETester) `FOSS`
679 | - **SwiftKey**
680 | - `MDY` [Rwiftkey Themes for SwiftKey](https://github.com/VegaBobo/rwiftkey-themes) `FOSS`
681 | - **MixPlorer**
682 | - `MDY` [MixTheme Creator](https://github.com/DerTyp7214/MixplorerThemeCreator) `FOSS`
683 | - `MDY` [Monet Generator](https://github.com/jamal2362/Monet-Generator) `FOSS`
684 | - **Telegram**
685 | - `MDY` [Telegram Monet](https://github.com/c3r5b8/Telegram-Monet) `FOSS`
686 | - `MDY` [Telegram Themer](https://github.com/therxmv/Telegram-Themer) `FOSS`
687 | - `MDY` [Telemone](https://github.com/Number869/TeleMone) `FOSS`
688 | - **SystemUI**
689 | - `MDY` [ColorBlendr](https://github.com/Mahmud0808/ColorBlendr) `FOSS`
690 | - `MDY` [Repainter](https://play.google.com/store/apps/details?id=dev.kdrag0n.dyntheme)
691 | - `MDY` [Iconify](https://github.com/Mahmud0808/Iconify) `FOSS`
692 | - `MDY` [Seeker](https://play.google.com/store/apps/details?id=com.looper.seeker)
693 | - `MDY` [SystemUI Tuner](https://github.com/zacharee/Tweaker) `FOSS`
694 | - `MDY` [PowerLine: Status Bar meters](https://play.google.com/store/apps/details?id=com.urbandroid.inline)
695 | - `MDY` [Palettes](https://play.google.com/store/apps/details?id=com.pranavpandey.theme)
696 | - `MDY` [Android 12 Extensions](https://github.com/kdrag0n/android12-extensions) `FOSS` `🪦`
697 | - `MDY` [Project Themer](https://play.google.com/store/apps/details?id=com.drsants.eggproject) `💰`
698 | - `MDY` [Oxygen Customiser](https://github.com/DHD2280/Oxygen-Customizer) `FOSS`
699 | - `MD` [Precise Volume 2.0](https://play.google.com/store/apps/details?id=com.phascinate.precisevolume)
700 | - **Miscellaneous**
701 | - `MDY` [Dashchan Monet](https://github.com/HotarunIchijou/Dashchan-Monet) `FOSS`
702 | - `MDY` [DarQ](https://github.com/KieronQuinn/DarQ) `FOSS`
703 |
704 | [📜Table Of Contents](#-table-of-contents)
705 |
706 | ---
707 | ### 💸 Economy
708 | - **Payment Apps**
709 | - `MDY` [Google Wallet](https://play.google.com/store/apps/details?id=com.google.android.apps.walletnfcrel)
710 | - `MD` [Google Pay](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.paisa.user)
711 | - **Expense Managers**
712 | - `MDY` [Everplan](https://play.google.com/store/apps/details?id=com.bitmavrick.everplan)
713 | - `MDY` [1Money](https://play.google.com/store/apps/details?id=org.pixelrush.moneyiq)
714 | - `MDY` [GreenStash](https://github.com/Pool-Of-Tears/GreenStash) `FOSS`
715 | - `MDY` [Paisa](https://github.com/h4h13/paisa-app)
716 | - `MDY` [Cashew](https://github.com/jameskokoska/Cashew) `FOSS`
717 | - `MDY` [Monekin](https://github.com/enrique-lozano/Monekin) `FOSS`
718 | - `MDY` [Buckwheat](https://github.com/danilkinkin/buckwheat) `FOSS`
719 | - `MDY` [Fuelio](https://play.google.com/store/apps/details?id=com.kajda.fuelio)
720 | - `MDY` [SubTotal](https://play.google.com/store/apps/details?id=partl.grandtotal)
721 | - `MDY` [Celenganku](https://play.google.com/store/apps/details?id=id.celenganku.app)
722 | - `MDY` [Allowance](https://github.com/jameskokoska/Allowance) `FOSS`
723 | - `MDY` [Mony](https://play.google.com/store/apps/details?id=com.jojdevx.expense.tracker)
724 | - `MDY` [Recurring Expense Tracker](https://github.com/DennisBauer/RecurringExpenseTracker) `FOSS`
725 | - `MDY` [KasPOS](https://play.google.com/store/apps/details?id=com.kaspos.app)
726 | - `MDY` [Prepaid Balance](https://github.com/mueller-ma/PrepaidBalance) `FOSS`
727 | - `MDY` [Xpense](https://play.google.com/store/apps/details?id=com.chiranth.xpense)
728 | - `MD` [Waterfly III](https://github.com/dreautall/waterfly-iii) `FOSS`
729 | - `MD` [WalletCount](https://github.com/GittyMac/WalletCount) `FOSS`
730 | - **Cryptocurrency**
731 | - `MDY` [PapriCoin](https://github.com/T8RIN/PapriCoin) `FOSS`
732 | - `MDY` [CoinTrend](https://github.com/CoinTrend/CoinTrend) `FOSS`
733 | - `MDY` [ACrypto](https://play.google.com/store/apps/details?id=dev.dworks.apps.acrypto)
734 | - `MDY` [Trust Wallet](https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp)
735 | - `MDY` [eXch](https://github.com/pitonite/exch_cx) `FOSS`
736 | - `MD` [AgoraDesk](https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss) `FOSS`
737 | - `MD` [LocalMonero](https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss) `FOSS`
738 | - `MD` [CryptoTracker](https://github.com/judemont/CryptoTracker) `FOSS`
739 | - **Miscellaneous**
740 | - `MDY` [Catima](https://github.com/CatimaLoyalty/Android) `FOSS`
741 | - `MDY` [zCard (fork)](https://github.com/ziadOUA/zCard) `FOSS` `FORK`
742 | - `MDY` [Tilla](https://play.google.com/store/apps/details?id=com.pavelrekun.tilla)
743 | - `MDY` [ReSubs](https://play.google.com/store/apps/details?id=app.resubs)
744 |
745 | [📜Table Of Contents](#-table-of-contents)
746 |
747 | ---
748 | ### 🌦️ Weather
749 | - `MDY` [WeatherMaster](https://github.com/PranshulGG/WeatherMaster) `FOSS`
750 | - `MDY` [WeatherWise](https://github.com/MGAndroidProjects/WeatherWise-Releases)
751 | - `MDY` [Weather Today](https://play.google.com/store/apps/details?id=com.kokoschka.michael.weather)
752 | - `MDY` [Geometric Weather](https://github.com/WangDaYeeeeee/GeometricWeather) `FOSS` `🪦`
753 | - `MDY` [Prognoza](https://github.com/davidtakac/prognoza) `FOSS`
754 | - `MDY` [Air - Pollution around you](https://play.google.com/store/apps/details?id=com.urbandroid.air)
755 | - `MDY` [Nothing Weather](https://t.me/waifupx_official/205) `PORT`
756 | - `MDY` [Weatherian](https://play.google.com/store/apps/details?id=com.weatherian)
757 | - `MDY` [Textual Weather](https://play.google.com/store/apps/details?id=app.wakirox.rainy)
758 | - `MDY` [JustWeather](https://github.com/jjewuz/JustWeather) `FOSS`
759 | - `MDY` [QWeather](https://github.com/Henry-Hiles/QWeather) `FOSS`
760 | - `MDY` [Breezy Weather](https://github.com/breezy-weather/breezy-weather) `FOSS`
761 | - `MDY` [Bura](https://github.com/davidtakac/bura) `FOSS`
762 | - `MDY` [Overmorrow](https://github.com/bmaroti9/Overmorrow) `FOSS`
763 | - `MD` [Rain](https://github.com/DarkMooNight/Rain) `FOSS`
764 | - `MY` [YoWindow Weather](https://play.google.com/store/apps/details?id=yo.app.free)
765 |
766 | [📜Table Of Contents](#-table-of-contents)
767 |
768 | ---
769 | ### 🎮 Games & Emulators
770 | - **Games**
771 | - `MDY` [TriPeaks NEUE](https://github.com/mimoguz/tripeaks_neue) `FOSS`
772 | - `MDY` [Lichess beta](https://github.com/lichess-org/mobile) `FOSS`
773 | - `MDY` [Material You Tic Tac Toe](https://github.com/marek-guran/Material-You-Tic-Tac-Toe) `FOSS`
774 | - `MDY` [Zerocros](https://play.google.com/store/apps/details?id=com.pranavpandey.tictactoe)
775 | - `MDY` [Libre Sudoku](https://github.com/kaajjo/Libre-Sudoku) `FOSS`
776 | - `MDY` [Gauguin](https://github.com/meikpiep/gauguin) `FOSS`
777 | - `MDY` [TicTacToe](https://github.com/kafri8889/Compose-TicTacToe) `FOSS`
778 | - `MDY` [Dooz](https://github.com/yamin8000/Dooz) `FOSS`
779 | - `MDY` [Snake Classic](https://github.com/kafri8889/Compose-Classic-Snake-Game) `FOSS`
780 | - `MDY` [Dooz](https://github.com/yamin8000/Dooz) `FOSS`
781 | - `MDY` [Saku](https://github.com/kafri8889/Saku-Compose-Sudoku) `FOSS`
782 | - `MDY` [Antimine](https://github.com/lucasnlm/antimine-android) `FOSS`
783 | - `MDY` [Number Tic-Tac-Toe](https://github.com/YangDai-Github/Number_Tic_Tac_Toe-Android) `FOSS`
784 | - `MDY` [Minesweeper - The Clean One](https://play.google.com/store/apps/details?id=ee.dustland.android.minesweeper)
785 | - `MDY` [Sudoku - The Clean One](https://play.google.com/store/apps/details?id=ee.dustland.android.dustlandsudoku)
786 | - `MDY` [Solitaire - The Clean One](https://play.google.com/store/apps/details?id=ee.dustland.android.solitaire)
787 | - `MDY` [PokeMoney](https://play.google.com/store/apps/details?id=com.urbandroid.pokemoney)
788 | - `MD` [NPuzzle](https://play.google.com/store/apps/details?id=com.anafthdev.npuzzle)
789 | - `MD` [Blocked](https://github.com/jeffsieu/blocked) `FOSS` `⛔ Not an Android app`
790 | - `MD` [LoL Catalyst](https://play.google.com/store/apps/details?id=com.ggstudios.lolcatalyst)
791 | - `MY` [Sudoku](https://play.google.com/store/apps/details?id=ee.dustland.android.dustlandsudoku)
792 | - `MY` [Minesweeper](https://play.google.com/store/apps/details?id=ee.dustland.android.minesweeper)
793 | - `MY` [Solitaire](https://play.google.com/store/apps/details?id=ee.dustland.android.solitaire)
794 | - **Quiz/Trivia**
795 | - `MDY` [New Quiz](https://github.com/joaomanaia/newquiz) `FOSS`
796 | - `MDY` [Trivia You](https://github.com/you-apps/TriviaYou) `FOSS` `🪦`
797 | - `MY` [MathQ](https://play.google.com/store/apps/details?id=com.anafthdev.mathq)
798 | - **Emulators**
799 | - `MDY` [Lemuroid](https://github.com/Swordfish90/Lemuroid) `FOSS`
800 | - `MDY` [Rekado](https://github.com/MenosGrante/Rekado) `FOSS`
801 | - `MDY` [Joiplay](https://joiplay.net/)
802 | - `MDY` [Dolphin Emulator](https://github.com/dolphin-emu/dolphin) `FOSS`
803 | - `MDY` [Lime3DS](https://github.com/Lime3DS/Lime3DS) `FOSS`
804 | - **Tools**
805 | - `MDY` [Cavedroid](https://github.com/cyb3rko/cavedroid) `FOSS` `🪦`
806 | - `MDY` [Cuberite](https://github.com/cuberite/android) `FOSS`
807 | - `MDY` [Tabletop Tools](https://github.com/mueller-ma/TabletopTools) `FOSS`
808 | - `MDY` [Croissant](https://github.com/joeloewi7178/Croissant) `FOSS`
809 | - `MDY` [Engine](https://github.com/whitescent/Engine) `FOSS`
810 | - `MD` [GG: Game Giveaways Notifier](https://play.google.com/store/apps/details?id=com.ikramhasan.free_games_giveaways)
811 |
812 | [📜Table Of Contents](#-table-of-contents)
813 |
814 | ---
815 | ### 🖼️ Gallery
816 | - `MDY` [Lavender Photos](https://github.com/kaii-lb/LavenderPhotos) `FOSS`
817 | - `MDY` [Google Photos](https://play.google.com/store/apps/details?id=com.google.android.apps.photos)
818 | - `MDY` [QuickPic Gallery Mod](https://github.com/WSTxda/QP-Gallery-Releases) `FOSS` `MOD`
819 | - `MDY` [Fossify Gallery](https://github.com/FossifyOrg/Gallery) `FOSS`
820 | - `MDY` [MotoGallery](https://www.pling.com/p/1884299/) `PORT`
821 | - `MDY` [PhotoPrism Gallery](https://github.com/Radiokot/photoprism-android-client) `FOSS`
822 | - `MDY` [Gallery](https://github.com/IacobIonut01/Gallery) `FOSS`
823 | - `MDY` [Right Gallery](https://play.google.com/store/apps/details?id=com.goodwy.gallery) `FOSS`
824 | - `MY` [Aves](https://github.com/deckerst/aves) `FOSS`
825 | - **Tools**
826 | - `MDY` [Image Toolbox](https://github.com/T8RIN/ImageToolbox) `FOSS`
827 | - `MDY` [ImageCraft](https://github.com/YangDai2003/ImageCraft-Android) `FOSS`
828 | - `MDY` [Graphie](https://play.google.com/store/apps/details?id=com.pavelrekun.graphie) `💰`
829 | - `MDY` [Photo Deleter](https://play.google.com/store/apps/details?id=com.olcay.photodeleter)
830 | - `MDY` [Image Compressor](https://play.google.com/store/apps/details?id=aculix.bulk.image.compressor)
831 | - `MDY` [SnapSeed](https://t.me/waifupx_official/145) `MOD`
832 | - `MDY` [Easy Watermark](https://github.com/rosuH/EasyWatermark) `FOSS`
833 | - `MDY` [ExifEraser](https://github.com/Tommy-Geenexus/exif-eraser) `FOSS`
834 | - `MDY` [Video Converter](https://play.google.com/store/apps/details?id=jaineel.videoconvertor) `💰`
835 | - `MDY` [SuperImage](https://play.google.com/store/apps/details?id=com.zhenxiang.superimage)
836 | - `MD` [Momentum Editor](https://play.google.com/store/apps/details?id=com.lware.momentum)
837 |
838 | [📜Table Of Contents](#-table-of-contents)
839 |
840 | ---
841 | ### 🔬 Scanners
842 | - `MDY` [Pixel Scanner](https://github.com/jaikeerthick/Pixel-Scanner) `FOSS` `🪦`
843 | - `MDY` [Codora](https://play.google.com/store/apps/details?id=com.kokoschka.michael.qrtools)
844 | - `MDY` [Barcode Scanner](https://gitlab.com/Atharok/BarcodeScanner) `FOSS`
845 | - `MDY` [Barquode](https://play.google.com/store/apps/details?id=com.pranavpandey.matrix)
846 | - `MDY` [QR & Barcode Scanner](https://github.com/D4rK7355608/com.d4rk.qrcodescanner.plus) `FOSS`
847 | - `MDY` [Barcoder](https://play.google.com/store/apps/details?id=com.barcoder.app)
848 | - `MDY` [Google Lens](https://play.google.com/store/apps/details?id=com.google.ar.lens)
849 | - `MDY` [Monochrome](https://play.google.com/store/apps/details?id=moe.zhs.monochrome) `💰`
850 | - `MDY` [OSS Document Scanner](https://github.com/Akylas/OSS-DocumentScanner) `FOSS`
851 | - `MDY` [Genius Scan](https://play.google.com/store/apps/details?id=com.thegrizzlylabs.geniusscan.free)
852 | - `MDY` [Catalog Scanner (for ACNH)](https://play.google.com/store/apps/details?id=com.acnh.catalog_scanner)
853 |
854 | [📜Table Of Contents](#-table-of-contents)
855 |
856 | ---
857 | ### 🗓️ Calendar
858 | - `MDY` [Fossify Calendar](https://github.com/FossifyOrg/Calendar) `FOSS`
859 | - `MDY` [MotoCalendar](https://t.me/DroidRepo/245) `PORT`
860 | - `MDY` [Google Calendar](https://play.google.com/store/apps/details?id=com.google.android.calendar)
861 | - `MDY` [Persian Calendar](https://github.com/persian-calendar/persian-calendar) `FOSS`
862 | - `MDY` [Zoho Calendar](https://play.google.com/store/apps/details?id=com.zoho.android.calendar)
863 | - `MDY` [Ridna - Relationship Calendar](https://github.com/nexy791/Ridna) `FOSS`
864 | - `MY` [Etar](https://github.com/Etar-Group/Etar-Calendar) `FOSS`
865 |
866 | [📜Table Of Contents](#-table-of-contents)
867 |
868 | ---
869 | ### 📞 Communication
870 | - **Contacts**
871 | - `MDY` [Fossify Contacts](https://github.com/FossifyOrg/Contacts) `FOSS`
872 | - `MDY` [Connect You](https://github.com/you-apps/ConnectYou) `FOSS`
873 | - `MDY` [Google Contacts](https://play.google.com/store/apps/details?id=com.google.android.contacts)
874 | - `MDY` [Right Contacts](https://play.google.com/store/apps/details?id=com.goodwy.contacts) `FOSS`
875 | - **Dialer**
876 | - `MDY` [Google Phone](https://play.google.com/store/apps/details?id=com.google.android.dialer)
877 | - `MDY` [MotoDialer](https://www.pling.com/p/1884299/) `PORT`
878 | - `MDY` [Koler](https://github.com/Chooloo/koler) `FOSS`
879 | - `MDY` [Right Dialer](https://play.google.com/store/apps/details?id=com.goodwy.dialer) `FOSS`
880 | - `MDY` [Fossify Phone](https://github.com/FossifyOrg/Phone) `FOSS`
881 | - `MY` [Octavi Dialer](https://www.pling.com/p/1571900) `PORT`
882 | - **SMS Messenger**
883 | - `MDY` [Google Messages](https://play.google.com/store/apps/details?id=com.google.android.apps.messaging)
884 | - `MDY` [MotoMessage](https://www.pling.com/p/1884299/) `PORT`
885 | - `MDY` [Right Messages](https://play.google.com/store/apps/details?id=com.goodwy.smsmessenger) `FOSS`
886 | - `MDY` [Fossify Messages](https://github.com/FossifyOrg/Messages) `FOSS`
887 | - **Voicemail**
888 | - `MDY` [Google Voice](https://play.google.com/store/apps/details?id=com.google.android.apps.googlevoice)
889 |
890 | [📜Table Of Contents](#-table-of-contents)
891 |
892 | ---
893 | ### 📷 Camera
894 | - `MDY` [Google Camera](https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera)
895 | - `MDY` [Camera](https://github.com/SebaUbuntu/android_packages_apps_Aperture) `FOSS`
896 | - `MDY` [Fossify Camera](https://github.com/FossifyOrg/Camera) `FOSS`
897 | - `MD` [Selfie Time Lapse](https://play.google.com/store/apps/details?id=com.isidroid.sfa)
898 | - `MD` [Libre Camera](https://github.com/iakmds/librecamera) `FOSS`
899 |
900 | [📜Table Of Contents](#-table-of-contents)
901 |
902 | ---
903 | ### 🎙️ Audio Recorder
904 | - `MDY` [Recording Studio](https://github.com/Leonidius20/RecordingStudio) `FOSS`
905 | - `MDY` [Fossify Recorder](https://github.com/FossifyOrg/Voice-Recorder) `FOSS`
906 | - `MDY` [Record You](https://github.com/you-apps/recordYou) `FOSS`
907 | - `MDY` [Google Recorder](https://play.google.com/store/apps/details?id=com.google.android.apps.recorder)
908 | - `MDY` [AudioLab](https://play.google.com/store/apps/details?id=com.hitrolab.audioeditor)
909 | - `MDY` [Alibi](https://github.com/Myzel394/Alibi) `FOSS`
910 | - `MY` [MotoAudioRecorder](https://www.pling.com/p/1884299/) `PORT`
911 | - **Miscellaneous**
912 | - `MDY` [Audire](https://github.com/alexmercerind/audire) `FOSS`
913 |
914 | [📜Table Of Contents](#-table-of-contents)
915 |
916 | ---
917 | ### 🧘♂️ Health & Well-being
918 | - **Physical Activity Tracking**
919 | - `MD` [Fitbit](https://play.google.com/store/apps/details?id=com.fitbit.FitbitMobile)
920 | - **Sleep Tracker**
921 | - `MDY` [Sleep as Android](https://play.google.com/store/apps/details?id=com.urbandroid.sleep)
922 | - **Workout Tracker**
923 | - `MDY` [Flexify](https://github.com/brandonp2412/Flexify) `FOSS`
924 | - `MDY` [Workout Tracker & Gym Plan Log](https://play.google.com/store/apps/details?id=com.imperon.android.gymapp)
925 | - `MDY` [Kenko](https://github.com/Iamlooker/Kenko) `FOSS`
926 | - `MD` [WGER Workout Manager](https://github.com/wger-project/flutter) `FOSS`
927 | - `MD` [Massive](https://github.com/brandonp2412/Massive) `FOSS`
928 | - **Body Weight**
929 | - `MDY` [trale](https://github.com/QuantumPhysique/trale) `FOSS`
930 | - `MD` [FitBook](https://github.com/brandonp2412/FitBook) `FOSS`
931 | - **Digital Well-being**
932 | - `MDY` [Disconnect](https://gitlab.com/narektor/disconnect) `FOSS`
933 | - `MDY` [Digital Detox](https://play.google.com/store/apps/details?id=com.urbandroid.ddc)
934 | - **Blue Light/Brightness Filter**
935 | - `MDY` [Blue Light Filter](https://play.google.com/store/apps/details?id=com.paget96.bluelightfilter)
936 | - `MDY` [Low Brightness](https://github.com/D4rK7355608/com.d4rk.lowbrightness) `FOSS`
937 | - `MDY` [NightScreen](https://github.com/SkyD666/NightScreen) `FOSS`
938 | - `MD` [Twilight](https://play.google.com/store/apps/details?id=com.urbandroid.lux)
939 | - **Habit Tracker**
940 | - `MDY` [Respawn](https://play.google.com/store/apps/details?id=com.nek12.respawn)
941 | - `MDY` [Soberity](https://github.com/KiARC/Sobriety) `FOSS`
942 | - `MDY` [Habit Builder](https://github.com/ofalvai/HabitBuilder) `FOSS`
943 | - `MDY` [Table Habit](https://github.com/FriesI23/mhabit) `FOSS`
944 | - `MDY` [TimePlanner](https://github.com/v1tzor/TimePlanner) `FOSS`
945 | - `MDY` [Routine Tracker](https://github.com/DanielRendox/RoutineTracker) `FOSS`
946 | - `MD` [Koduko](https://github.com/Mazahir26/koduko) `FOSS`
947 | - `MD` [Habo](https://github.com/xpavle00/Habo) `FOSS`
948 | - `MD` [Terra](https://play.google.com/store/apps/details?id=com.ikramhasan.terra)
949 | - **Screen Time**
950 | - `MDY` [Digital Wellbeing](https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing)
951 | - **Medicine Reminder**
952 | - `MDY` [Home Medkit](https://github.com/pewaru-333/HomeMedkit-App) `FOSS`
953 | - `MDY` [MedTimer](https://github.com/Futsch1/medTimer) `FOSS`
954 | - `MD` [MediTrak](https://github.com/AdamGuidarini/MediTrak) `FOSS`
955 | - **Miscellaneous**
956 | - `MDY` [CoffeGram](https://github.com/phansier/Coffeegram) `FOSS`
957 | - `MDY` [Ampersand](https://github.com/NyaomiDEV/Ampersand) `FOSS`
958 | - `MDY` [MotionMate](https://github.com/0xf4b1/motionmate) `FOSS`
959 | - `MDY` [Lullaby Pack](https://play.google.com/store/apps/details?id=com.urbandroid.sleep.addon.lullaby)
960 | - `MDY` [Kine: Car sickness aid](https://play.google.com/store/apps/details?id=com.urbandroid.kinestop)
961 | - `MDY` [Noice](https://github.com/trynoice/android-app) `FOSS`
962 | - `MDY` [Health Connect](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata)
963 | - `MDY` [Eye Care](https://play.google.com/store/apps/details?id=com.a3.eyecare)
964 | - `MDY` [Mindful](https://github.com/akaMrNagar/Mindful/) `FOSS`
965 | - `MD` [Mindroid](https://play.google.com/store/apps/details?id=com.urbandroid.mind)
966 | - `MD` [Baby on Board (aka. BoB)](https://gitlab.com/LaBaude32/bob) `FOSS`
967 | - `MD` [Forest](https://github.com/bk20dev/forest) `FOSS`
968 | - `MY` [Calory](https://play.google.com/store/apps/details?id=com.funnmedia.calory)
969 |
970 | [📜Table Of Contents](#-table-of-contents)
971 |
972 | ---
973 | ### 🛒 Shopping
974 | - `MDY` [Grocy](https://github.com/patzly/grocy-android) `FOSS`
975 | - `MDY` [Shopping Cart Calculator](https://github.com/D4rK7355608/com.d4rk.cartcalculator) `FOSS`
976 | - `MD` [eBay](https://play.google.com/store/apps/details?id=com.ebay.mobile)
977 | - `MD` [Shopin](https://github.com/erdemklync/Shopin) `FOSS`
978 |
979 | [📜Table Of Contents](#-table-of-contents)
980 |
981 | ---
982 | ### 🗺️ Maps/Navigation
983 | - `MDY` [BTC Map](https://github.com/teambtcmap/btcmap-android) `FOSS`
984 | - `MDY` [Mulciber](https://play.google.com/store/apps/details?id=it.mirko.bus)
985 | - `MDY` [RideBus](https://play.google.com/store/apps/details?id=org.xtimms.ridebus)
986 | - `MDY` [Ahmedabad Metro](https://play.google.com/store/apps/details?id=ahmedabad.gandhinagar.metro.rail.project.info.mega)
987 | - `MDY` [Tridenta](https://github.com/Stypox/tridenta) `FOSS`
988 | - `MDY` [Compass](https://github.com/SynapseTech/Compass) `FOSS`
989 | - `MDY` [Bimba](https://f-droid.org/packages/xyz.apiote.bimba.czwek/) `FOSS`
990 | - `MD` [Trail Sense](https://github.com/kylecorry31/Trail-Sense) `FOSS`
991 | - `MD` [EVMap](https://github.com/ev-map/EVMap) `FOSS`
992 | - `MD` [Google Maps](https://play.google.com/store/apps/details?id=com.google.android.apps.maps)
993 | - `MY` [MotoCompass](https://www.pling.com/p/1884299/) `PORT`
994 | - `MY` [SimplyQibla](https://github.com/TowardsIkhlaas/simply_qibla) `FOSS`
995 |
996 | [📜Table Of Contents](#-table-of-contents)
997 |
998 | ---
999 | ### 📧 Email Clients
1000 | - `MDY` [Gmail](https://play.google.com/store/apps/details?id=com.google.android.gm)
1001 | - `MDY` [Infomaniak kMail](https://github.com/Infomaniak/android-kMail) `FOSS`
1002 | - `MDY` [Spark Mail](https://play.google.com/store/apps/details?id=com.readdle.spark)
1003 | - `MDY` [ltt.rs](https://codeberg.org/iNPUTmice/lttrs-android) `FOSS`
1004 | - `MD` [Thunderbird](https://github.com/thunderbird/thunderbird-android) `FOSS`
1005 | - `MY` [FairEmail](https://github.com/M66B/FairEmail) `FOSS`
1006 |
1007 | [📜Table Of Contents](#-table-of-contents)
1008 |
1009 | ---
1010 | ### 🈸 Translators
1011 | - `MDY` [Google Translate](https://play.google.com/store/apps/details?id=com.google.android.apps.translate)
1012 | - `MDY` [Translate You](https://github.com/you-apps/TranslateYou) `FOSS`
1013 | - `MDY` [Lentil Translate](https://github.com/yaxarat/lingvaandroid) `FOSS`
1014 | - `MDY` [Monocles Translator](https://codeberg.org/Arne/monocles_translator) `FOSS`
1015 | - `MDY` [Screen Translator](https://github.com/vamsi3/screen-translator) `FOSS`
1016 | - `MD` [Instant Translate on Screen](https://play.google.com/store/apps/details?id=com.spaceship.screen.textcopy)
1017 |
1018 | [📜Table Of Contents](#-table-of-contents)
1019 |
1020 | ---
1021 | ### 🤖 Artificial Intelligence (AI)
1022 | - `MDY` [CommuniqAI](https://play.google.com/store/apps/details?id=dev.mtc.ga)
1023 | - `MDY` [Stable Diffusion AI](https://github.com/ShiftHackZ/Stable-Diffusion-Android) `FOSS`
1024 | - `MDY` [BotForge](https://github.com/L4TTiCe/BotForge) `FOSS` `🪦`
1025 | - `MDY` [Sense](https://github.com/F0x1d/Sense) `FOSS`
1026 | - `MDY` [Lumi AI](https://github.com/iamlooper/Lumi-AI)
1027 | - `MDY` [GPT Assistant](https://github.com/sunshine0523/GPT-Assistant) `FOSS`
1028 | - `MDY` [Summary You](https://github.com/talosross/SummaryYou) `FOSS`
1029 | - `MD` [ChatGPT](https://play.google.com/store/apps/details?id=com.openai.chatgpt)
1030 | - `MD` [Colors AI](https://github.com/tsinis/colors_ai) `FOSS`
1031 | - `MD` [ChatBoost](https://play.google.com/store/apps/details?id=studio.muggle.chatboost)
1032 | - `MD` [TalkAI](https://play.google.com/store/apps/details?id=studio.muggle.talkai)
1033 | - `MD` [Gemini](https://play.google.com/store/apps/details?id=com.google.android.apps.bard)
1034 |
1035 | [📜Table Of Contents](#-table-of-contents)
1036 |
1037 | ---
1038 | ### ⏱️ Clocks/Timers
1039 | - `MDY` [Clock](https://github.com/BlackyHawky/Clock) `FOSS`
1040 | - `MDY` [Chrono](https://github.com/vicolo-dev/chrono) `FOSS`
1041 | - `MDY` [Clock](https://play.google.com/store/apps/details?id=com.google.android.deskclock)
1042 | - `MDY` [Fossify Clock](https://github.com/FossifyOrg/Clock) `FOSS`
1043 | - `MDY` [Workout Timer](https://play.google.com/store/apps/details?id=com.paget96.workouttimer)
1044 | - `MDY` [Cofi](https://github.com/rozPierog/Cofi) `FOSS`
1045 | - `MDY` [MotoClock](https://www.pling.com/p/1884299/) `PORT`
1046 | - `MDY` [Clock You](https://github.com/you-apps/ClockYou) `FOSS`
1047 | - `MDY` [Overload](https://github.com/pabloscloud/Overload) `FOSS`
1048 | - `MDY` [AtomicClock](https://play.google.com/store/apps/details?id=partl.atomicclock)
1049 | - `MD` [Stopwatch](https://play.google.com/store/apps/details?id=com.redmerah.stopwatch)
1050 |
1051 | [📜Table Of Contents](#-table-of-contents)
1052 |
1053 | ---
1054 | ### 🎴 Icons/Wallpapers/Widgets
1055 | - **Icons**
1056 | - `MD3E` [Lawnicons](https://github.com/LawnchairLauncher/lawnicons) `FOSS`
1057 | - `MDY` [Nyon Material You icons](https://play.google.com/store/apps/details?id=dev.lknninex.nyon.material) `💰`
1058 | - `MDY` [Material You Dynamic Icon pack](https://play.google.com/store/apps/details?id=com.akbon.myd)
1059 | - `MDY` [Pix You Dark Android Icon Pack](https://play.google.com/store/apps/details?id=com.arjunarora.pix_you_cornflower_dark_icons)
1060 | - `MDY` [Saga Material You icons](https://play.google.com/store/apps/details?id=com.lknninex.saga) `💰`
1061 | - `MDY` [Themed Icons](https://play.google.com/store/apps/details?id=rk.android.app.themedicons)
1062 | - `MDY` [Epik Material You Icons](https://play.google.com/store/apps/details?id=com.lknninex.epik) `💰`
1063 | - `MDY` [Arcticons You](https://github.com/Donnnno/Arcticons) `FOSS`
1064 | - `MDY` [Blueprint](https://github.com/jahirfiquitiva/Blueprint) `FOSS`
1065 | - `MDY` [TeamFiles Lawnicons](https://github.com/TeamFiles/Lawnicons) `FOSS` `🪦`
1066 | - `MDY` [DGicons Monet](https://github.com/WaifuPX-DG/DGicons) `🪦`
1067 | - `MDY` [You IconPack](https://play.google.com/store/apps/details?id=com.jndapp.pastel.material.you.iconpack) `💰`
1068 | - `MDY` [Adaptive You IconPack](https://play.google.com/store/apps/details?id=com.jndapp.adaptive.material.you.iconpack) `💰`
1069 | - `MDY` [Giga Icon](https://play.google.com/store/apps/details?id=it.mirko.gigaicon)
1070 | - `MDY` [Global Icon Pack](https://github.com/RichardLuo0/global-icon-pack-android) `FOSS`
1071 | - `MY` [Pix Material You Light/Dark](https://play.google.com/store/apps/details?id=com.pashapuma.pix.material.you.dark) `💰`
1072 | - `MY` [Pix Material Colors Icon Pack](https://play.google.com/store/apps/details?id=com.pashapuma.pix.material.color) `💰`
1073 | - `MY` [Pix Material You Icons](https://play.google.com/store/apps/details?id=com.pashapuma.pix.material.you.iconpack) `💰`
1074 | - **Wallpaper**
1075 | - `MDY` [Paperize](https://github.com/Anthonyy232/Paperize) `FOSS`
1076 | - `MDY` [Peristyle](https://github.com/Hamza417/Peristyle) `FOSS`
1077 | - `MDY` [Pix Wallpapers](https://play.google.com/store/apps/details?id=com.pashapuma.pix.wallpapers)
1078 | - `MDY` [Swift Walls - Wallpapers](https://play.google.com/store/apps/details?id=it.folgore95.mywall)
1079 | - `MDY` [WallYou](https://github.com/you-apps/WallYou) `FOSS`
1080 | - `MDY` [Lamartine: Live Wallpaper](https://play.google.com/store/apps/details?id=xyz.zedler.patrick.lamartine)
1081 | - `MDY` [Doodle: Live Wallpapers](https://github.com/patzly/doodle-android) `FOSS`
1082 | - `MDY` [PaperSplash](https://play.google.com/store/apps/details?id=com.jlindemann.papersplash)
1083 | - `MDY` [Dynamic Wallpaper](https://play.google.com/store/apps/details?id=rk.android.app.dynamic.wallpaper)
1084 | - `MDY` [Pixr: Wallpaper Showcase](https://play.google.com/store/apps/details?id=com.paget96.pixr) `💰`
1085 | - `MDY` [Pallax](https://github.com/patzly/pallax-android) `FOSS` `🪦`
1086 | - `MDY` [WaifuPX](https://github.com/WaifuPX-DG/WaifuPX) `🪦`
1087 | - `MDY` [UtopiaWalls+](https://github.com/WaifuPX-DG/UtopiaWalls) `🪦`
1088 | - `MDY` [MWalls](https://play.google.com/store/apps/details?id=com.theveloper.mwalls.app)
1089 | - `MDY` [Wallfever](https://play.google.com/store/apps/details?id=com.amaan.wallfever)
1090 | - `MDY` [Team Pixel Wallpapers](https://play.google.com/store/apps/details?id=com.lagguy.teampixelwallpapers)
1091 | - `MDY` [Smudgess](https://play.google.com/store/apps/details?id=com.gng.smudgess)
1092 | - `MDY` [Widepaper - Desktop Wallpapers](https://play.google.com/store/apps/details?id=com.lagguy.widepapers)
1093 | - `MDY` [Abstracto](https://play.google.com/store/apps/details?id=com.lagguy.abstracto)
1094 | - `MDY` [Frames](https://github.com/jahirfiquitiva/Frames) `FOSS`
1095 | - `MDY` [iOSXPC Wallpaper](https://play.google.com/store/apps/details?id=com.iosxpc.wallpapers)
1096 | - `MDY` [Wallpapers Walpix](https://play.google.com/store/apps/details?id=com.midori.wallpaper.photos)
1097 | - `MDY` [Wallman](https://gitlab.com/colorata/wallman) `FOSS`
1098 | - `MDY` [Music Live Wallpaper](https://play.google.com/store/apps/details?id=com.lstapps.musiclivewallpaper)
1099 | - `MDY` [WallFlow](https://github.com/ammargitham/WallFlow/) `FOSS`
1100 | - `MD` [Backdrops](https://play.google.com/store/apps/details?id=com.backdrops.wallpapers)
1101 | - `MY` [DualWallpaper](https://github.com/Yanndroid/DualWallpaper) `FOSS`
1102 | - **Widgets/Shortcuts**
1103 | - `MDY` [SmartSpacer](https://github.com/KieronQuinn/Smartspacer) `FOSS`
1104 | - `MDY` [Clock Widget](https://play.google.com/store/apps/details?id=rk.android.app.clockwidget) `💰`
1105 | - `MDY` [Search Widget](https://play.google.com/store/apps/details?id=rk.android.app.searchbarwidget) `💰`
1106 | - `MDY` [Shortcut Maker](https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker)
1107 | - `MDY` [Pinned Shortcuts](https://play.google.com/store/apps/details?id=rk.android.app.pinnedshortcuts)
1108 | - `MDY` [AppBar](https://play.google.com/store/apps/details?id=rk.android.app.appbar) `💰`
1109 | - `MDY` [Notification Shortcuts](https://play.google.com/store/apps/details?id=rk.android.app.notificationshortcuts) `💰`
1110 | - `MDY` [Music Widget Android 12](https://play.google.com/store/apps/details?id=com.lstapps.musicwidgetandroid12)
1111 | - `MDY` [Bitcoin Timechain Widgets](https://github.com/gooGofZ/BitcoinTimechainWidgets) `FOSS`
1112 | - `MDY` [Everyday](https://play.google.com/store/apps/details?id=com.pranavpandey.calendar)
1113 | - `MDY` [MotoWidget](https://www.pling.com/p/1884299/) `PORT`
1114 | - `MDY` [Nothing KWGT](https://play.google.com/store/apps/details?id=nothing.cnt.kwgt)
1115 | - `MDY` [Koncept KWGT](https://play.google.com/store/apps/details?id=com.theveloper.akoncept) `💰`
1116 | - `MDY` [Kombine KWGT](https://play.google.com/store/apps/details?id=com.theveloper.kombine.app) `💰`
1117 | - `MDY` [Android 13 KWGT](https://play.google.com/store/apps/details?id=android12widget.kustom.pack) `💰`
1118 | - `MDY` [MOS KWGT](https://play.google.com/store/apps/details?id=beehomie.mos.app) `💰`
1119 | - `MDY` [Nothing Weather KOMP](https://github.com/bhaskar966/Nothing-Weather-KOMP) `FOSS`
1120 | - `MDY` [Flip Clock Widget](https://play.google.com/store/apps/details?id=art.widgeet.android.clock.flip)
1121 | - `MDY` [Widgeet](https://play.google.com/store/apps/details?id=art.widgeet.android)
1122 | - `MDY` [Android12 Weather Widget](https://play.google.com/store/apps/details?id=twelve.weather.mibrahim)
1123 | - `MDY` [Kuper](https://github.com/jahirfiquitiva/Kuper) `FOSS`
1124 | - `MDY` [Yearly Progress](https://github.com/a2ke5e1/yearly-progress/) `FOSS`
1125 | - `MDY` [WiFi Widget](https://github.com/w2sv/WiFi-Widget) `FOSS`
1126 | - `MDY` [Battery Widget](https://play.google.com/store/apps/details?id=com.lstapps.batterywidget)
1127 | - `MDY` [Material Photo Widget](https://github.com/fibelatti/photo-widget) `FOSS`
1128 | - `MDY` [Folder Widget](https://play.google.com/store/apps/details?id=pub.hanks.appfolderwidget)
1129 | - `MD` [Shortcut](https://play.google.com/store/apps/details?id=any.shortcut)
1130 | - **Dynamic Island**
1131 | - `MDY` [MaterialYou Dynamic Island](https://github.com/Angel-Studio/MaterialYou-Dynamic-Island) `FOSS` `🪦`
1132 | - `MDY` [Pixel Island](https://drive.google.com/drive/folders/1j1eWY73Zuq43kYHF6Qdjton8LZ02pA1C) `🪦`
1133 |
1134 | [📜Table Of Contents](#-table-of-contents)
1135 |
1136 | ---
1137 | ### ⬇️ Download Managers
1138 | - **Full-Featured Download Manager**
1139 | - `MY` [Advanced Download Manager](https://play.google.com/store/apps/details?id=com.dv.adm)
1140 | - **YouTube**
1141 | - `MDY` [Seal](https://github.com/JunkFood02/Seal) `FOSS`
1142 | - `MDY` [YTDLnis](https://github.com/deniscerri/ytdlnis) `FOSS`
1143 | - **Music**
1144 | - `MD3E` [EchoirX](https://github.com/imjyotiraditya/EchoirX) `FOSS`
1145 | - `MDY` [Spowlo](https://github.com/BobbyESP/Spowlo) `FOSS`
1146 | - **Torrenting**
1147 | - `MDY` [Flow - Rutracker client](https://play.google.com/store/apps/details?id=me.rutrackersearch.app)
1148 | - `MDY` [Tremotesf](https://github.com/equeim/tremotesf-android) `FOSS`
1149 | - `MDY` [Flud+](https://play.google.com/store/apps/details?id=com.delphicoder.flud.paid) `💰`
1150 | - `MDY` [qBitController](https://github.com/Bartuzen/qBitController) `FOSS`
1151 | - `MD` [qBittorrent Manager](https://github.com/Yash-Garg/qBittorrent-Manager) `FOSS`
1152 | - `MD` [Nyanpasu](https://github.com/Lucchetto/Nyanpasu) `FOSS` `🪦`
1153 | - `MD` [CatTorrent](https://play.google.com/store/apps/details?id=com.piratecats.cattorrent)
1154 | - **Miscellaneous**
1155 | - `MDY` [Tweeload](https://play.google.com/store/apps/details?id=tweeload.twitter.video.downloader)
1156 |
1157 | [📜Table Of Contents](#-table-of-contents)
1158 |
1159 | ---
1160 | ### 🧮 Calculators/Unit Convertors
1161 | - `MDY` [Calculator-inator](https://github.com/prathameshmm02/Calculator-inator) `FOSS` `🪦`
1162 | - `MDY` [OpenCalc](https://github.com/Darkempire78/OpenCalc) `FOSS`
1163 | - `MDY` [zCalc](https://github.com/ziadOUA/zCalc) `FOSS` `🪦`
1164 | - `MDY` [All-In-One Calculator](https://play.google.com/store/apps/details?id=all.in.one.calculator)
1165 | - `MDY` [Unitto](https://github.com/sadellie/unitto) `FOSS`
1166 | - `MDY` [NumberHub](https://github.com/Myzel394/NumberHub) `FOSS`
1167 | - `MDY` [Currencies](https://github.com/sal0max/currencies) `FOSS`
1168 | - `MDY` [Tip Calculator](https://play.google.com/store/apps/details?id=com.chimbori.milliways)
1169 | - `MDY` [Google Calculator](https://play.google.com/store/apps/details?id=com.google.android.calculator)
1170 | - `MDY` [MotoCalculator](https://www.pling.com/p/1884299/) `PORT`
1171 | - `MDY` [Multi Calculator](https://github.com/YangDai-Github/Multi-Calculator-Android)`FOSS`
1172 | - `MDY` [CuteCalc](https://github.com/sosauce/CuteCalc) `FOSS`
1173 | - `MDY` [Calculator You](https://github.com/forzzzzz/Calculator-You) `FOSS`
1174 | - `MD` [Calculator](https://play.google.com/store/apps/details?id=com.redmerah.calculator)
1175 |
1176 | [📜Table Of Contents](#-table-of-contents)
1177 |
1178 | ---
1179 | ###
Other Google Apps
1180 | - `MDY` [Google Drive](https://play.google.com/store/apps/details?id=com.google.android.apps.docs)
1181 | - `MDY` [Google Meet](https://play.google.com/store/apps/details?id=com.google.android.apps.tachyon)
1182 | - `MDY` [Google Meet (original)](https://play.google.com/store/apps/details?id=com.google.android.apps.meetings)
1183 | - `MDY` [Google One](https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red)
1184 | - `MDY` [Google Fi Wireless](https://play.google.com/store/apps/details?id=com.google.android.apps.tycho)
1185 | - `MDY` [Google Family Link](https://play.google.com/store/apps/details?id=com.google.android.apps.kids.familylink)
1186 | - `MDY` [Android Device Policy](https://play.google.com/store/apps/details?id=com.google.android.apps.work.clouddpc)
1187 | - `MDY` [Google Play Console](https://play.google.com/store/apps/details?id=com.google.android.apps.playconsole)
1188 | - `MD` [Magnifier](https://play.google.com/store/apps/details?id=com.google.android.apps.accessibility.magnifier)
1189 | - `MD` [Personal Safety](https://play.google.com/store/apps/details?id=com.google.android.apps.safetyhub)
1190 | - `MD` [News](https://play.google.com/store/apps/details?id=com.google.android.apps.magazines)
1191 |
1192 | [📜Table Of Contents](#-table-of-contents)
1193 |
1194 | ---
1195 | ### 👁️🗨️ Accessibility
1196 | - `MDY` [Switch Access](https://play.google.com/store/apps/details?id=com.google.android.accessibility.switchaccess)
1197 | - `MDY` [Live Transcribe & Notification](https://play.google.com/store/apps/details?id=com.google.audio.hearing.visualization.accessibility.scribe)
1198 | - `MDY` [Reading Mode](https://play.google.com/store/apps/details?id=com.google.android.accessibility.reader)
1199 | - `MDY` [Sound Amplifier](https://play.google.com/store/apps/details?id=com.google.android.accessibility.soundamplifier)
1200 | - `MDY` [Transcriber](https://play.google.com/store/apps/details?id=it.mirko.transcriber)
1201 | - `MDY` [ocrX](https://play.google.com/store/apps/details?id=aculix.smart.text.recognizer)
1202 | - `MD` [Voice Access](https://play.google.com/store/apps/details?id=com.google.android.apps.accessibility.voiceaccess)
1203 | - **Miscellaneous**
1204 | - `MDY` [Sayit](https://play.google.com/store/apps/details?id=com.urbandroid.sayit)
1205 |
1206 | [📜Table Of Contents](#-table-of-contents)
1207 |
1208 | ---
1209 | ### 🎓 Education/School
1210 | - **Language & Dictionaries**
1211 | - `MDY` [English with Lidia Plus](https://github.com/D4rK7355608/com.d4rk.englishwithlidia.plus) `FOSS`
1212 | - `MDY` [freeDictionaryApp](https://github.com/yamin8000/freeDictionaryApp) `FOSS`
1213 | - `MDY` [Quaetor](https://play.google.com/store/apps/details?id=com.cyb3rko.quaetor)
1214 | - `MDY` [Toadua](https://github.com/toaq/toadua-android) `FOSS`
1215 | - `MD` [Kanji Dojo](https://github.com/syt0r/Kanji-Dojo) `FOSS`
1216 | - `MD` [dymka](https://github.com/nexy791/dymka) `FOSS`
1217 | - `MD` [Google Arts & Culture](https://play.google.com/store/apps/details?id=com.google.android.apps.cultural)
1218 | - **Schedule/Grade Tracker**
1219 | - `MDY` [NETI Client](https://github.com/dertefter/NETIClient) `FOSS`
1220 | - `MDY` [Driftly](https://github.com/DP-Hridayan/Driftly) `FOSS`
1221 | - `MDY` [Lanis Mobile](https://github.com/alessioC42/lanis-mobile) `FOSS`
1222 | - `MDY` [Graded](https://github.com/NightDreamGames/Graded) `FOSS`
1223 | - `MDY` [School Planner](https://play.google.com/store/apps/details?id=daldev.android.gradehelper)
1224 | - **Quotes**
1225 | - `MDY` [Literary Clock](https://github.com/AChep/literaryclock) `FOSS`
1226 | - `MDY` [Qwotable](https://github.com/Lijukay/Qwotable) `FOSS`
1227 | - **Miscellaneous**
1228 | - `MDY` [Android Studio Tutorials: Kotlin](https://github.com/D4rK7355608/com.d4rk.androidtutorials) `FOSS`
1229 | - `MDY` [Android Studio Tutorials: Java](https://github.com/D4rK7355608/com.d4rk.androidtutorials.java) `FOSS`
1230 | - `MDY` [Aristo Kids](https://play.google.com/store/apps/details?id=com.aristo.aristokids)
1231 | - `MDY` [Atomic - Periodic Table](https://play.google.com/store/apps/details?id=com.jlindemann.science)
1232 |
1233 | [📜Table Of Contents](#-table-of-contents)
1234 |
1235 | ---
1236 | ### 🌎 VPNs/Proxies
1237 | *Free VPNs are not recommended: [Read](https://www.makeuseof.com/why-you-should-never-use-a-free-vpn/)*
1238 | - `MDY` [WireGuard](https://play.google.com/store/apps/details?id=com.wireguard.android) `FOSS`
1239 | - `MDY` [Surfboard](https://play.google.com/store/apps/details?id=com.getsurfboard)
1240 | - `MDY` [WSProxy](https://gitlab.com/Nekogram/wsproxy) `FOSS` `🪦`
1241 | - `MDY` [Surf VPN](https://play.google.com/store/apps/details?id=com.xfx.surfvpn)
1242 | - `MDY` [Clash You](https://github.com/Yos-X/ClashYou/blob/main/README_en.md) `FOSS`
1243 | - `MD` [NordVPN](https://play.google.com/store/apps/details?id=com.nordvpn.android)
1244 | - `MD` [TunnelBear VPN](https://play.google.com/store/apps/details?id=com.tunnelbear.android)
1245 | - `MD` [AdGuard VPN](https://adguard-vpn.com/en/android/overview.html)
1246 | - `MD` [Proton VPN](https://github.com/ProtonVPN/android-app) `FOSS`
1247 | - `MD` [sing-box](https://github.com/SagerNet/sing-box) `FOSS`
1248 |
1249 | [📜Table Of Contents](#-table-of-contents)
1250 |
1251 | ---
1252 | ### 🧩 Material Catalogs
1253 | - `MDY` [Theme Engine](https://github.com/prathameshmm02/ThemeEngine) `FOSS` `🪦`
1254 | - `MDY` [Compose Material Catalog](https://play.google.com/store/apps/details?id=androidx.compose.material.catalog)
1255 | - `MDY` [MaterialGallery android](https://github.com/NUmeroAndDev/MaterialGallery-android) `FOSS`
1256 | - `MDY` [Material Components for Android](https://github.com/material-components/material-components-android) `FOSS`
1257 | - `MDY` [Compose Material Theme](https://play.google.com/store/apps/details?id=compose.material.theme)
1258 | - `MDY` [Previewer](https://github.com/Smooth-E/monet-color-previewer) `FOSS`
1259 | - `MDY` [Material3 Catalog Compose](https://play.google.com/store/apps/details?id=wonky.product.materialyoucatalog)
1260 | - `MD` [Compose Material Design 3](https://play.google.com/store/apps/details?id=com.anafthdev.md3compose)
1261 | - `MD` [Android Material UI/UX](https://play.google.com/store/apps/details?id=com.boltuix.materialuiux)
1262 | - `MD` [Material Design 3 Android](https://play.google.com/store/apps/details?id=com.anafthdev.materialdesign3)
1263 | - `MY` [Material You Colors](https://play.google.com/store/apps/details?id=com.ch3d.material.color)
1264 |
1265 | [📜Table Of Contents](#-table-of-contents)
1266 |
1267 | ---
1268 | ### 🛰️ Remotes and Smart Devices
1269 | - `MDY` [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) `FOSS`
1270 | - `MDY` [Universal Remote for Smart TVs](https://play.google.com/store/apps/details?id=com.quanticapps.universalremote)
1271 | - `MDY` [KDE Connect](https://invent.kde.org/network/kdeconnect-android) `FOSS`
1272 | - `MDY` [AdGuard Home Manager](https://github.com/JGeek00/adguard-home-manager) `FOSS`
1273 | - `MDY` [My Server Status](https://github.com/JGeek00/server-status-android) `FOSS`
1274 | - `MDY` [DroidHole](https://github.com/JGeek00/droid-hole) `FOSS`
1275 | - `MDY` [Google Pixel Watch](https://play.google.com/store/apps/details?id=com.google.android.apps.wear.companion)
1276 | - `MDY` [Google Pixel Buds](https://play.google.com/store/apps/details?id=com.google.android.apps.wearables.maestro.companion)
1277 | - `MDY` [Find My Device](https://play.google.com/store/apps/details?id=com.google.android.apps.adm)
1278 | - `MDY` [IR Remote Arduino](https://github.com/achmaddaniel24/ir-remote-arduino) `FOSS`
1279 | - `MDY` [HINT Control](https://play.google.com/store/apps/details?id=dev.zwander.arcadyankvd21control)
1280 | - `MD` [Octi](https://github.com/d4rken-org/octi) `FOSS`
1281 | - `MD` [CAPod](https://github.com/d4rken-org/capod) `FOSS`
1282 | - `MD` [Google TV](https://play.google.com/store/apps/details?id=com.google.android.videos)
1283 | - `MDY` [Google Home](https://play.google.com/store/apps/details?id=com.google.android.apps.chromecast.app)
1284 | - `MD` [RoByte](https://play.google.com/store/apps/details?id=com.tinybyteapps.robyte)
1285 |
1286 | [📜Table Of Contents](#-table-of-contents)
1287 |
1288 | ---
1289 | ### 🔦 Flashlights
1290 | - `MDY` [Lumolight](https://github.com/BitMavrick/Lumolight) `FOSS`
1291 | - `MDY` [Flashlight Tiramisu](https://github.com/polodarb/Flashlight-Tiramisu) `FOSS` `🪦`
1292 | - `MDY` [FlashDim](https://github.com/cyb3rko/flashdim) `FOSS`
1293 | - `MD` [Shake Flashlight](https://play.google.com/store/apps/details?id=com.paget96.shakeflashlight)
1294 |
1295 | [📜Table Of Contents](#-table-of-contents)
1296 |
1297 | ---
1298 | ### 🔢 Counters
1299 | - `MDY` [Counters](https://play.google.com/store/apps/details?id=rahmouni.neil.counters)
1300 | - `MDY` [Score Counter](https://github.com/hegocre/ScoreCounter) `FOSS` `🪦`
1301 | - `MDY` [Simple Counter](https://github.com/quicksc0p3r/simplecounter) `FOSS`
1302 | - `MY` [Counter](https://play.google.com/store/apps/details?id=me.tsukanov.counter)
1303 |
1304 | [📜Table Of Contents](#-table-of-contents)
1305 |
1306 | ---
1307 | ### 🧰 System Tools
1308 |
1309 | #### 📁 File Explorers
1310 | - `MDY` [Material Files](https://github.com/zhanghai/MaterialFiles) `FOSS`
1311 | - `MDY` [Fossify File Manager](https://github.com/FossifyOrg/File-Manager) `FOSS`
1312 | - `MDY` [File Explorer](https://github.com/Raival-e/File-Explorer-Compose) `FOSS`
1313 | - `MDY` [Files by Google](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files)
1314 | - `MDY` [AnExplorer](https://play.google.com/store/apps/details?id=dev.dworks.apps.anexplorer)
1315 | - `MDY` [FileManagerSphere](https://github.com/Ruan625Br/FileManagerSphere) `FOSS`
1316 | - `MDY` [ZipXtract](https://github.com/WirelessAlien/ZipXtract) `FOSS`
1317 | - `MDY` [File Navigator](https://github.com/w2sv/FileNavigator) `FOSS`
1318 | - `MY` [Mixplorer](https://forum.xda-developers.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/#post-23109280) `⚠️Requires Additional Setup:`[`#1`](https://github.com/DerTyp7214/MixplorerThemeCreator)`OR`[`#2`](https://github.com/jamal2362/Monet-Generator)
1319 | - `MY` [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver)
1320 | - `MY` [Right Files](https://play.google.com/store/apps/details?id=com.goodwy.filemanager) `FOSS`
1321 | - **File Transfer**
1322 | - `MDY` [LocalSend](https://github.com/localsend/localsend) `FOSS`
1323 | - `MDY` [Arc](https://play.google.com/store/apps/details?id=com.quadren.arc)
1324 | - `MDY` [iyox Wormhole](https://github.com/iyox-studios/iyox-Wormhole) `FOSS`
1325 | - `MD` [Photon](https://github.com/abhi16180/photon) `FOSS`
1326 | - `MY` [Warpinator](https://github.com/slowscript/warpinator-android) `FOSS`
1327 |
1328 | [📜Table Of Contents](#-table-of-contents)
1329 |
1330 | ---
1331 | #### 🛍️ App Stores
1332 | - **F-Droid Clients**
1333 | - `MDY` [Droid-ify](https://github.com/Iamlooker/Droid-ify) `FOSS`
1334 | - `MDY` [Neo Store](https://github.com/NeoApplications/Neo-Store) `FOSS`
1335 | - **Play Store Clients**
1336 | - `MDY` [Aurora Store](https://gitlab.com/AuroraOSS/AuroraStore) `FOSS`
1337 | - **Miscellaneous**
1338 | - `MDY` [Obtainium](https://github.com/ImranR98/Obtainium) `FOSS`
1339 | - `MDY` [Revanced Manager](https://github.com/revanced/revanced-manager) `FOSS`
1340 | - `MDY` [AliucordRN Manager](https://github.com/Aliucord/AliucordRN) `FOSS` 🪦
1341 | - `MDY` [Vendetta Manager](https://github.com/vendetta-mod/VendettaManager) `FOSS` `🪦`
1342 | - `MDY` [Bunny Manager](https://github.com/pyoncord/BunnyManager) `FOSS` `FORK` `🪦`
1343 | - `MDY` [Accrescent](https://github.com/accrescent/accrescent) `FOSS`
1344 | - `MDY` [Apps by GrapheneOS](https://github.com/GrapheneOS/Apps) `FOSS`
1345 | - `MDY` [APK Updater](https://github.com/rumboalla/apkupdater) `FOSS`
1346 | - `MDY` [UpdateMe](https://github.com/anfreire/updateMe-Mobile) `FOSS`
1347 |
1348 | [📜Table Of Contents](#-table-of-contents)
1349 |
1350 | ---
1351 | #### #️⃣ SuperUser
1352 | - **SU Manager**
1353 | - `MDY` [Magisk Monet](https://github.com/datnerdguy/Magisk-Monet) `FOSS` `🪦`
1354 | - `MDY` [KernelSU](https://github.com/tiann/KernelSU/) `FOSS`
1355 | - `MDY` [APatch](https://github.com/bmax121/APatch) `FOSS`
1356 | - **Module Managers**
1357 | - `MDY` [MMRL](https://github.com/DerGoogler/MMRL) `FOSS`
1358 | - `MDY` [MRepo](https://github.com/ya0211/MRepo) `FOSS` `🪦`
1359 | - `MDY` [Androidacy Module Manager](https://github.com/Androidacy/MagiskModuleManager) `FOSS`
1360 | - **Magisk Detector**
1361 | - `MDY` [Applist Detector](https://github.com/Dr-TSNG/ApplistDetector) `FOSS` `🪦`
1362 | - `MDY` [Ruru](https://github.com/byxiaorun/Ruru) `FOSS` `FORK`
1363 | - **Modules** `⚠️ Use with caution!`
1364 | - [Monet-All](https://monet.jerryz.com.cn/en/) `FOSS` [`Supported apps`](https://monet.jerryz.com.cn/en/guide/apps)
1365 | - [HyperOS Monet Project](https://github.com/MIUI-Monet-Project/Module) `FOSS`
1366 | - **Miscellaneous**
1367 | - `MDY` [Shizuku](https://github.com/RikkaApps/Shizuku) `FOSS`
1368 | - `MDY` [LSPosed](https://github.com/LSPosed/LSPosed) `FOSS`
1369 | - `MDY` [LSPatch](https://github.com/LSPosed/LSPatch) `FOSS`
1370 |
1371 | [📜Table Of Contents](#-table-of-contents)
1372 |
1373 | ---
1374 | #### 📲 Device Info/Monitors
1375 | - `MDY` [Inware](https://play.google.com/store/apps/details?id=com.evo.inware)
1376 | - `MDY` [YASNAC](https://github.com/RikkaW/YASNAC) `FOSS` `🪦`
1377 | - `MDY` [Internet Speed](https://play.google.com/store/apps/details?id=com.paget96.netspeedindicator)
1378 | - `MDY` [Battery Guru](https://play.google.com/store/apps/details?id=com.paget96.batteryguru)
1379 | - `MDY` [CPU Monitor](https://play.google.com/store/apps/details?id=com.paget96.cpumonitor)
1380 | - `MDY` [Castro](https://play.google.com/store/apps/details?id=com.itemstudio.castro)
1381 | - `MDY` [TakoStats](https://play.google.com/store/apps/details?id=rikka.fpsmonitor)
1382 | - `MDY` [DiskInfo](https://play.google.com/store/apps/details?id=com.drhowdydoo.diskinfo)
1383 | - `MDY` [Display Info](https://play.google.com/store/apps/details?id=com.drhowdydoo.displayinfo)
1384 | - `MDY` [MemInfo](https://play.google.com/store/apps/details?id=com.drhowdydoo.meminfo)
1385 | - `MDY` [LibChecker](https://github.com/LibChecker/LibChecker) `FOSS` `🪦`
1386 | - `MDY` [Treble Info](https://gitlab.com/TrebleInfo/TrebleInfo) `FOSS` `🪦`
1387 | - `MDY` [CameraX Info](https://github.com/zacharee/CameraXInfo) `FOSS`
1388 | - `MDY` [DRM Info](https://play.google.com/store/apps/details?id=com.androidfung.drminfo)
1389 | - `MDY` [Data Monitor](https://github.com/itsdrnoob/DataMonitor) `FOSS`
1390 | - `MDY` [Beta Maniac](https://play.google.com/store/apps/details?id=it.mirko.beta)
1391 | - `MDY` [Batt](https://gitlab.com/narektor/batt) `FOSS`
1392 | - `MDY` [AndroidLowLevelDetector](https://github.com/imknown/AndroidLowLevelDetector) `FOSS`
1393 | - `MDY` [Device Info](https://play.google.com/store/apps/details?id=com.ytheekshana.deviceinfo)
1394 | - `MDY` [Native Tools](https://github.com/hushenghao/NativeTools) `FOSS` `🪦`
1395 | - `MDY` [Battarang Notifier](https://github.com/ni554n/battarang-notifier-android) `FOSS`
1396 | - `MDY` [Disky](https://github.com/newhinton/disky) `FOSS`
1397 | - `MDY` [Athena](https://github.com/SebaUbuntu/Athena) `FOSS`
1398 | - `MD` [AppErrorsTracking](https://github.com/KitsunePie/AppErrorsTracking) `FOSS`
1399 | - `MD` [Geekbench 6](https://play.google.com/store/apps/details?id=com.primatelabs.geekbench6)
1400 | - `MD` [AccuBattery](https://play.google.com/store/apps/details?id=com.digibites.accubattery)
1401 |
1402 | [📜Table Of Contents](#-table-of-contents)
1403 |
1404 | ---
1405 | #### 🔐 Security
1406 | - **2FA**
1407 | - `MDY` [Stratum](https://github.com/stratumauth/app) `FOSS`
1408 | - `MDY` [Mauth](https://github.com/X1nto/Mauth) `FOSS`
1409 | - `MDY` [Keyring OTP](https://gitlab.com/aorszulak/keyring) `FOSS` `🪦`
1410 | - `MDY` [Aegis Authenticator](https://github.com/beemdevelopment/Aegis) `FOSS`
1411 | - `MD` [Yubico Authenticator](https://github.com/Yubico/yubioath-flutter) `FOSS`
1412 | - `MD` [2FAS for Android](https://github.com/twofas/2fas-android) `FOSS`
1413 | - `MD` [Bitwarden Authenticator](https://play.google.com/store/apps/details?id=com.bitwarden.authenticator) `FOSS`
1414 | - **Password/Pin Manager**
1415 | - `MDY` [Keyguard for Bitwarden](https://github.com/AChep/keyguard-app)
1416 | - `MDY` [Nextcloud Passwords](https://github.com/hegocre/NextcloudPasswords) `FOSS`
1417 | - `MDY` [KeyManager](https://github.com/Yash-Garg/KeyManager) `FOSS`
1418 | - `MDY` [Pincredible](https://github.com/cyb3rko/pincredible) `FOSS`
1419 | - `MDY` [Simple Password](https://github.com/grigorevmp/Simple_Passwords_QuickPass) `FOSS` `🪦`
1420 | - `MDY` [KeyPass](https://github.com/yogeshpaliyal/KeyPass) `FOSS`
1421 | - `MDY` [LibrePass](https://github.com/LibrePass/LibrePass-Android) `FOSS`
1422 | - `MDY` [KeePassDX](https://github.com/Kunzisoft/KeePassDX) `FOSS` `💰 Dynamic color theme is a paid feature.`
1423 | - `MD` [KeySpace](https://github.com/Keyspace-cloud/android) `FOSS`
1424 | - `MD` [NewPass](https://github.com/6eero/NewPass) `FOSS`
1425 | - `MD` [KeePassVault](https://github.com/aivanovski/kpassnotes) `FOSS`
1426 | - `MD` [Bitwarden Beta](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden.beta) `FOSS`
1427 | - **Password Generator**
1428 | - `MDY` [Pazzword](https://github.com/cyb3rko/pazzword) `FOSS`
1429 | - `MDY` [IYPS](https://github.com/StellarSand/IYPS) `FOSS`
1430 | - `MD` [KuPass](https://github.com/achmaddaniel24/kupass) `FOSS`
1431 | - `MD` [Wassword](https://github.com/polilluminato/wassword-flutter) `FOSS`
1432 | - `MD` [Password Generator](https://play.google.com/store/apps/details?id=elmeniawy.eslam.passwordgenerator)
1433 | - **Firewall/Ad-blocker**
1434 | - `MDY` [DNSNet](https://github.com/t895/DNSNet) `FOSS` `FORK`
1435 | - `MDY` [Blocker](https://github.com/lihenggui/blocker) `FOSS`
1436 | - `MDY` [AdClose](https://github.com/zjyzip/AdClose) `FOSS`
1437 | - `MD` [AdGuard](https://adguard.com/en/adguard-android/overview.html)
1438 |
1439 | [📜Table Of Contents](#-table-of-contents)
1440 |
1441 | ---
1442 | #### 🔏 Privacy
1443 | - **File/App Encryption**
1444 | - `MDY` [AstraCrypt](https://play.google.com/store/apps/details?id=com.nevidimka655.astracrypt)
1445 | - `MDY` [Crypto](https://play.google.com/store/apps/details?id=com.kokoschka.michael.crypto)
1446 | - `MDY` [ShowMeMore](https://play.google.com/store/apps/details?id=app.wakirox.freecensorship)
1447 | - `MDY` [Amarok Hider](https://github.com/deltazefiro/Amarok-Hider) `FOSS`
1448 | - `MD` [File Vault](https://play.google.com/store/apps/details?id=com.alif.vault.file)
1449 | - **Email Forwarding**
1450 | - `MDY` [AnonAddy](https://github.com/anonaddy/addy-android) `FOSS`
1451 | - **Permission Managers**
1452 | - `MDY` [Apps Ops](https://play.google.com/store/apps/details?id=rikka.appops)
1453 | - `MD` [Permission Pilot](https://github.com/d4rken-org/permission-pilot) `FOSS`
1454 | - **Link Cleaners**
1455 | - `MDY` [LinkSheet](https://github.com/1fexd/LinkSheet) `FOSS`
1456 | - `MDY` [Tarnhelm](https://github.com/lz233/Tarnhelm) `FOSS`
1457 | - `MDY` [Untracker](https://github.com/zhanghai/Untracker) `FOSS`
1458 | - `MY` [URLCheck](https://github.com/TrianguloY/UrlChecker) `FOSS`
1459 | - **Miscellaneous**
1460 | - `MDY` [AirGuard - AirTag protection](https://github.com/seemoo-lab/AirGuard) `FOSS`
1461 | - `MDY` [Privacy Dots](https://play.google.com/store/apps/details?id=com.paget96.privacydots)
1462 | - `MDY` [SelfPrivacy](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app) `FOSS`
1463 | - `MDY` [Storage Isolation](https://play.google.com/store/apps/details?id=moe.shizuku.redirectstorage)
1464 | - `MDY` [Android Faker](https://github.com/Android1500/AndroidFaker)
1465 | - `MDY` [MemoryGuardian](https://github.com/hashemi-hossein/memory-guardian) `FOSS`
1466 | - `MDY` [App Ops](https://play.google.com/store/apps/details?id=rikka.appops) `FOSS`
1467 | - `MDY` [Basic Call Recorder](https://github.com/chenxiaolong/BCR) `FOSS`
1468 | - `MD` [Geergit](https://github.com/Xposed-Modules-Repo/com.pyshivam.geergit)
1469 | - `MD` [Secret Screenshot](https://play.google.com/store/apps/details?id=com.lware.secret_screenshots)
1470 | - `MD` [SavePic](https://play.google.com/store/apps/details?id=com.michaelflisar.privacyimageviewer)
1471 | - `MD` [Exodus](https://github.com/Exodus-Privacy/exodus-android-app) `FOSS`
1472 |
1473 | [📜Table Of Contents](#-table-of-contents)
1474 |
1475 | ---
1476 | #### 📦 App Managers
1477 | - `MDY` [App Manager](https://github.com/MuntashirAkon/AppManager) `FOSS`
1478 | - `MDY` [Skit](https://play.google.com/store/apps/details?id=com.pavelrekun.skit)
1479 | - `MDY` [Hail](https://github.com/aistra0528/Hail) `FOSS`
1480 | - `MDY` [APK Extractor](https://play.google.com/store/apps/details?id=com.ytheekshana.apkextractor)
1481 | - `MDY` [AppDash](https://play.google.com/store/apps/details?id=flar2.appdashboard)
1482 | - `MDY` [DontKillMyApp](https://play.google.com/store/apps/details?id=com.urbandroid.dontkillmyapp)
1483 | - `MD` [System Tools Android](https://play.google.com/store/apps/details?id=com.redhome.sta)
1484 | - `MD` [ML Manager](https://play.google.com/store/apps/details?id=com.javiersantos.mlmanager)
1485 | - `MY` [Inure](https://github.com/Hamza417/Inure) `FOSS`
1486 | - `MY` [FreezeYou](https://github.com/FreezeYou/FreezeYou) `FOSS` `🪦`
1487 |
1488 | [📜Table Of Contents](#-table-of-contents)
1489 |
1490 | ---
1491 | #### 💾 Backup
1492 | - `MDY` [Swift Backup](https://play.google.com/store/apps/details?id=org.swiftapps.swiftbackup)
1493 | - `MDY` [Data Backup](https://github.com/XayahSuSuSu/Android-DataBackup) `FOSS`
1494 | - `MDY` [Neo Backup](https://github.com/NeoApplications/Neo-Backup) `FOSS`
1495 | - `MDY` [AppListBackup](https://github.com/AndroidLabs-org/AppListBackup) `FOSS`
1496 |
1497 | [📜Table Of Contents](#-table-of-contents)
1498 |
1499 | ---
1500 | #### 👋 Gesture Control
1501 | - `MDY` [Tap, Tap](https://github.com/KieronQuinn/TapTap) `FOSS`
1502 | - `MDY` [Rotation](https://play.google.com/store/apps/details?id=com.pranavpandey.rotation)
1503 | - `MDY` [EdgeBlock](https://play.google.com/store/apps/details?id=flar2.edgeblock)
1504 | - `MDY` [Pocket Mode](https://github.com/AChep/PocketMode) `FOSS` `🪦`
1505 | - `MDY` [SoundTap](https://github.com/Angel-Studio/SoundTap) `FOSS`
1506 | - `MD` [Flip DND](https://play.google.com/store/apps/details?id=com.urbandroid.dnd)
1507 |
1508 | [📜Table Of Contents](#-table-of-contents)
1509 |
1510 | ---
1511 | #### 🕹️ Device Automation
1512 | - `MDY` [Klick'r](https://github.com/Nain57/Smart-AutoClicker) `FOSS`
1513 | - `MDY` [Syncthing](https://forum.syncthing.net/t/discontinuing-syncthing-android/23002) `FOSS` `🪦`
1514 | - `MDY` [ShortX+](https://play.google.com/store/apps/details?id=tornaco.apps.shortx) `💰`
1515 | - `MDY` [Round Sync](https://github.com/newhinton/Round-Sync) `FOSS`
1516 | - `MD` [EasySync](https://github.com/phpbg/easysync) `FOSS`
1517 | - `MY` [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) `💰`
1518 | - `MY` [ScreenOff](https://github.com/WuDi-ZhanShen/ScreenOff) `FOSS`
1519 |
1520 | [📜Table Of Contents](#-table-of-contents)
1521 |
1522 | ---
1523 | #### 🧹 Optimizer/Cleaners
1524 | - `MDY` [Android Enhancer](https://github.com/iamlooper/Android-Enhancer)
1525 | - `MDY` [Cleaner](https://github.com/D4rK7355608/com.d4rk.cleaner) `FOSS`
1526 | - `MDY` [FDE.AI](https://github.com/feravolt/FDE.AI-docs)
1527 | - `MDY` [SD Maid SE](https://github.com/d4rken-org/sdmaid-se) `FOSS`
1528 |
1529 | [📜Table Of Contents](#-table-of-contents)
1530 |
1531 | ---
1532 | #### 🪛 ADB Tools
1533 | - `MDY` [aShell You](https://github.com/DP-Hridayan/ashell) `FOSS`
1534 | - `MDY` [WADBS](https://github.com/Smooth-E/wireless-adb-switch) `FOSS`
1535 | - `MDY` [LogFox](https://github.com/F0x1d/LogFox) `FOSS`
1536 | - `MDY` [Logra](https://github.com/wingio/Logra) `FOSS` `🪦`
1537 | - `MY` [Termux Monet](https://github.com/Termux-Monet/termux-monet) `FOSS` `🪦`
1538 |
1539 | [📜Table Of Contents](#-table-of-contents)
1540 |
1541 | ---
1542 | ### 🔧 Miscellaneous Apps
1543 | - `MD3E` [WikiReader](https://github.com/nsh07/WikiReader) `FOSS`
1544 | - `MDY` [GitNex](https://codeberg.org/gitnex/GitNex) `FOSS`
1545 | - `MDY` [LabNex](https://github.com/labnex/LabNex) `FOSS`
1546 | - `MDY` [DioHub - Dev](https://github.com/namanshergill/diohub) `FOSS`
1547 | - `MDY` [Geto](https://github.com/JackEblan/Geto) `FOSS`
1548 | - `MDY` [EtchDroid](https://github.com/etchdroid/etchdroid) `FOSS`
1549 | - `MDY` [XtMapper](https://github.com/Xtr126/XtMapper) `FOSS`
1550 | - `MDY` [Waveteam Android Bomber](https://t.me/androidsmsbomber)
1551 | - `MDY` [Racó](https://github.com/hegocre/RacoAndroid) `FOSS`
1552 | - `MDY` [Food-E](https://github.com/SuhasDissa/Food-E-App) `FOSS`
1553 | - `MDY` [Metronome](https://github.com/Kr0oked/Metronome) `FOSS`
1554 | - `MDY` [Tack](https://github.com/patzly/tack-android) `FOSS`
1555 | - `MDY` [Sound Meter](https://play.google.com/store/apps/details?id=com.codeclickers.soundmeter)
1556 | - `MDY` [Randomizer](https://play.google.com/store/apps/details?id=com.codeclickers.randomizer)
1557 | - `MDY` [Jetisteam](https://github.com/iTaysonLab/jetisteam) `FOSS`
1558 | - `MDY` [Menza](https://github.com/Lastaapps/menza) `FOSS`
1559 | - `MDY` [Coffee](https://github.com/mueller-ma/Coffee) `FOSS`
1560 | - `MDY` [Gloom - GitHub](https://github.com/MateriiApps/Gloom) `FOSS`
1561 | - `MDY` [ReLabs - XDA Developers](https://github.com/theimpulson/ReLabs) `FOSS` `🪦`
1562 | - `MDY` [SIM Number Setter](https://github.com/KieronQuinn/SIMNumberSetter) `FOSS`
1563 | - `MDY` [Ambient Music Mod](https://github.com/KieronQuinn/AmbientMusicMod) `FOSS`
1564 | - `MDY` [openHAB](https://github.com/openhab/openhab-android) `FOSS`
1565 | - `MDY` [SetEdit](https://github.com/MuntashirAkon/SetEdit) `FOSS`
1566 | - `MDY` [IPFS Lite](https://gitlab.com/remmer.wilts/ipfs-lite) `FOSS`
1567 | - `MDY` [Kizzy](https://github.com/dead8309/Kizzy) `FOSS`
1568 | - `MDY` [Gugal](https://gitlab.com/narektor/gugal) `FOSS`
1569 | - `MDY` [APK Editor](https://t.me/WSTprojects/2134) `MOD`
1570 | - `MDY` [PCompiler](https://github.com/SnowVolf/PCompiler) `FOSS`
1571 | - `MDY` [Lis10: Audio Guides](https://play.google.com/store/apps/details?id=com.urbandroid.lis10)
1572 | - `MDY` [Classic Power Menu](https://github.com/KieronQuinn/ClassicPowerMenu) `FOSS`
1573 | - `MDY` [Randomix](https://github.com/m-i-n-a-r/randomix) `FOSS`
1574 | - `MDY` [TSViewer](https://github.com/BlazeCodeDev/TSViewer) `FOSS`
1575 | - `MDY` [Pixel Search](https://play.google.com/store/apps/details?id=rk.android.app.pixelsearch)
1576 | - `MDY` [GAppsMod](https://github.com/jacopotediosi/GAppsMod) `FOSS` `🪦`
1577 | - `MDY` [Caffeine](https://play.google.com/store/apps/details?id=moe.zhs.caffeine)
1578 | - `MDY` [Zoho Apptics](https://play.google.com/store/apps/details?id=com.zoho.apptics)
1579 | - `MDY` [Sinhala Lyrics App](https://github.com/SuhasDissa/Sinhala-Lyrics-App) `FOSS` `🪦`
1580 | - `MDY` [Locus](https://github.com/Myzel394/locus) `FOSS`
1581 | - `MDY` [Insigno](https://github.com/MindsHub/insigno_frontend) `FOSS`
1582 | - `MDY` [Captive Portal Controller](https://github.com/MuntashirAkon/CaptivePortalController) `FOSS`
1583 | - `MDY` [InstallerX](https://github.com/iamr0s/InstallerX) `FOSS` `🪦`
1584 | - `MDY` [PI](https://github.com/SanmerApps/PI) `FOSS`
1585 | - `MDY` [Boat H2O2](https://github.com/NaCln4c1/Boat_H2O2) `FOSS` `🪦`
1586 | - `MDY` [Raca](https://github.com/SkyD666/Raca-Android) `FOSS`
1587 | - `MDY` [RSAF](https://github.com/chenxiaolong/RSAF) `FOSS`
1588 | - `MDY` [Android Easter Egg](https://github.com/hushenghao/AndroidEasterEggs) `FOSS`
1589 | - `MDY` [Mealient](https://github.com/kirmanak/Mealient) `FOSS`
1590 | - `MDY` [SongSync](https://github.com/Lambada10/SongSync) `FOSS`
1591 | - `MDY` [Text Converter](https://play.google.com/store/apps/details?id=com.codeclickers.textconverter)
1592 | - `MDY` [Key Mapper](https://github.com/keymapperorg/KeyMapper) `FOSS` `🪦`
1593 | - `MDY` [Language Selector](https://github.com/VegaBobo/Language-Selector) `FOSS`
1594 | - `MDY` [Anywhere-](https://github.com/zhaobozhen/Anywhere-) `FOSS` `🪦`
1595 | - `MDY` [DSU Sideloader](https://github.com/VegaBobo/DSU-Sideloader) `FOSS`
1596 | - `MDY` [Mastodon/Lemmy Redirect](https://github.com/zacharee/MastodonRedirect) `FOSS`
1597 | - `MDY` [Pixel VoLTE Patch](https://github.com/kyujin-cho/pixel-volte-patch) `FOSS`
1598 | - `MDY` [AppLock](https://github.com/Mufanc/AppLock) `FOSS`
1599 | - `MDY` [Android Gyroscope MC](https://github.com/WuDi-ZhanShen/Android-Gyroscope-MC) `FOSS`
1600 | - `MDY` [Mi FreeForm](https://github.com/sunshine0523/Mi-Freeform) `FOSS`
1601 | - `MDY` [Samsung Firmware Downloader](https://github.com/zacharee/SamloaderKotlin) `FOSS`
1602 | - `MDY` [Prayer Times](https://play.google.com/store/apps/details?id=com.reworewo.prayertimes)
1603 | - `MDY` [Mute Reminder](https://github.com/mueller-ma/MuteReminder) `FOSS`
1604 | - `MDY` [CCDroidX](https://github.com/vincent-paing/CCDroidX) `FOSS`
1605 | - `MDY` [Musekit](https://github.com/Kwasow/Musekit) `FOSS`
1606 | - `MDY` [Outline Manager](https://github.com/sirekanian/outline) `FOSS`
1607 | - `MDY` [Rays](https://github.com/SkyD666/Rays-Android) `FOSS`
1608 | - `MDY` [SnapEnhance](https://github.com/rhunk/SnapEnhance) `FOSS`
1609 | - `MDY` [GMS Flags](https://github.com/polodarb/GMS-Flags) `FOSS`
1610 | - `MDY` [OTP Helper](https://github.com/jd1378/otphelper) `FOSS`
1611 | - `MDY` [OMGSoundboard](https://github.com/OMGSoundboard/android-app) `FOSS`
1612 | - `MDY` [AppVerifier](https://github.com/soupslurpr/AppVerifier) `FOSS`
1613 | - `MDY` [CoolbbsYou](https://github.com/WaitFme/CoolbbsYou) `FOSS`
1614 | - `MDY` [Redomi](https://github.com/acszo/Redomi) `FOSS`
1615 | - `MDY` [Tuner](https://github.com/thetwom/Tuner) `FOSS`
1616 | - `MDY` [MusicSearch](https://github.com/lydavid/MusicSearch) `FOSS`
1617 | - `MDY` [GuessIron](https://github.com/mobeil1/GuessIron) `FOSS`
1618 | - `MDY` [MicroG RE](https://github.com/WSTxda/MicroG-RE) `FOSS`
1619 | - `MDY` [Private DNS Quick Toggle](https://github.com/karasevm/PrivateDNSAndroid) `FOSS`
1620 | - `MDY` [Oshi Uploader](https://codeberg.org/quecomet/oshi) `FOSS`
1621 | - `MDY` [Omni](https://github.com/AkaneFoundation/Omni) `FOSS`
1622 | - `MDY` [Remote Numpad](https://github.com/theolizard/remote-numpad) `FOSS`
1623 | - `MDY` [X Signer](https://github.com/yamenher/x-signer) `FOSS`
1624 | - `MD` [Filester](https://github.com/roozbehzarei/filester) `FOSS`
1625 | - `MD` [Split Screen](https://play.google.com/store/apps/details?id=any.splitscreen)
1626 | - `MD` [Andronix](https://github.com/AndronixApp/AndronixOrigin) `FOSS`
1627 | - `MD` [Taru](https://github.com/nirajprakash/taru-plants-android) `FOSS`
1628 | - `MD` [ExtClipboardManager](https://github.com/gitofleonardo/ExtClipboardManager) `FOSS`
1629 | - `MD` [PlainApp](https://github.com/ismartcoding/plain-app) `FOSS`
1630 | - `MD` [Madrasa](https://play.google.com/store/apps/details?id=com.alif.madrasa)
1631 | - `MD` [Screen Orientation Control](https://play.google.com/store/apps/details?id=net.mm2d.android.orientationfaker)
1632 | - `MD` [Bubble Level](https://play.google.com/store/apps/details?id=com.codeclickers.bubblelevel)
1633 | - `MD` [Nextcloud](https://github.com/nextcloud/android) `FOSS`
1634 | - `MD` [Paperless Mobile](https://github.com/astubenbord/paperless-mobile) `FOSS`
1635 | - `MD` [Android Auto XLauncher](https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked) `FOSS`
1636 | - `MD` [HalfDot](https://github.com/davquar/halfdot) `FOSS`
1637 | - `MD` [Wikipedia](https://github.com/wikimedia/apps-android-wikipedia) `FOSS`
1638 | - `MD` [Randomizer](https://play.google.com/store/apps/details?id=com.redmerah.randomizer)
1639 | - `MD` [Baby-Safe Home AR](https://play.google.com/store/apps/details?id=at.techbee.babysafe)
1640 | - `MD` [WLED Native](https://github.com/Moustachauve/WLED-Native-Android) `FOSS`
1641 | - `MD` [Simple WOL](https://github.com/herzhenr/simple-wake-on-lan) `FOSS`
1642 | - `MD` [Carrier Vanity Name](https://github.com/nullbytepl/CarrierVanityName) `FOSS`
1643 | - `MD` [CodeAssist](https://github.com/Deenu488/CodeAssist-Unofficial) `FOSS`
1644 | - `MD` [reciper](https://github.com/judemont/reciper) `FOSS`
1645 | - `MD` [NeoStumbler](https://github.com/mjaakko/NeoStumbler) `FOSS`
1646 | - `MY` [ComboSkin for 4PDA](https://github.com/PycmShoma/4PDA-ComboSkin-MaterialYou) `FOSS`
1647 | - `MY` [MiDoze](https://github.com/Keddnyo/MiDoze) `FOSS`
1648 | - `MY` [DPITunnel](https://github.com/nomoresat/DPITunnel-android) `FOSS`
1649 | - `MY` [WiFiList](https://play.google.com/store/apps/details?id=tk.zwander.wifilist) `💰`
1650 | - `MY` [RunePad](https://github.com/SuhasDissa/RunePad) `FOSS`
1651 | - `MY` [Bhagavad Gita](https://github.com/WirelessAlien/BhagavadGitaApp) `FOSS`
1652 | - `MY` [Checker](https://github.com/AkaneTan/Checker) `FOSS`
1653 | - `MY` [JsonList](https://github.com/SlaVcE14/JsonList) `FOSS`
1654 |
1655 | [📜Table Of Contents](#-table-of-contents)
1656 |
1657 | ---
1658 | ## 🪢 Sources
1659 |
1660 | - **Reddit:** [#1](https://www.reddit.com/r/androidapps/comments/106iwa2/apps_that_i_use_with_material_you_support/), [#2](https://www.reddit.com/r/androidapps/comments/10bshxh/list_2_for_apps_with_material_you_support/), [#3](https://www.reddit.com/r/androidapps/comments/utjsl2/best_material_you_applications/), [#4](https://www.reddit.com/r/androidapps/comments/rnnhhm/material_you_apps/)
1661 | - **Telegram:** [popMODS](https://t.me/popMODS), [WSTprojects](https://t.me/WSTprojects), [WPX Projects](https://t.me/WSTprojects), [FossDroid](https://t.me/FossDroidAndroid), [Free Softwares [Android]](https://t.me/foss_Android)
1662 | - **Similar Lists:** [sysworx's](https://github.com/sysworx/Material-You-app-list)🪦, [Naverim's](https://github.com/Naverim/Material-You-app-list)🪦, [TeaEndsAcronyms's](https://github.com/AAGaming00/Material-You-Apps)🪦, [misaka-13766's](https://github.com/CHNJohnHK/Material-You-App-Repository)🪦
1663 | - **Fluent Design Apps:** [HotarunIchijou's](https://github.com/HotarunIchijou/fluent-design-app-list), [DesignLipsx's](https://github.com/DesignLipsx/WinUI-3-Apps-List)
1664 |
1665 | ## 🔧 Tools Used
1666 | - [✍️ StackEdit](https://stackedit.io/)
1667 | - [📜 DocToc](https://github.com/thlorenz/doctoc)
1668 |
--------------------------------------------------------------------------------
/images/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/images/material_you.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nyas1/Material-You-app-list/50ce5514b70e3d594f2c652d44a599df244c0f39/images/material_you.png
--------------------------------------------------------------------------------