GitHub's top 3 repos aren't code. They're bookmarks.

4 min read 39 sources clear_take
├── "GitHub stars measure bookmarking intent, not actual code usage or quality"
│  └── top10.dev editorial (top10.dev) → read below

The editorial argues that the top three repos — a curriculum, an API directory, and a book index — are all reference material developers save for 'someday' rather than code they ship. Stars were never a proxy for adoption, installs, or production usage; they're a public save-to-Pocket counter, and the leaderboard makes that obvious.

├── "Learning resources and curated lists dominate developer attention more than frameworks"
│  ├── freeCodeCamp (GitHub) → read

With 437.9k stars, freeCodeCamp's open-source curriculum for math, programming, and CS leads the entire platform. Its dominance signals that free, structured learning paths attract more developer interest than any single framework or library.

│  ├── kamranahmedse (GitHub) → read

developer-roadmap (350.5k stars) provides interactive career roadmaps and guides. Its top-5 ranking reinforces that career navigation content competes directly with code repositories for developer attention.

│  └── EbookFoundation (GitHub) → read

free-programming-books (384k stars) is literally a markdown list of links to free PDFs. Its #3 all-time position shows that aggregated reference material outranks nearly every actual software project on GitHub.

├── "Curated 'awesome' lists and API directories are the platform's highest-leverage content"
│  ├── public-apis (GitHub) → read

A simple markdown table of free HTTP endpoints (411.9k stars) sits at #2 on the all-time leaderboard. It demonstrates that low-effort, high-utility directories outperform sophisticated codebases by orders of magnitude in star count.

│  ├── vinta (GitHub) → read

awesome-python (286.7k stars) is an opinionated list of Python frameworks and libraries — no code, just curation. Its top-10 placement validates that taste-making and aggregation are themselves high-value contributions.

│  ├── awesome-selfhosted (GitHub) → read

281.2k stars for a list of self-hostable services proves the awesome-list format scales to any niche. Like its peers, it ships zero executable code yet outranks most production frameworks.

│  ├── avelino (GitHub) → read

awesome-go (167.1k stars) is the Go ecosystem's curated list of frameworks and libraries. It outranks most actual Go projects, confirming the pattern across language ecosystems.

│  └── ripienaar (GitHub) → read

free-for-dev (120.6k stars) catalogs SaaS/PaaS/IaaS free tiers for devops use. It's another link directory that broke into the top 35 globally — the curation-as-content pattern is durable, not a fluke of one repo.

├── "Foundational frameworks and runtimes still anchor the leaderboard, just below the reference layer"
│  ├── facebook (GitHub) → read

React at 243.9k stars remains the highest-starred actual library — code you import — on GitHub. Its position below three reference repos reframes the gap: frameworks command real adoption, but lists command more clicks.

│  ├── torvalds (GitHub) → read

The Linux kernel (221.6k stars) is arguably the most consequential codebase in computing history, yet sits at #9. This juxtaposition underscores that star count tracks aspirational save behavior, not technical importance.

│  └── microsoft (GitHub) → read

VS Code (182.5k stars) is the editor most developers actually use daily, but ranks well below the curriculum and list repos. Real usage and star count have decoupled.

└── "AI-era repos are climbing fast and reshaping the leaderboard's composition"
  ├── Significant-Gravitas (GitHub) → read

AutoGPT (182.3k stars) represents the first wave of agentic AI tools that vaulted into the top 20 within a few years. Its ranking shows AI agent frameworks now compete with decade-old frameworks for visibility.

  ├── ollama (GitHub) → read

Ollama (164.5k stars) provides local LLM inference for a range of open models. Its rapid climb shows infrastructure-for-AI repos are accumulating stars faster than traditional dev tools.

  ├── anthropics (GitHub) → read

Claude Code (113.1k stars) is an agentic terminal coding tool that crossed 100k stars unusually quickly. Its presence signals the AI tooling category is now a permanent fixture of the leaderboard.

  └── huggingface (GitHub) → read

transformers (157.6k stars) is the model-definition framework underpinning much of modern ML. Its star count reflects that AI infrastructure has become foundational developer reading material alongside React and Node.

What happened

The three most-starred repositories on GitHub today are, in order: freeCodeCamp/freeCodeCamp (437.9k stars), public-apis/public-apis (411.9k), and EbookFoundation/free-programming-books (384k). Combined: 1.23 million stars. That is more than the combined star counts of React, Vue, Next.js, and TypeScript.

None of these repositories ship code you would ever `import`. freeCodeCamp is a curriculum delivery system — its repo is a learning platform plus thousands of markdown challenges. public-apis is a Markdown table of free HTTP endpoints with categories like "Animals" and "Anime." free-programming-books is, almost literally, a list of links to PDFs.

