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
- topjohnwu/Magisk
topjohnwu/Magisk
58,780Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access to mobile devices. It functions by patching boot and recovery images to inject custom code into the operating system initialization sequence, allowing for system-wide control while maintaining compatibility with the underlying hardware. The project distinguishes itself through a systemless modification layer that overlays a virtual file system on top of read-only partitions, enabling changes without altering core system files. It includes a policy daemon to manage security contexts and granular access control for privileged applications, alongside dynamic binary instrumentation capabilities that intercept function calls in running processes. These features are supported by a native toolchain that interacts directly with the hardware abstraction layer and kernel. The framework provides a comprehensive suite for device modification management, including tools for patching firmware images, managing bootloader states, and handling recovery-based modifications on devices lacking a dedicated boot ramdisk. It also incorporates a cross-platform build toolchain for compiling and signing deployable packages, facilitating standardized software deployment across diverse hardware models.
- vercel/next.js
vercel/next.js
137,848Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framework offers a centralized configuration system for build-time settings, environment variables, and deployment adapters, alongside a command-line interface for bootstrapping new projects. The framework covers a wide range of application requirements, including metadata management for search engine optimization, accessibility tools like linting and route change announcements, and performance monitoring through web vitals reporting. It provides specialized components for optimizing images, fonts, and third-party scripts, as well as integrated support for various styling methods such as CSS modules and utility-first frameworks. Architectural patterns are supported through guides and utilities for authentication, authorization, and session management. Developers can handle errors, manage cookies, and implement custom server-side logic using the framework's core utilities and hooks. The project includes comprehensive documentation and configuration options to support typed development and scalable application design.
reactframeworkssr - expressjs/express
expressjs/express
68,784Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and process incoming HTTP traffic. The framework is defined by its middleware-based routing engine, which sequences request handlers and logic blocks to process traffic based on path patterns and HTTP methods. This architecture supports a highly modular approach, enabling the creation of isolated, reusable route handlers and mountable router instances. Developers can build hierarchical structures by nesting these routers, facilitating the organization of complex application logic into manageable segments. Beyond core routing, the framework includes a flexible template-driven view engine for rendering dynamic content and provides built-in support for serving static assets. It offers extensive capabilities for request and response manipulation, including parameter parsing, header management, and cookie handling. The system is designed to be extensible, allowing for the integration of third-party middleware and the modification of request and response objects to suit specific application requirements. The framework is installed via standard package managers and includes tools for generating project skeletons to accelerate application initialization.
expressjavascriptnodejs - prakhar1989/awesome-courses
prakhar1989/awesome-courses
66,531This project is a community-driven repository of high-quality, university-level computer science courses and learning materials. It serves as an open-source knowledge base, providing developers and students with direct access to structured curricula and academic resources designed to facilitate independent study and technical skill development. The repository distinguishes itself through a hierarchical taxonomy that organizes diverse technical subjects into a navigable structure. By utilizing markdown-based content curation, the project maintains a lightweight index of external links and references, allowing users to explore foundational and advanced topics—ranging from artificial intelligence and systems architecture to formal theory and security—without the need for formal institutional enrollment. The collection is maintained through collaborative, peer-reviewed contributions, ensuring the accuracy and evolution of the curated lists. This approach enables learners to access specialized lecture notes, assignments, and established academic pathways to master complex programming domains through structured, self-paced study.
awesomeawesome-listcomputer-science - 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 - trekhleb/javascript-algorithms
trekhleb/javascript-algorithms
195,648This project is a comprehensive educational repository that provides functional implementations of fundamental computer science algorithms and data structures. It serves as a structured reference for developers to study computational logic, problem-solving strategies, and the mathematical principles that underpin software engineering. By organizing code into modular, reusable components, the repository facilitates the learning of core concepts ranging from basic storage models to complex algorithmic paradigms. What distinguishes this collection is its focus on pedagogical clarity and performance transparency. Every implementation is paired with detailed documentation and mathematical analysis, allowing users to evaluate the time and space efficiency of various approaches using standard notation. This emphasis on complexity analysis helps developers understand how different logic choices scale relative to input size, providing a practical framework for performance optimization and technical interview preparation. The codebase covers a broad spectrum of technical capabilities, including hierarchical and sequential data storage models, sorting methods, and various search strategies. It incorporates automated test suites to verify the correctness of each logical implementation, ensuring that the provided examples serve as reliable references. The repository is designed to be accessible for study and professional development, with clear guidance on how to navigate the codebase and execute standard verification workflows.
algorithmalgorithmscomputer-science - DopplerHQ/awesome-interview-questions
DopplerHQ/awesome-interview-questions
81,035This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming languages, frameworks, and infrastructure domains. The collection distinguishes itself by aggregating high-quality educational resources and coding challenges that span the entire software development lifecycle. It covers diverse technical areas including algorithms, data structures, design patterns, and system-specific topics such as database technologies, networking, and operating systems. By organizing these materials into a structured directory, the project facilitates professional development and helps candidates evaluate their proficiency for hiring processes.
android-interview-questionsangularjs-interview-questionsawesome - unslothai/unsloth
unslothai/unsloth
52,461Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and multimodal models. It provides a comprehensive engine for fine-tuning, executing, and managing models locally, with a focus on reducing memory consumption and increasing compute speed on consumer-grade hardware. The platform distinguishes itself through hand-optimized kernels and automated computational graph techniques that maximize hardware throughput. It supports advanced training methodologies, including reinforcement learning for reasoning and efficient adapter-based fine-tuning, while offering a unified web-based interface for no-code model training, data preparation, and real-time performance monitoring. Beyond its core training capabilities, the project includes a local inference runtime that supports API-based deployment, tool-calling, and automated output verification. It manages the entire model development process, from dataset generation and hyperparameter configuration to model exporting and performance benchmarking across diverse hardware configurations. The software provides setup utilities for local development environments and includes diagnostic tools to assist with installation and hardware compatibility.
agentdeepseekdeepseek-r1 - pallets/flask
pallets/flask
71,240Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central application object, it allows developers to manage routing rules, template settings, and resource loading within a unified project environment. The framework distinguishes itself through a modular component architecture that enables the organization of routes, templates, and static files into isolated, reusable units. It employs a sophisticated request context manager that tracks application state and request data throughout the lifecycle of a transaction, utilizing proxy-based access to simplify data retrieval. Developers can further extend the framework using a built-in command-line interface, which supports the registration of custom administrative tasks that share the application's configuration and environment. Beyond its core routing and dispatching capabilities, the framework includes robust support for session management, allowing for persistent user state through signed cookies or custom storage backends. It also provides signal-based lifecycle hooks for executing custom logic during request processing, as well as comprehensive testing utilities that allow for the simulation of HTTP requests and the verification of application behavior in isolation. The project is distributed as a Python package and includes extensive documentation for configuring view behavior, handling JSON data, and managing complex application structures.
flaskjinjapallets - Shubhamsaboo/awesome-llm-apps
Shubhamsaboo/awesome-llm-apps
96,116This repository serves as a comprehensive collection of resources, templates, and starter code for building artificial intelligence applications. It provides a centralized hub for developers to access practical implementations of common workflows, including retrieval-augmented generation pipelines and autonomous agent loops, alongside educational materials designed to support rapid prototyping and experimentation. The project distinguishes itself by offering a dual focus on technical implementation and critical analysis. It provides a library of lightweight, single-file agents and tutorials for complex tasks like multi-source retrieval, memory management, and tool integration via standardized protocols. Simultaneously, it includes an analytical framework for identifying and evaluating the linguistic patterns, structural templates, and stylistic markers characteristic of machine-generated text. Beyond these core offerings, the repository covers a broad capability surface that includes guidance on model fine-tuning, voice-processing integration, and strategies for optimizing agent reasoning and token consumption. It also features conceptual resources regarding the evolving role of product management in agent-driven environments and best practices for mitigating performance issues in autonomous systems. The repository is structured as a curated list with a navigation index, providing quick-start instructions for initializing and running template agents within a local development environment.
agentsllmspython - pocketbase/pocketbase
pocketbase/pocketbase
56,221Pocketbase is a backend-as-a-service platform that provides a self-contained, single-binary server for building full-stack applications. It integrates a relational database, authentication, and file storage into one executable process, eliminating the need for external infrastructure or complex server management. The platform distinguishes itself through an embedded database engine that runs directly within the application process and a reactive communication layer that pushes live updates to connected clients. By monitoring internal transaction logs, it synchronizes data across multiple users in real time. It also features a schema-aware data access layer that maps database tables to dynamic objects, allowing for data manipulation without the need for manual migration scripts. The system includes a built-in security layer for managing user accounts, session tokens, and access control rules. It handles binary asset management through a managed storage interface that supports local filesystem storage while maintaining metadata references within the database. The entire request lifecycle is managed through a modular pipeline that processes traffic for authentication and validation.
authenticationbackendgolang - public-apis/public-apis
public-apis/public-apis
399,192This project is a comprehensive, community-driven directory of public service endpoints designed to facilitate the discovery and integration of external data sources. It serves as a centralized registry where developers can locate reliable third-party APIs to augment their applications with specialized functionality, ranging from financial market data and meteorological records to government datasets and identity management services. The directory distinguishes itself through a collaborative maintenance model that leverages version control to manage its catalog. By utilizing structured, schema-validated text files, the project enables global contributors to propose, verify, and merge updates, ensuring the registry remains accurate and consistent. This approach transforms the repository into a living index of web-based interfaces, providing a standardized way to navigate and access diverse functional capabilities across the digital ecosystem. Beyond its core directory, the project supports a wide array of technical and operational needs, including rapid prototyping, infrastructure diagnostics, and content generation. It provides access to services for security threat intelligence, machine learning tasks, blockchain indexing, and logistics tracking, among many others. The entire catalog is presented as a lightweight, searchable index of pre-rendered documentation, allowing users to browse and integrate external services without the need to build custom infrastructure from scratch.
apiapisdataset - excalidraw/excalidraw
excalidraw/excalidraw
117,138This project is a virtual whiteboard component and vector graphics editor designed for creating diagrams with a hand-drawn aesthetic. It provides a canvas-based drawing engine that can be embedded directly into web applications, allowing users to manipulate shapes, upload images, and export visual data into standard formats like PNG, SVG, or JSON. The platform distinguishes itself through a real-time synchronization layer that supports multi-user collaboration across distributed environments. This engine utilizes end-to-end encryption to secure shared sessions and employs a local-first data persistence model, which ensures that application state is maintained in browser storage to prevent data loss during network interruptions. Beyond its core drawing capabilities, the software supports self-hosted deployment, allowing teams to manage private instances within their own containerized infrastructure. The system handles complex user interactions through an event-driven architecture that translates pointer and keyboard gestures into persistent geometric objects, while also providing options for custom typography to maintain visual consistency across workspaces.
canvascollaborationdiagrams - marktext/marktext
marktext/marktext
53,968Marktext is a cross-platform desktop application designed for markdown document authoring and structured note-taking. It functions as a WYSIWYG text processor, providing a distraction-free interface that renders formatted content in real-time while hiding the underlying markup syntax. The application utilizes a multi-process architecture that separates system integration from the user interface, ensuring consistent performance across Windows, macOS, and Linux. By employing a custom editor core built on native browser capabilities and a structured syntax tree, it manages complex document elements such as mathematical expressions, diagrams, and code blocks. The software includes a plugin-based extension system that allows for the injection of custom functionality and interface components. It is distributed as an open-source project, maintaining a consistent environment for technical documentation and personal knowledge management.
dark-modeeditorelectron - langgenius/dify
langgenius/dify
129,826Dify is a self-hosted platform designed for the orchestration of multi-container application stacks. It provides a unified environment for managing complex service deployments, coordinating background worker processes, and maintaining database dependencies through standardized configuration files. The platform distinguishes itself by offering comprehensive infrastructure orchestration tools that facilitate reproducible deployments across diverse cloud providers. It supports automated provisioning through modular configuration scripts and infrastructure-as-code templates, allowing for consistent environment setup. Users can manage these deployments via a browser-based administrative console that provides oversight for system health, instance configuration, and operational settings. Beyond core orchestration, the project includes a structured framework for managing multi-language localization. This system automates translation synchronization, validates key integrity across language modules, and maintains content consistency throughout the application. The platform also incorporates production-grade observability features, including integrated metrics monitoring and automated backup utilities to ensure system reliability. The software is designed for containerized environments, utilizing standardized manifests and single-command startup sequences to simplify the deployment of scalable application stacks.
agentagentic-aiagentic-framework - hacksider/Deep-Live-Cam
hacksider/Deep-Live-Cam
79,568Deep-Live-Cam is a generative video transformation tool designed for real-time facial manipulation and cinematic enhancement. It functions as a local-first AI runtime, performing all media processing directly on the user's hardware to ensure complete data privacy without external network dependencies. By utilizing a high-performance processing pipeline, the application enables live face swapping and interactive video modifications during active streaming sessions or on pre-recorded media. The system distinguishes itself through a hardware-abstraction execution layer that dynamically routes compute tasks to available graphics hardware, such as CUDA or CoreML backends. This architecture supports complex operations like multi-face mapping, where distinct target faces are applied to multiple subjects simultaneously, and preserves original mouth movements to maintain natural speech synchronization. To ensure visual fidelity, the engine employs precision mask-based blending and generative detail restoration, effectively integrating source features into target video geometry. Beyond core transformation capabilities, the application includes tools for cinematic rendering, such as real-time color grading and frame interpolation. It manages system resources through chunked memory and frame-based stream processing, which prevents crashes during intensive workloads and maintains stable performance. The interface is designed for focused workflows, offering distraction-free modes and automated projection window management to streamline the user experience during live operations.
aiai-deep-fakeai-face - django/django
django/django
86,891Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-ready administrative dashboards automatically. By inspecting model definitions and field metadata, it creates secure interfaces for managing application data without requiring custom frontend development. This is complemented by a declarative template engine that separates presentation logic from backend code, and a robust form validation system that handles data sanitization and type conversion through class-based schemas. The framework includes a wide range of built-in capabilities to support complex web development, including internationalization and localization tools, performance optimization utilities like caching, and a signal-based observer pattern for decoupling application components. It also provides comprehensive support for testing, static file management, and specialized database features. Extensive documentation is available to guide users through the framework's various components, including its middleware hooks, security policies, and administrative tools.
appsdjangoframework - firstcontributions/first-contributions
firstcontributions/first-contributions
52,672This project is an educational resource designed to lower the barrier to entry for new developers learning how to participate in open-source software development. It provides a safe, guided practice environment where beginners can master the fundamental workflows required to contribute to public repositories. The project distinguishes itself by offering a hands-on, interactive tutorial that walks users through the complete lifecycle of a contribution. By following structured steps—including forking, branching, committing, and submitting a pull request—participants gain practical experience with distributed version control systems. This process is specifically curated to build confidence in novice developers as they navigate the standard procedures of technical communities. Beyond the core tutorial, the repository covers essential best practices for collaborative development, such as identifying suitable projects, reading documentation, and adhering to community guidelines. The entire experience is documented through plain text files, ensuring that the learning materials remain accessible and easy to follow for anyone starting their journey in open-source collaboration.
beginnerbeginner-friendlycontribute - webpack/webpack
webpack/webpack
66,022Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified output. The project is distinguished by its plugin-based architecture and loader-driven transformation pipeline. It utilizes an event-driven hook system that allows developers to intercept and modify the build process at specific lifecycle stages, enabling custom code transformations and complex dependency resolution. This architecture supports granular control over asset splitting, allowing for the creation of distinct chunks to optimize loading performance and caching strategies. Beyond core bundling, the system provides a development feedback server that monitors file changes to perform incremental recompilation. It includes a runtime for hot module replacement, which injects updated code into running applications without requiring full page reloads. The platform also offers extensive configuration options for build modes, environment variables, and performance optimizations like minification and module concatenation. The tool provides a comprehensive API for programmatic execution, allowing developers to validate configurations, access compilation statistics, and integrate custom logic through plugins and loaders. It is designed to be installed and configured as a central component of the frontend development workflow.
amdbuild-toolcommonjs - 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