Language figures come from GitHub's own per-repository byte counts, which measure source rather than a single headline label. File counts and repository sizes come from the mirrors themselves. The two tell different stories, and the difference is the point.
The codebase
UmbracoDocsWhat stands out
UmbracoDocs is 107.1 MB of git - a 2013 static snapshot of www.gov.uk, not source code. It single-handedly makes HTML the largest language by volume (5% of all source bytes). Any size or language statistic that does not exclude it is measuring an archive, not a codebase.
This organisation was harvested with blobless partial clones, which fetch every commit and file path but not file contents, so there is no local size to measure against. Checked elsewhere in this dataset against 1,526 fully mirrored repositories, GitHub's reported size is accurate to within about six percent.
Ruby is the primary language of 0% of archived repositories but only 0% of live ones. Python, Go, TypeScript and HCL have taken the difference - the signature of a shift from monolithic Rails publishing apps toward data pipelines, infrastructure-as-code and platform tooling.
85% of repositories are under a megabyte of git data. The estate is not a monolith - it is a very long tail of small services, gems and prototypes around a few large publishing applications.
Languages, two ways
By volume of source
Bytes of code. Dominated by archived static HTML.
By number of repositories
How many repositories name each language as their primary one. A better guide to what engineers actually work in.
Live estate versus archive
The same language ranking, split by whether the repository is still active. The shift is the clearest signal of technical direction in the whole dataset.
Active repositories
Archived repositories
Scale
Repository size distribution
Git data per repository, log-ish buckets.
Commits against files
Each circle is a repository, sized by number of distinct authors. Both axes are logarithmic. The diagonal band is the normal relationship between codebase size and churn; outliers above it are long-lived apps with heavy iteration, below it are dumps and imports.
The shape of a repository
Directory layout is the cheapest reliable signal of what a repository actually is.
app/ with config/ and spec/ is a Rails application;
src/ with test/ is Java or Node. Counted by how many repositories
contain each top-level directory at HEAD.
Most common top-level directories
Most common file extensions
By total file count across the estate.
The twenty largest repositories
| Repository | Language | Git size | Commits | Files | Status |
|---|---|---|---|---|---|
| UmbracoDocs | - | 107.1 MB | 2,584 | 940 | active |
| Escc.EastSussexGovUK | C# | 21.0 MB | 613 | 464 | active |
| Escc.EastSussexGovUK.Umbraco | C# | 7.8 MB | 1,242 | 988 | active |
| UmbracoFileSystemProviders.Azure | C# | 6.2 MB | 201 | 90 | active |
| our.umbraco.forms.contrib | JavaScript | 5.5 MB | 7 | 305 | active |
| Escc.Umbraco.Inception | C# | 2.9 MB | 94 | 32 | archived |
| Escc.Gritting.Decisions.Web | C# | 1.8 MB | 14 | 28 | archived |
| Escc.SupportWithConfidence | JavaScript | 1.7 MB | 127 | 309 | active |
| Escc.Umbraco.LinksManager | JavaScript | 1.7 MB | 7 | 363 | active |
| Escc.Umbraco.UserAccessManager | JavaScript | 1.5 MB | 107 | 466 | active |
| Escc.Umbraco.EditorTools | JavaScript | 1.5 MB | 123 | 631 | active |
| Escc.AZ | C# | 1.3 MB | 39 | 96 | archived |
| Escc.Libraries.BranchFinder | C# | 1.3 MB | 75 | 39 | active |
| Escc.Redirects | JavaScript | 1.1 MB | 61 | 357 | active |
| Escc.Events.Website | ASP | 970.8 kB | 2 | 58 | archived |
| Escc.js | JavaScript | 906.2 kB | 18 | 34 | active |
| Escc.Search.Website | C# | 885.8 kB | 44 | 26 | active |
| Escc.Gritting.GrittingMap | C# | 880.6 kB | 38 | 29 | archived |
| BeautyTips | JavaScript | 827.4 kB | 7 | 52 | active |
| Escc.Umbraco.Expiry | C# | 795.6 kB | 42 | 253 | active |