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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 (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.
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.
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.
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.
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.
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.
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.
A collective list of free APIs
→ read on GitHubfreeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
→ read on GitHub:books: Freely available programming books
→ read on GitHubYour own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
→ read on GitHubInteractive roadmaps, guides and other educational content to help developers grow in their careers.
→ read on GitHubAn opinionated list of awesome Python frameworks, libraries, software and resources.
→ read on GitHubA list of Free Software network services and web applications which can be hosted on your own servers
→ read on GitHubAn agentic skills framework & software development methodology that works.
→ read on GitHubThe library for web and native user interfaces.
→ read on GitHubLinux kernel source tree
→ read on GitHubThe agent that grows with you
→ read on GitHubThe open source coding agent.
→ read on GitHubFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
→ read on GitHubAn Open Source Machine Learning Framework for Everyone
→ read on GitHubVisual Studio Code
→ read on GitHub🙃 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 GitHubA feature-rich command-line audio/video downloader
→ read on GitHubAutoGPT 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 GitHubA curated list of awesome Go frameworks, libraries and software
→ read on GitHubGet up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
→ read on GitHubFlutter makes it easy and fast to build beautiful apps for mobile and beyond
→ read on GitHub🔥 The API to search, scrape, and interact with the web for AI
→ read on GitHubThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
→ read on GitHubf.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🤗 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 GitHubJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发与系统设计。准备后端技术面试,首选 JavaGuide!
→ read on GitHubProduction-ready platform for agentic workflow development.
→ read on GitHubLangflow is a powerful tool for building and deploying AI-powered agents and workflows.
→ read on GitHubUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
→ read on GitHubThe agent engineering platform
→ read on GitHubClaude 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 GitHubThe React Framework
→ read on GitHubMicrosoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
→ read on GitHubCollection of publicly available IPTV channels from all over the world
→ read on GitHubThe most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
→ read on GitHubA list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
→ read on GitHubLLM inference in C/C++
→ read on GitHubProduction-Grade Container Scheduling and Management
→ read on GitHubNode.js JavaScript runtime ✨🐢🚀✨
→ read on GitHubTop 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.