Skip to content

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

Rubber Duck Thursdays

Join us for Rubber Duck Thursdays! A lighthearted and informal stream where we work on some projects and do some live coding.

ruflo

Trending repository

🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration

  • Updated May 2, 2026
  • TypeScript
JavaScript logo

Popular topic

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

This recommendation was created by GitHub staff

Issue-Label Bot

Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).

Instructions on how to alias the labels can be viewed on the app's website.

This app only works on public repositories.

ShareX

Trending repository

ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.

  • Updated May 2, 2026
  • C#

This recommendation was created by GitHub staff

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.