321 repos
Awesome GitHub repositories, curated.
A community-curated directory of interesting public GitHub repositories. Ask in plain English — AI ranks by relevance. Save what you find.
Browse repositories
- tiimgreen/github-cheat-sheet
tiimgreen/github-cheat-sheet
55,238This project is a community-driven knowledge base that serves as a comprehensive reference guide for Git and GitHub. It functions as both a command-line cheat sheet for terminal-based version control operations and a collaborative workflow resource detailing platform-specific conventions for managing repositories, issues, and pull requests. The repository distinguishes itself through a distributed contribution model, where the content is maintained and expanded by the community. By utilizing a static content repository structure, the project ensures that all technical tips, best practices, and configuration techniques remain accessible and easy to update through standard version control workflows. The documentation covers a broad spectrum of technical capabilities, ranging from advanced Git command configurations and branch management to GitHub-specific features like diff rendering, repository templates, and metadata handling. The information is organized into a single, hierarchical markdown document that utilizes an anchor-link navigation system to provide quick access to specific topics. The entire collection is hosted as static files directly from the repository, ensuring fast access without the need for server-side processing.
awesomeawesome-listgit - ollama/ollama
ollama/ollama
162,972Ollama provides a framework for running and managing local machine learning models. It includes a command-line interface for model lifecycle management, such as creation, embedding generation, and configuration, alongside a stable API for programmatic interaction across multiple programming languages. The platform supports the import of models and adapters in various formats, including GGUF and Safetensors. Users can define custom model behaviors, prompt templates, and system messages through a configuration file format. It also offers tools for fine-tuning models with LoRA adapters and applying quantization to manage memory usage and inference performance. The software includes infrastructure for cross-platform builds, hardware acceleration for specific graphics processing units, and system-level service management. Installation is supported through automated scripts, and the environment provides utilities for monitoring runtime logs and testing core functionality.
deepseekgemmagemma3 - kdn251/interviews
kdn251/interviews
64,945This project serves as a centralized knowledge base and study guide for mastering computer science fundamentals and technical interview preparation. It provides a structured collection of algorithmic implementations, data structure guides, and theoretical references designed to support professional development and problem-solving skills. The repository distinguishes itself through a taxonomy-based organization that maps complex concepts into a hierarchical structure. It standardizes the expression of abstract data structures and algorithms using a consistent programming language, with implementations organized into a file system hierarchy that mirrors their logical classification. This approach enables users to navigate between specific coding challenges and the underlying theoretical principles. Beyond its core implementations, the project aggregates a wide range of educational assets, including links to external practice platforms, academic video lecture series, and foundational textbooks. It incorporates asymptotic complexity modeling to define performance bounds, allowing for objective comparisons of computational efficiency across various sorting, searching, and graph-based algorithms.
algorithmalgorithm-challengesalgorithm-competitions - grafana/grafana
grafana/grafana
72,295Grafana is an observability data platform designed to aggregate metrics, logs, and traces from diverse sources into a unified environment. It functions as a centralized interface for visualizing complex telemetry data, transforming raw streams into interactive dashboards that support real-time system health tracking and performance monitoring. The platform distinguishes itself through a plugin-based modular architecture that integrates disparate databases, cloud services, and monitoring tools via a standardized data abstraction layer. This framework allows for the dynamic loading of external components to support varied data sources and visualization types without requiring modifications to the core codebase. Additionally, the system incorporates a rule-based alerting engine that evaluates incoming data streams against defined thresholds to trigger automated notifications for incident response. Beyond its core visualization and alerting capabilities, the platform provides tools for infrastructure performance monitoring and operational data analysis. It utilizes a declarative, component-driven interface to manage dashboard states and a compiled backend to process high-throughput queries and API requests. The system maintains configuration persistence and state consistency across distributed instances through a centralized metadata storage layer.
alertinganalyticsbusiness-intelligence - rclone/rclone
rclone/rclone
55,637This project is a command-line storage manager that provides a unified interface for performing file operations across local filesystems and diverse cloud storage providers. It functions as a cross-platform storage abstraction, utilizing a modular backend architecture to map heterogeneous cloud storage APIs into a standard set of file system operations. This allows for consistent data management and movement regardless of the underlying storage service. The tool serves as a network data transfer engine designed for automated data migration and cloud storage synchronization. It distinguishes itself by offering granular control over transfer behavior, allowing users to manage bandwidth, logging, and file handling rules through global command-line flags. Furthermore, it includes a metadata transformation pipeline that intercepts and modifies file attributes during transit to ensure compatibility and consistency between disparate storage environments. Beyond core synchronization, the software provides secure remote file management by enforcing strict authentication and encrypted network communication protocols. It includes diagnostic instrumentation to monitor system performance, enabling users to analyze resource usage and identify bottlenecks during large-scale data operations. Users can configure and persist storage backend credentials through an interactive command-driven utility.
azure-blobazure-blob-storageazure-files - iptv-org/iptv
iptv-org/iptv
111,772This project is a community-maintained, open-source repository that functions as a centralized directory for streaming metadata. It aggregates publicly available network stream links and organizes them into standardized, machine-readable playlist formats. By acting strictly as a metadata-only index, the platform enables users to access and organize live broadcast content across various third-party media playback applications without hosting or distributing any actual video files. The repository distinguishes itself through a collaborative, crowdsourced workflow where contributors actively maintain and verify the accuracy of the streaming links. This decentralized validation process relies on community-driven issue tracking and peer review to ensure that the dataset remains reliable. Beyond simple link aggregation, the project provides structured electronic program guide references, allowing users to synchronize broadcast schedule information with their streaming playlists for a more complete viewing experience. The platform offers a comprehensive suite of resources to support its users, including detailed contribution guidelines, legal policy documentation, and curated collections of related tools. All project materials are released under a public domain dedication, ensuring that the data remains free for use and modification. Users can navigate the project’s structured documentation to find information on playlist integration, community engagement, and best practices for managing channel data.
iptvm3uplaylist - psf/requests
psf/requests
53,829Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into structured objects, the library automates the complexities of headers, cookies, and payload transmission. The library distinguishes itself through a modular transport adapter layer that allows for custom protocol handling and extensible authentication hooks. It supports a wide range of security requirements, including OAuth, digest authentication, and mutual TLS via client-side certificates. Developers can further optimize performance and testing workflows through built-in features like persistent connection pooling, response caching, and the ability to record and replay network interactions. Beyond core request handling, the framework provides comprehensive tools for managing the full request lifecycle. This includes automated redirection logic, configurable timeouts, proxy routing, and memory-efficient streaming for large data transfers. It also features robust error management, translating low-level network issues into a consistent hierarchy of descriptive exceptions to facilitate debugging. The library supports asynchronous execution patterns, allowing for non-blocking network calls within concurrent applications. It is designed for extensibility, offering interfaces for community-driven plugins and custom request preparation to accommodate specialized communication requirements.
clientcookiesforhumans - angular/angular
angular/angular
99,962Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering strategies, including server-side rendering and static site generation, with support for hydration processes to optimize application delivery. Additionally, the framework features a built-in animation suite and security mechanisms to handle common web vulnerabilities.
angularjavascriptpwa - microsoft/playwright
microsoft/playwright
82,810Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test flakiness by ensuring elements are ready for interaction before execution. It further enhances reliability through browser-context-based isolation, which creates ephemeral sessions with independent storage and cookies, and a fixture-based dependency injection system that manages test lifecycles and environment setup. Beyond core execution, the project offers an extensive suite of developer tooling, including visual debugging environments, time-travel trace viewers, and AI-driven capabilities for test failure healing and code generation. It supports advanced testing requirements such as cross-browser execution, device emulation, network request mocking, and visual regression testing. The framework is built to integrate into modern development workflows, providing native support for parallel execution, CI/CD pipeline automation, and component-level testing.
automationchromechromium - fastapi/fastapi
fastapi/fastapi
95,356FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event loop. The project includes a dependency injection system that allows for the resolution and injection of reusable components into request handlers. This system supports request-scoped caching, lifecycle management, and integration with security mechanisms like OAuth2 and JSON Web Tokens. Developers can organize applications into modular routers and mount sub-applications to manage complex routing logic. Infrastructure features include middleware support for cross-origin resource sharing, background task management, and static file serving. The framework automatically generates OpenAPI specifications for defined endpoints, which can be customized through metadata and schema extensions. Testing utilities are provided to simulate HTTP and WebSocket connections, allowing for isolated verification of application behavior.
apiasyncasyncio - TryGhost/Ghost
TryGhost/Ghost
51,857Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web services. The platform distinguishes itself by integrating a built-in membership and subscription engine, which enables creators to manage gated content, paid tiers, and secure member profiles directly within the system. It also features a dedicated infrastructure for professional newsletter publishing, supporting automated email distribution and subscriber engagement. Developers can interact with the platform through a comprehensive RESTful API or a dedicated JavaScript client library, while the system's headless nature allows for the delivery of content to any custom front-end application. Beyond its core publishing capabilities, the platform includes a templated theme engine for server-side rendering and supports extensive customization through modular configuration adapters. These allow for flexible storage backends, event-driven webhooks for external integrations, and granular control over site settings and security. The project provides extensive documentation for its administrative and content delivery APIs, alongside command-line tools for managing site configuration, theme validation, and environment settings.
bloggingcmsghost - louislam/uptime-kuma
louislam/uptime-kuma
82,999Uptime Kuma is a self-hosted monitoring platform designed to track the availability and performance of network services and websites. It functions as a centralized dashboard that executes asynchronous health checks on a scheduled interval, providing real-time visibility into infrastructure health and service uptime. The platform distinguishes itself through a dedicated notification engine that dispatches alerts across multiple third-party messaging services, alongside a public status page generator that allows users to communicate service health and historical metrics via custom domains. Its architecture utilizes a reactive, single-page interface that maintains persistent bidirectional connections with the server to push live status updates without requiring manual page refreshes. The system is built for flexible deployment, supporting containerized environments, native package installations, and bare-metal execution. It manages monitoring configurations and historical data using a local, file-based relational database, while a decoupled abstraction layer ensures that alert delivery logic remains independent of the core monitoring engine.
dockermonitormonitoring - Genymobile/scrcpy
Genymobile/scrcpy
135,888This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile device. The tool distinguishes itself by injecting a lightweight binary into the mobile runtime to access system-level APIs for direct screen buffer capture and input event injection. By translating desktop mouse and keyboard signals into native Linux kernel events, it enables responsive interaction with the mobile interface without the overhead of hardware emulation. It further ensures performance through hardware-accelerated video decoding on the host and synchronized audio-visual streaming, which maintains temporal alignment between the device output and the desktop display. Beyond basic mirroring, the project supports comprehensive remote device management and debugging workflows. It utilizes zero-copy capture techniques and socket-based binary transport to minimize latency, facilitating tasks such as mobile application quality assurance and real-time hardware monitoring. The software is distributed as a command-line utility that operates across multiple desktop platforms.
androidcffmpeg - massgravel/Microsoft-Activation-Scripts
massgravel/Microsoft-Activation-Scripts
166,451Microsoft Activation Scripts is a collection of batch-based tools designed for the activation and management of operating systems and productivity software. The project provides automated scripts for permanent activation through digital license emulation, hardware-based identification, and offline validation methods. It also includes a command-line interface that supports unattended execution and custom configuration rules for automated deployment. Beyond activation, the repository serves as a resource for system maintenance and software installation. It offers curated links to official installation media, guides for performing clean installations, and utilities for verifying file authenticity through checksums. The project also provides diagnostic tools for repairing system services and documentation for managing software lifecycles and bypassing regional access restrictions.
activatorhwidkms - infiniflow/ragflow
infiniflow/ragflow
73,425This project is a comprehensive retrieval-augmented generation platform designed for building, managing, and deploying knowledge-based AI applications. It provides a unified environment for organizing datasets, configuring conversational chat assistants, and developing autonomous agents that execute multi-step reasoning workflows. By integrating document intelligence with advanced retrieval pipelines, the platform enables the creation of grounded, verifiable responses supported by traceable citations. The platform distinguishes itself through deep document understanding and sophisticated knowledge orchestration. It supports complex document parsing, including the extraction of tables and images, and utilizes graph-based indexing to enhance reasoning over large document collections. Users can configure multiple recall strategies and fused re-ranking to optimize retrieval accuracy, while the system maintains context through multi-turn dialogue management and flexible tool-use frameworks. The architecture is built on a modular, containerized microservice foundation that supports both local inference engines and external language model APIs. It includes asynchronous task processing for document ingestion and indexing, ensuring system responsiveness during heavy workloads. The platform also provides a standardized interface for model abstraction, allowing for seamless integration with existing language model ecosystems. Developers can interact with the platform through a comprehensive suite of RESTful endpoints and Python client libraries, which cover the full lifecycle of agents, datasets, and knowledge graphs. The system is designed for flexible deployment, offering configurable environment settings and support for custom containerized environments to facilitate local development and infrastructure portability.
agentagenticagentic-ai - deepseek-ai/DeepSeek-V3
deepseek-ai/DeepSeek-V3
101,631DeepSeek-V3 is a large language model that provides comprehensive resources for model utilization, including technical specifications, pre-trained weights, and evaluation benchmarks. The project details the core transformer architecture, including parameter counts and multi-token prediction modules, while supporting native 8-bit floating-point quantization. The repository offers extensive support for local and distributed inference through integration with multiple frameworks and engines. It includes documentation for deploying the model across various hardware configurations, such as GPUs and specialized accelerators, alongside guidance for environment setup and weight conversion. Users can access the model through a web-based chat interface, a programmatic API, or by downloading weights for local execution.
- redis/redis
redis/redis
73,096Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongside hierarchical JSON documents and high-dimensional vector embeddings. It supports advanced operational patterns such as active-active database deployment for global distribution, real-time data streaming, and probabilistic statistics for large-scale data analysis. These capabilities are complemented by a pluggable indexing engine that enables semantic similarity matching and full-text retrieval. The platform offers a comprehensive ecosystem for managing distributed state, including master-replica replication, automated cluster management, and granular security controls like access control lists and TLS encryption. Developers can interact with the database through language-specific client libraries that support connection multiplexing and object mapping, or via a command-line interface for direct administrative tasks and scripting. Redis is deployed through standard package managers and supports both self-managed clusters and managed cloud instances. Observability is provided through integrated tools for performance analysis, slow log monitoring, and bulk data management.
cachecachingdatabase - resume/resume.github.com
resume/resume.github.com
62,795This project is a static site generator designed to transform plain text content into pre-rendered web documents. It functions as a content platform that separates structural information from presentation, utilizing lightweight markdown formatting to ensure portability and ease of maintenance. The platform is built on a dependency-free execution model, operating without external libraries or frameworks to minimize security risks and support long-term stability. It integrates a technical governance framework and a software engineering manifesto, providing a structured set of principles and decision-making criteria to align contributors on quality expectations and project direction. Beyond its core generation capabilities, the project provides a framework for collaborative governance and declarative configuration management. It codifies software development best practices and contribution workflows to maintain consistent standards across distributed teams. The repository is managed through git-based version control to facilitate auditability and collaborative editing.
- 521xueweihan/HelloGitHub
521xueweihan/HelloGitHub
143,312HelloGitHub is a centralized discovery platform and technical knowledge repository designed to help developers identify high-quality open-source projects, libraries, and infrastructure. It functions as a structured directory that aggregates specialized development tools and educational materials, organizing them by technical domain to facilitate efficient resource discovery and professional development. The platform distinguishes itself through a community-driven curation workflow, where manual editorial oversight filters the broader software ecosystem into thematic collections. This content is delivered through a periodic publication model, providing recurring updates on trending technologies and evolving development patterns. By mapping complex technical domains to external repositories through a centralized index, the project simplifies navigation and allows users to analyze production-ready architectures and productivity utilities. The repository maintains a comprehensive archive of technical insights, including educational texts and historical records of software trends. All resources are aggregated using static markdown documentation, which is managed and tracked through a version-controlled system to ensure long-term accessibility and archival of project metadata.
awesomegithubhellogithub - astral-sh/uv
astral-sh/uv
79,476uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance solver to satisfy complex dependency graphs and supports ephemeral script execution, allowing users to run standalone Python scripts with ad-hoc dependencies without manual setup. Beyond core package management, the project provides a unified command-line interface that integrates with CI/CD pipelines and supports common workflows like building distributions and managing private package indexes. It maintains compatibility with standard tools, offering a drop-in replacement for common environment and package management commands. Comprehensive documentation is available on the project website, covering installation guides, command references, and configuration settings for various development and production environments.
packagingpythonresolver