The three most-starred repos on GitHub are a curriculum, a link directory, and a book index — three things you can't `npm install`. That's not a coincidence. It's what GitHub's star system has been measuring all along, and the leaderboard just made it impossible to ignore.

Why it matters

The star button was introduced in 2012 as a replacement for the older "watch" feature. The original intent was somewhere between a bookmark and a like. Over the next decade, it became the de facto popularity metric for open source — included in README badges, used by VCs to size up dev-tools markets, and cited in conference talks as a proxy for adoption.

It was never a good proxy. Stars measure exactly one thing: how many logged-in GitHub users clicked a button. They don't measure installs, production usage, contributor health, security posture, maintenance velocity, or whether a project is abandoned. A star is a save-to-Pocket with a public counter — and the all-time leaderboard reveals that's how developers have been using it the whole time.

Look at the pattern. The top three are all *reference material that you want to come back to but never quite get around to*. freeCodeCamp: "I should learn this properly." public-apis: "I might need a weather API someday." free-programming-books: "I'll read that SICP PDF eventually." These are the three biggest piles of digital good intentions on the planet.

Compare against the most-used repos — measured by npm downloads, GitHub dependents, or production telemetry. The leaders there are things like `lodash`, `axios`, `express`, `react`, `typescript`. None crack the top 20 by stars. Sindre Sorhus's `is-odd` has more stars than several libraries that genuinely run civilization. Stars and usage have been decoupled for years; the all-time leaderboard is just the cleanest demonstration we've had.

This matters because we use star counts to make decisions. A VC seeing a 40k-star repo thinks "traction." A junior dev picking between two libraries picks the one with more stars. A security team scanning dependencies treats high-star projects as "vetted." Each of those decisions imports an assumption — that stars correlate with quality — that the leaderboard explicitly disproves.

The HN comment sections on these repos (going back years) consistently surface the same complaint: maintenance burden. freeCodeCamp's actual curriculum work happens in a small subset of files; the rest of the repo is enormous and intimidating to contribute to. public-apis has had multiple bus-factor crises where the sole maintainer burned out from the PR firehose. free-programming-books is a perpetual link-rot battle. The thing that makes them star-magnets — "comprehensive reference I might use later" — is exactly the thing that makes them brutal to maintain.

What this means for your stack

First, stop using star counts as a dependency signal. If you're evaluating whether to pull in a library, the useful metrics are: last release date, open-vs-closed issue ratio, number of distinct contributors in the last 90 days, whether the maintainer responds to security advisories, and your own `npm audit` output. Stars tell you the README got shared on Hacker News three years ago. The honest replacement for star-counting is reading the issue tracker for ten minutes — it will tell you in a glance what stars have been hiding for a decade.

Second, recognize what you're actually doing when you star something. If it's a bookmark, treat it as one — and notice you have 4,200 of them and have revisited maybe 30. The star button is a low-friction way to outsource your TODO list to GitHub's UI, and the tax is a homepage cluttered with things you'll never read. A monthly star-prune is more useful than another star.

Third, if you're building or maintaining a dev tool, calibrate expectations. Star velocity is a *marketing* metric — it tells you your launch landed on HN or your README went viral. It tells you nothing about whether anyone is actually shipping with your code. Track installs, weekly active users (if you can), retention. The teams with 8k stars and 50k weekly active installs are healthier than the ones with 80k stars and a graveyard of GitHub Issues.

Looking ahead

The interesting question is whether GitHub does anything about this. They've been quietly rolling out "used by" counts on repository pages — a far better signal than stars, since it counts actual `package.json` dependents. If "used by" becomes the headline metric, the leaderboard changes overnight and the conversation shifts with it. Until then, the three biggest reference piles in software development will sit at the top of the chart, gently reminding us that what we measure isn't what we mean — and that the most-starred repository in history is a list of links to books most of us will never finish.

GitHub 475837 pts 52564 comments

public-apis/public-apis trending with 411.9k stars

A collective list of free APIs

→ read on GitHub
GitHub 455046 pts 46127 comments

freeCodeCamp/freeCodeCamp trending with 437.9k stars

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

→ read on GitHub
GitHub 395758 pts 66726 comments

EbookFoundation/free-programming-books trending with 384.0k stars

:books: Freely available programming books

→ read on GitHub
GitHub 389072 pts 81765 comments

openclaw/openclaw trending with 283.1k stars

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

→ read on GitHub
GitHub 366309 pts 44898 comments

kamranahmedse/developer-roadmap trending with 350.5k stars

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

→ read on GitHub
GitHub 317758 pts 28630 comments

vinta/awesome-python trending with 286.7k stars

An opinionated list of awesome Python frameworks, libraries, software and resources.

→ read on GitHub
GitHub 317518 pts 14938 comments

