awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
MCPBlogCurated searchesSitemapPrivacyTerms

72590 repos

Browse all repositories

Browse every curated open-source repository in the directory. Narrow the list with taxonomy filters, sort by stars or recency, or hand the search to AI.

Browse repositories

Find the best repos with AI.We'll search the best matching repositories with AI.
  • xiaye13579/bbll

    xiaye13579/BBLL

    17,280View on GitHub↗

    BBLL is an Android TV media application designed to serve as a third-party client for the Bilibili video platform. It provides a native interface optimized for large-screen displays, allowing users to browse and watch streaming content directly on television hardware. The application distinguishes itself by offering a custom viewing experience that integrates specific controls for remote navigation and touch-based input. It manages media playback through a dedicated interface that supports gesture-based seeking and adjustment, ensuring consistent interaction across different hardware environm

    Platform-Specific ClientsTV ApplicationsMedia Players
    View on GitHub↗17,280
  • atsushisakai/pythonrobotics

    AtsushiSakai/PythonRobotics

    29,772View on GitHub↗

    PythonRobotics is a comprehensive collection of modular robotics algorithms and educational simulations designed for autonomous navigation, state estimation, and motion control. The project provides a library of standalone implementations for path planning, localization, mapping, and kinematics, serving as a resource for researchers and students to experiment with foundational and advanced robotic theories. The project distinguishes itself through an algorithm-centric design where each module functions as an isolated script, allowing for independent testing and clear pedagogical demonstration

    Algorithm LibrariesKinematicsRobotics Algorithms
    View on GitHub↗29,772
  • tmrts/go-patterns

    tmrts/go-patterns

    27,726View on GitHub↗

    This project serves as a technical reference and guide for implementing idiomatic software design patterns within the Go programming language. It provides a curated collection of architectural blueprints and coding strategies designed to help developers organize complex codebases into maintainable, modular components. The repository covers a broad spectrum of software engineering practices, including creational, structural, and behavioral design patterns. It emphasizes the use of language-specific idioms to manage object instantiation, decouple component interactions, and extend functionality

    Awesome ListSoftware Design PatternsConcurrency Patterns
    View on GitHub↗27,726
  • swordfish90/cool-retro-term

    Swordfish90/cool-retro-term

    25,186View on GitHub↗

    This project is a cross-platform terminal emulator that functions as a graphical frontend for command line shells. It operates by managing shell processes through a pseudoterminal emulation layer, capturing raw character streams to display them within a native desktop windowing environment. The application distinguishes itself through a specialized rendering engine that simulates the visual characteristics of vintage cathode ray tube hardware. By utilizing fragment shaders, it applies real-time effects such as scanlines, screen curvature, and phosphor glow directly to the terminal output. Use

    Terminal EmulatorsCross-Platform UI ToolkitsDesktop Application Frameworks
    View on GitHub↗25,186
  • pdfmathtranslate/pdfmathtranslate

    PDFMathTranslate/PDFMathTranslate

    34,886View on GitHub↗

    PDFMathTranslate is a document translation tool designed to convert technical and scientific files into multiple languages while preserving their original visual layout. It functions as a specialized processor for academic research papers, ensuring that complex mathematical notation and technical formatting remain intact throughout the translation process. The system utilizes a layout-preserving parsing engine that extracts text and structural metadata while maintaining the spatial coordinates of every document element. To handle the translation of technical content, it employs an intermediat

    Content ParsersMarkup-Based Typesetting EnginesScientific Document Processing
    View on GitHub↗34,886
  • saschawillems/vulkan

    SaschaWillems/Vulkan

    11,998View on GitHub↗

    This project serves as a comprehensive educational framework and reference library for mastering high-performance graphics programming and parallel compute resource management. It provides a collection of practical implementations designed to demonstrate the explicit control required by the Vulkan API, covering the fundamental mechanics of modern graphics pipelines and cross-platform hardware interaction. The repository distinguishes itself by focusing on the low-level architectural requirements of modern GPU development, including manual memory allocation, multi-threaded command recording, a

    Graphics Rendering APIsCross-Platform Graphics ToolingGraphics API Frameworks
    View on GitHub↗11,998
  • aeron-io/simple-binary-encoding

    aeron-io/simple-binary-encoding

    3,458View on GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    c-plus-pluscodecencoder-decoder
    View on GitHub↗3,458
  • rayon-rs/rayon

    rayon-rs/rayon

    13,071View on GitHub↗

    Rayon is a data parallelism library for Rust that provides a framework for converting sequential computations into parallel operations. It enables the transformation of standard data structures and loops into parallel iterators, allowing workloads to be distributed across multiple processor cores. By utilizing a work-stealing scheduler, the library dynamically balances tasks to maximize throughput and minimize execution time. The library distinguishes itself through its focus on safe, scoped task synchronization, which ensures that all spawned operations complete before a scope exits to preve

    Data Parallelism FrameworksParallel Data IteratorsParallel Iterators
    View on GitHub↗13,071
  • microsoft/typescript-go

    microsoft/typescript-go

    24,151View on GitHub↗
    Parsers & LexersStatic AnalysisStatic Analysis Tools
    View on GitHub↗24,151
  • lightpanda-io/browser

    lightpanda-io/browser

    31,168View on GitHub↗

    This project is a high-performance headless browser engine designed for scalable web automation, data extraction, and AI agent integration. It provides a specialized environment that allows autonomous agents and testing frameworks to interact with web content through standardized remote control protocols. By executing pages in a lightweight, headless state, the engine minimizes resource consumption while maintaining the ability to perform complex navigation and dynamic content rendering. The platform distinguishes itself through deep integration with AI-centric communication layers and advanc

    Agentic ControllersAutonomous Web Browsing AgentsBrowser Automation Engines
    View on GitHub↗31,168
  • google/leveldb

    google/leveldb

    39,152View on GitHub↗

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

    Database SystemsDatabases
    View on GitHub↗39,152
  • hiddify/hiddify-app

    hiddify/hiddify-app

    26,028View on GitHub↗

    Hiddify is a cross-platform proxy client designed to manage secure network connections and traffic routing across desktop and mobile operating systems. It functions as a unified proxy manager, providing a centralized interface to configure and control various network proxy protocols for encrypted and private internet access. The application distinguishes itself by integrating local loopback interception, which configures the operating system network stack to route traffic through a local port for granular filtering. It also serves as a self-hosted infrastructure tool, enabling users to automa

    Proxy ClientsTraffic RoutingNetwork Tunnels
    View on GitHub↗26,028
  • tigerbeetle/tigerbeetle

    tigerbeetle/tigerbeetle

    15,183View on GitHub↗

    TigerBeetle is a distributed financial accounting database designed for high-volume transaction processing. It functions as a specialized transaction engine that enforces strict double-entry bookkeeping invariants, ensuring that every debit and credit is balanced and accounted for with absolute consistency. By utilizing a consensus-based replication model, the system provides high availability and data durability across geographically distributed clusters, making it suitable for mission-critical financial infrastructure. The system distinguishes itself through a performance-oriented architect

    Distributed LedgersAccounting EnginesAccounting Invariants
    View on GitHub↗15,183
  • nushell/nushell

    nushell/nushell

    39,743View on GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Data PipelinesData Structure DefinitionsInteractive Data Querying Tools
    View on GitHub↗39,743
  • zitadel/zitadel

    zitadel/zitadel

    13,029View on GitHub↗

    This project is a cloud-native identity and access management platform designed to centralize authentication, authorization, and identity lifecycle management. It functions as a standards-compliant OpenID Connect authorization server, providing secure session management and token issuance for web, mobile, and device-based applications. The platform is built to handle complex identity requirements through stateless token authentication and support for modern passwordless methods, including biometrics and hardware keys. What distinguishes this platform is its native support for multi-tenant env

    Identity and Access ManagementIdentity and Access Management ServersOpenID Connect Providers
    View on GitHub↗13,029
  • pcsx2/pcsx2

    PCSX2/pcsx2

    14,969View on GitHub↗

    This project is a cross-platform emulator designed to execute software originally developed for the PlayStation 2 console on modern computing hardware. By replicating the original processor and graphics architecture, it allows users to run legacy game discs and digital backups within a virtual environment on contemporary desktop and laptop systems. The software distinguishes itself through advanced graphics enhancement engineering, which enables users to adjust rendering resolutions, apply texture filtering, and utilize community-created patches to improve visual fidelity beyond original hard

    Console-SpecificConsole EmulatorsDynamic Binary Translators
    View on GitHub↗14,969
  • flutter/flutter

    flutter/flutter

    176,956View on GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-performance rendering engine and a multi-platform compilation model. The framework provides a comprehensive suite of developer tools, including hot reloading for real-time code injection and diagnostic utilities for monitoring application state and performance. It features a modu

    Declarative UI FrameworksConstraint Based LayoutsDeclarative Routers
    View on GitHub↗176,956
  • openzipkin/zipkin

    openzipkin/zipkin

    17,430View on GitHub↗

    Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across complex service architectures. It provides a platform for monitoring request lifecycles, enabling developers to identify latency bottlenecks and performance issues by tracking operations as they move through heterogeneous service environments. The system distinguishes itself through a standardized data model and a pluggable storage architecture that supports various backend databases. It utilizes sampling strategies to manage telemetry volume and employs asynchronous collection met

    Distributed Tracing SystemsApplication Performance Monitoring PlatformsDistributed Tracing
    View on GitHub↗17,430
  • googlechrome/lighthouse

    GoogleChrome/lighthouse

    30,355View on GitHub↗

    Lighthouse is an automated diagnostic tool that evaluates web pages against industry standards for performance, accessibility, and search engine optimization. It functions as a programmatic analysis engine and a command-line utility, allowing developers to integrate comprehensive web quality checks directly into continuous integration pipelines and local development workflows. The project distinguishes itself through a modular architecture that utilizes artifact-based data collection to ensure consistent analysis across different environments. It supports a headless execution mode for automat

    Browser AutomationStatic AnalysisAccessibility Auditing Tools
    View on GitHub↗30,355
  • dask/dask

    dask/dask

    13,746View on GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Cluster Resource ManagersData Analytics EnginesData Parallelism Frameworks
    View on GitHub↗13,746
Prev1…456…3630Next