what are these repos fr?
popular github repos, each explained in plain english: what it does, its stack, and how to run it. pick one.
By language: Python · TypeScript · JavaScript · Go · C++ · Rust · Java · HTML · C · Shell · C# · Swift · Jupyter Notebook · PHP · Ruby · Kotlin
- wilsonpage/fastdomTiny JavaScript library that eliminates page jank by batching all DOM reads into one group and all writes into
- flask-restful/flask-restfulPython library that extends Flask with ready-made building blocks for creating REST APIs, so you can structure
- magicmonty/bash-git-promptShell script add-on that shows live Git status in your terminal prompt — branch name, changed files, ahead or
- matthew-andrews/isomorphic-fetchJavaScript library that adds the browser's built-in fetch() function to Node.js so the same HTTP request code
- ntop/n2nPeer-to-peer VPN tool written in C that connects machines across the internet as if they share a local network
- doocs/technical-booksCurated reading list of technical books for Chinese-speaking software developers, organized by topic — algorit
- go-rod/rodGo library for controlling a Chrome browser from code — scraping pages, running end-to-end tests, taking scree
- nvidia/pix2pixhdNVIDIA research code that converts color-coded label maps into photorealistic images up to 2048x1024 pixels us
- stalniy/caslJavaScript and TypeScript library for defining what logged-in users are allowed to do in an app, with the same
- futurepress/epub.jsJavaScript library that renders ePub e-books directly in a web browser without any app or plugin, supporting b
- shuttle-hq/shuttleShuttle lets you deploy Rust web applications to the cloud with a single command, automatically provisioning d
- vespa-engine/vespaVespa is a platform for searching, ranking, and organizing massive datasets in real time, combining traditiona
- builtbybel/flyoobeFlyOOBE lets you install Windows 11 on computers that fail Microsoft's hardware requirements like TPM 2.0 and
- paragonie/awesome-appsecA curated reading list of books, articles, courses, and tools for learning application security across many pr
- liuchong/awesome-roadmapsA curated collection of learning roadmaps for software developers, linking to external resources that map out
- done-0/fuck-u-codeA command-line tool that scores your code quality across 14 programming languages, flags the worst files with
- veltman/flubberFlubber is a JavaScript library that smoothly animates between any two shapes on a web page, turning abrupt sh
- ai/size-limitSize Limit measures your JavaScript bundle's real compressed download size and execution time, then blocks dep
- charmbracelet/soft-serveSoft Serve is a self-hosted Git server you run on your own machine, with a browsable terminal interface over S
- deepseek-ai/deepseek-llmDeepSeek LLM is a set of open-weight AI language models in 7B and 67B sizes, trained on 2 trillion tokens and
- hijkzzz/awesome-llm-strawberryA curated reading list of research papers, blog posts, talks, and open-source resources tracking the state of
- colyseus/colyseusA multiplayer game server framework for Node.js that handles real-time state sync, matchmaking, and room manag
- sindresorhus/query-stringA JavaScript library for parsing URL query strings into objects and stringifying objects back into query strin
- gatling/gatlingAn open-source load testing tool that simulates thousands of concurrent users hitting your application and pro
- google/gemma.cppA lightweight C++ program that runs Google's Gemma AI language models directly on your CPU with no GPU or clou
- philipl/pifsA joke filesystem written in C that stores files by recording where their bytes appear in the digits of pi rat
- yuin/gopher-luaA complete Lua 5.1 interpreter written in pure Go with no C dependencies, letting you embed a user-scriptable
- chillzhuang/springbladeA Java enterprise development platform built on Spring Boot and Spring Cloud that supports both microservices
- flwrlabs/flowerA Python framework for federated learning that trains AI models across many devices or computers without ever
- dgraph-io/ristrettoA fast, concurrent in-memory cache library for Go apps that uses smart admission and eviction policies to maxi
- xuehaipan/nvitopAn interactive terminal dashboard for monitoring NVIDIA GPUs in real time, showing memory, temperature, and ru
- hugapi/hugA Python framework that turns plain functions into web API endpoints using simple decorators, with automatic t
- twipped/interviewthisA community-maintained list of questions developers can ask employers during job interviews to understand the
- amacneil/dbmateA language-agnostic command-line tool for managing database schema migrations using plain SQL files, compatibl
- smuyyh/bookreaderAn Android app for reading Chinese web novels and local ebooks that also serves as a learning reference for wi
- tanstack/virtualA headless JavaScript library that makes scrolling through massive lists, tables, or grids fast by only render
- muaz-khan/recordrtcA JavaScript library for recording audio, video, screen activity, and canvas content directly inside a browser
- feiyangqingyun/qwidgetdemoA collection of over 100 standalone Qt C++ demo projects covering custom widgets, utility tools, video playbac
- minedojo/voyagerA research AI agent that plays Minecraft autonomously using GPT-4, continuously discovering new skills, storin
- bistutu/fluentreadA free browser extension that translates web pages using 20-plus engines including Google Translate, DeepL, an
- openai/point-eAn OpenAI research tool that generates 3D point clouds from text descriptions or images, then optionally conve
- rabbitmq/rabbitmq-tutorialsRunnable code examples for the official RabbitMQ tutorials, covering how to send, route, and distribute messag
- vuelidate/vuelidateA lightweight JavaScript library that adds form validation to Vue.js apps by letting you declare rules in your
- hubspot/vexA tiny JavaScript library that replaces the browser's plain built-in alert, confirm, and prompt dialog boxes w
- hhyo/archeryA web-based platform where developers submit SQL queries for review and approval before they run on production
- hospitalrun/hospitalrun-frontendThe browser-facing interface for HospitalRun, a free open-source electronic medical records system built for h
- patriciogonzalezvivo/thebookofshadersAn interactive online guide that teaches you how to write fragment shaders from scratch — the small programs t
- mahmoud/boltonsA collection of over 230 small, pure-Python utilities covering files, dictionaries, queues, iteration, and err
- serial-studio/serial-studioA desktop app that reads data from Arduino, ESP32, and other hardware over serial, Bluetooth, or network conne
- morrisjs/morris.jsA JavaScript library for drawing interactive line, bar, area, and donut charts on web pages, with built-in und
- agmmnn/awesome-blenderA curated list of add-ons, tools, tutorials, and free resources for Blender 3D — covering plugins for simulati
- rockstarlang/rockstarA joke programming language where code reads like 1980s heavy metal song lyrics — write programs as rock balla
- awesomewm/awesomeAwesome is a highly configurable tiling window manager for Linux, controlled entirely through a Lua configurat
- chyingp/nodejs-learning-guideA Chinese-language collection of Node.js learning notes with runnable code examples, covering built-in modules
- timothybrooks/instruct-pix2pixAn AI image editor from UC Berkeley that applies plain-English instructions to photos — say 'add snow' or 'tur
- randyrants/sharpkeysA simple Windows app for remapping keyboard keys — make Caps Lock act as Ctrl, swap two keys, or disable a key
- rust-lang/rustupThe official installer and version manager for Rust — one command installs the Rust compiler, and you can swit
- xiaobaitech/golangfamilyA Chinese-language Go interview prep resource covering language internals, concurrency, garbage collection, an
- getactivity/androidprojectA production-tested Android app starter template in Java with common screens, dialogs, navigation, and utiliti
- fangwei716/30-days-of-react-nativeThirty self-contained React Native demo apps showcasing common mobile UI patterns — stopwatch, swipe cards, To
- apache/couchdbA database that stores and syncs JSON documents over HTTP, letting multiple copies stay in sync across servers
- charmbracelet/huhA Go library for building keyboard-navigated interactive forms in the terminal — add text inputs, dropdowns, m
- tobspr-games/shapez.ioOpen source factory-building game where you design automated production lines to cut, rotate, and paint geomet
- bettererrors/better_errorsA Ruby gem that replaces the plain Rails error page with a rich debugger showing highlighted source code, loca
- facebookarchive/xctoolAn archived command-line wrapper around Apple's xcodebuild that produced cleaner output, structured JSON test
- zsviczian/obsidian-excalidraw-pluginAn Obsidian plugin that tracks how many words you write each day, shows a live count in the status bar, and ke
- googleapis/release-pleaseA Google tool that automates versioning and changelog updates for GitHub projects by reading Conventional Comm
- skyworkai/skyreels-v2An open-source AI video generation system that creates video from text or images and can extend clips to any l
- wxriw/lyricify-appA family of apps that display scrolling synchronized lyrics on top of music players with the current line high
- karingx/clashmiA cross-platform network proxy client built with Flutter that routes internet traffic through proxy servers us
- pliang279/awesome-multimodal-mlA curated reading list of research papers on AI systems that combine multiple types of data at once, such as t
- ezfndev/ezfn-lobbybotEZFN Lobbybot is a free Python tool that creates a Fortnite lobby bot — a persistent bot account that displays
- lhartikk/arnoldcArnoldC is a joke programming language where every keyword is a famous Arnold Schwarzenegger movie quote, full
- fastfire/deepdarkctideepdarkCTI is a curated directory of deep web and dark web sources — Telegram channels, ransomware sites, cri
- amitness/learningA personal, continuously updated log of every course, book, and article a software engineer works through to b
- mleveryday/practicalai-cnpracticalAI-cn is a Chinese-language machine learning course delivered as Jupyter Notebooks, covering Python b
- openai/openai-realtime-agentsA demo app from OpenAI showing two patterns for building voice AI agents — one where a fast model and a smart
- fluxcd/fluxFlux v1 is a retired GitOps tool for Kubernetes that automatically syncs your cluster to whatever is committed
- clovaai/donutDonut is an AI model from Naver Clova that reads document images — receipts, forms, IDs — and extracts structu
- dop251/gojaGoja is a pure-Go JavaScript engine that lets you run JavaScript code inside a Go application with no native d
- itchyny/lightline.vimlightline.vim is a minimal, highly configurable Vim status bar plugin that shows mode-aware color changes and
- fujiapple852/trippyA terminal tool that combines traceroute and ping into one interactive real-time display, showing each network
- utom/sketch-measureA Sketch plugin that exports your design screens to self-contained HTML pages so developers can inspect CSS st
- kristopolous/bootstra.386A Bootstrap CSS theme that makes websites look like 1980s MS-DOS terminal screens, with green-on-black or ambe
- pallets/werkzeugA Python library that handles the HTTP layer for web applications — parsing requests, routing URLs, and sendin
- libchecker/libcheckerAn Android app that shows which third-party libraries are used by apps installed on your phone, including whet
- meituan-dianping/walleA Gradle plugin that stamps a single Android APK with different distribution-channel labels in seconds, lettin
- sjj1024/pakeplus-iosA tool that wraps any website or web project into a small native desktop or mobile app for Mac, Windows, Linux
- guardrails-ai/guardrailsA Python library that sits between your app and an AI language model to validate outputs for safety and format
- madler/zlibA foundational C library for compressing and decompressing data, used inside operating systems, browsers, and
- internlm/mindsearchA self-hosted AI search system that breaks your question into sub-queries, searches the web with a real search
- awesome-opencode/awesome-opencodeA community-curated catalog of plugins, themes, pre-built agents, and tutorials for opencode, an AI coding ass
- vmware-archive/kubelessKubeless was an archived VMware serverless framework for Kubernetes that let you deploy code functions trigger
- gopasspw/gopassGopass is a command-line password manager that encrypts secrets with GPG or age and stores them in a Git repos
- iam-veeramalla/docker-zero-to-heroA beginner-friendly Docker learning resource covering containers, images, Dockerfiles, and Docker Compose with
- haxefoundation/haxeHaxe is a cross-platform programming language and compiler that converts one codebase into JavaScript, C++, C#
- kubevirt/kubevirtKubeVirt extends Kubernetes to run traditional virtual machines alongside containers, letting you create, star
- interpretml/interpretInterpretML is a Microsoft open-source Python package for building explainable machine learning models and und
- hongyangandroid/okhttputilsOkHttpUtils is an unmaintained Android library that wraps OkHttp with a cleaner API for GET/POST requests, fil
- macpass/macpassMacPass is a native macOS password manager that reads and writes KeePass-format encrypted databases, letting y
All repos · Explain any other repo →