A simple metric from data: app downloads per week. Start with data from 1 of 2 servers for f-droid.org: http02, add hits for paths ending in ".apk". That gave about 2 million. Multiply by 18 (fronters + mirrors) and get ~36 mil app downloads a week.

import requests
hits = 0
r = requests.get(f'fdroid.gitlab.io/metrics/http0')
data = r.json()
for path in data['paths']:
if path.endswith('.apk'):
hits += data['paths'][path]['hits']
print('APKs', hits)

forum.f-droid.org/t/experiment

funds this think tank to put out policy papers saying will break their lovely scare screens, making us all less safe and "it require[s] Google to allow developers to insert links inside their Play Store apps".

ecipe.org/publications/eu-dma-

As I've always said in relation to the , let @fdroidorg compete on trustworthiness. I'd love to see this think thank include analysis malware rates of with and compare that to

We're starting to implement support for split APKs in . wants to gather as much data about its users as possible, so trying to hide info about language, country, device specs was not a design concern for them. It is central for us. We want the official client to leak as little data as possible to any server, be it ours, mirrors, or custom repos. We welcome input:

gitlab.com/fdroid/fdroidclient

The first time I went to FOSDEM, I was constantly explaining what F-Droid was to people who never heard of it. I was introducing it and promoting it.

Second FOSDEM, people said "oh yeah, I heard of it, what does it do?"

Third FOSDEM, people said "I'm a user!"

Fourth FOSDEM, I listened to people tell other people what F-Droid is, and heard groups of people talking about it as the app store that everyone in the group had on their phone.

It has been quite a ride!

Show more
image/svg+xml Librem Chat image/svg+xml