Skip to content

Here's what's popular on GitHub today...

The Download

Join rotating hosts from GitHub’s Developer Advocacy team - including Andrea Griffiths, Cassidy Williams, Kedasha Kerr, and more for the latest in developer, open source, and GitHub news.

Trending repository

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 - all through natural language commands.

  • Updated Dec 19, 2025
  • Shell
React logo

Popular topic

#

React

React is an open source JavaScript library used for designing user interfaces.

This recommendation was created by GitHub staff

Software.com

Software.com

Software.com automates data to measure and benchmark the impact of GitHub Copilot on developer productivity.

Our platform measures key productivity metrics for Copilot-assisted teams vs. company baselines. We automatically detect GitHub Copilot usage and set up groups for you to compare.

Getting started is fast and simple. Just connect your company’s GitHub.

This recommendation was created by GitHub staff

pre-commit ci

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.