awesome-selfhosted/awesome-selfhosted trending with 281.2k stars

A list of Free Software network services and web applications which can be hosted on your own servers

→ read on GitHub
GitHub 281285 pts 25196 comments

obra/superpowers trending with 113.5k stars

An agentic skills framework & software development methodology that works.

→ read on GitHub
GitHub 249075 pts 51296 comments

facebook/react trending with 243.9k stars

The library for web and native user interfaces.

→ read on GitHub
GitHub 246866 pts 64354 comments

torvalds/linux trending with 221.6k stars

Linux kernel source tree

→ read on GitHub
GitHub 242709 pts 49920 comments

NousResearch/hermes-agent trending with 115.5k stars

The agent that grows with you

→ read on GitHub
GitHub 205428 pts 26787 comments

anomalyco/opencode trending with 118.5k stars

The open source coding agent.

→ read on GitHub
GitHub 203597 pts 60592 comments

n8n-io/n8n trending with 178.2k stars

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

→ read on GitHub
GitHub 199272 pts 76289 comments

tensorflow/tensorflow trending with 194.1k stars

An Open Source Machine Learning Framework for Everyone

→ read on GitHub
GitHub 191384 pts 42027 comments

microsoft/vscode trending with 182.5k stars

Visual Studio Code

→ read on GitHub
GitHub 189601 pts 26594 comments

ohmyzsh/ohmyzsh trending with 185.3k stars

🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python

→ read on GitHub
GitHub 187929 pts 16259 comments

yt-dlp/yt-dlp trending with 150.6k stars

A feature-rich command-line audio/video downloader

→ read on GitHub
GitHub 187176 pts 46247 comments

Significant-Gravitas/AutoGPT trending with 182.3k stars

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

→ read on GitHub
GitHub 183351 pts 13548 comments

avelino/awesome-go trending with 167.1k stars

A curated list of awesome Go frameworks, libraries and software

→ read on GitHub
GitHub 180239 pts 17712 comments

ollama/ollama trending with 164.5k stars

Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

→ read on GitHub
GitHub 178822 pts 31064 comments

flutter/flutter trending with 175.5k stars

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

→ read on GitHub
GitHub 177380 pts 9686 comments

firecrawl/firecrawl trending with 110.4k stars

🔥 The API to search, scrape, and interact with the web for AI

→ read on GitHub
GitHub 174731 pts 79059 comments

twbs/bootstrap trending with 174.0k stars

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

→ read on GitHub
GitHub 169503 pts 21801 comments

f/prompts.chat trending with 151.0k stars

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

→ read on GitHub
GitHub 164907 pts 34477 comments

huggingface/transformers trending with 157.6k stars

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

→ read on GitHub
GitHub 158290 pts 46184 comments

Snailclimb/JavaGuide trending with 154.2k stars

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发与系统设计。准备后端技术面试,首选 JavaGuide!

→ read on GitHub
GitHub 154687 pts 24453 comments

langgenius/dify trending with 131.7k stars

Production-ready platform for agentic workflow development.

→ read on GitHub
GitHub 154362 pts 10036 comments

langflow-ai/langflow trending with 145.4k stars

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

→ read on GitHub
GitHub 151171 pts 22102 comments

open-webui/open-webui trending with 126.3k stars

User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

→ read on GitHub
GitHub 145835 pts 24361 comments

langchain-ai/langchain trending with 128.9k stars

The agent engineering platform

→ read on GitHub
GitHub 144228 pts 23044 comments

anthropics/claude-code trending with 113.1k stars

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows

→ read on GitHub
GitHub 142164 pts 31890 comments

vercel/next.js trending with 138.2k stars

The React Framework

→ read on GitHub
GitHub 138462 pts 8557 comments

microsoft/PowerToys trending with 130.3k stars

Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows

→ read on GitHub
GitHub 137929 pts 8021 comments

iptv-org/iptv trending with 112.6k stars

Collection of publicly available IPTV channels from all over the world

→ read on GitHub
GitHub 131823 pts 15546 comments

Comfy-Org/ComfyUI trending with 105.9k stars

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

→ read on GitHub
GitHub 131166 pts 13740 comments

ripienaar/free-for-dev trending with 120.6k stars

A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

→ read on GitHub
GitHub 126283 pts 22447 comments

ggml-org/llama.cpp trending with 101.4k stars

LLM inference in C/C++

→ read on GitHub
GitHub 123969 pts 43754 comments

kubernetes/kubernetes trending with 121.0k stars

Production-Grade Container Scheduling and Management

→ read on GitHub
GitHub 119951 pts 36629 comments

nodejs/node trending with 116.2k stars

Node.js JavaScript runtime ✨🐢🚀✨

→ read on GitHub

// share this

// get daily digest

Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.