Method

A “verified” number is only worth something if we show how we verify.

What we count

An active day is a calendar day (UTC) with at least one human commit on the repo's default branch. Ten commits on the same day count as one day. One commit at 23:59 and another at 00:01 count as two. It is the only number that ranks.

What we exclude

How we read

A public repo is read the way anyone can read it on github.com, with the site's own token, asking the maker for nothing: the default branch's commit list, page by page, up to 5,000 commits. Every card is re-read every night. The “read on” line on the card is the date of that last read.

A private repo is read through its statistics, with the GitHub App's single “metadata” permission: commits per week and per author since the beginning, the per-day detail over the last 52 weeks, and recent pushes. Days older than a year are only known by the week; we record them on that week's Sunday. A ledger keeps every day seen and grows night after night. The first pass on a repo whose statistics GitHub has not computed yet walks the branch commit by commit, up to 400.

App Store and notarization

Before downloading a Mac app from a stranger, you check one thing: did it go through the App Store, or is it signed and notarized by Apple? The card answers when it can, and says where the answer comes from.

What it does not prove: a workflow that notarizes does not mean the file you download today is notarized. The only check that settles it is your own Mac when you open it — or `spctl -a -vv` on the binary. We download no binary and validate no ticket: that would take a Mac, our server is not one, and Apple exposes nothing public for it. Nothing read does not mean unsigned: plenty of makers sign from their own machine, outside any workflow. It is an absence of proof, not a proof of absence, and the card words it that way. Private repos are not read at all: the “metadata” permission gives no access to files.

What the number does not say

The code

Everything written here is in the site's code, open: work.ts for the maths and the bot list, metrics.ts for the GitHub read, signing.ts for the App Store and notarization. If you find a mistake, open an issue.

Last updated: September 18, 2026.