this post was submitted on 31 Mar 2024
95 points (88.0% liked)

F-Droid

8020 readers
4 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago

Here is a list of apps (taken from the names of metadata/*.yml files on the f-droid gitlab): apps.txt (pastebin)

Choose one at random:

#!/usr/bin/env python
import random
names = open("apps.txt").readlines()
print("https://f-droid.org/en/packages/"+random.choice(names)[:-1]+"/")