awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

113.5K 个仓库

浏览所有仓库

浏览目录中所有精选的开源仓库。通过分类筛选器缩小范围,按 Star 数或更新时间排序,或直接交给 AI 进行搜索。

浏览仓库

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kamranahmedse/developer-roadmapkamranahmedse 的头像

    kamranahmedse/developer-roadmap

    357,434在 GitHub 上查看↗

    Developer Roadmap 是一个社区驱动的平台,提供结构化的、基于图谱的软件工程学习路径。它作为一个综合知识仓库,将技术领域组织成可视化序列,以指导专业技能获取和职业成长。 该项目通过协作生态系统脱颖而出,使用户能够贡献路线图、策划行业最佳实践并维护个人职业档案。它集成了诊断评估框架来评估技术熟练度,帮助开发者识别知识缺口,并通过有针对性的学习序列为专业面试做准备。 除了核心映射能力外,该平台还提供实用的项目创意和交互式辅导,以巩固工程概念。它为社区提供了一个共享资源、跟踪技能进步和导航复杂技术领域的中心化空间。

    Software Engineering RoadmapsTechnical Learning PathsAI-Driven Personalization
    在 GitHub 上查看↗357,434
  • puppeteer/puppeteerpuppeteer 的头像

    puppeteer/puppeteer

    94,811在 GitHub 上查看↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to facilitate stable, automated web-based workflows. The library distinguishes itself through its deep integration with the Chrome DevTools Protocol, utilizing a bidirectional message bus to execute commands and receive real-time event notifications. It supports advanced automation pa

    Automated End-to-End TestingBrowser Lifecycle ManagersChrome DevTools Protocols
    在 GitHub 上查看↗94,811
  • openclaw/openclawopenclaw 的头像

    openclaw/openclaw

    380,031在 GitHub 上查看↗

    Openclaw 是一个用于管理智能体(Agent)执行环境的平台,提供控制智能体生命周期、会话状态和工作区持久化的基础设施。它具有一个处理模型循环、工具调用和流式事件的中心化网关,同时支持多智能体路由和持久化内存管理。该系统旨在规范工具执行签名,并为跨提供商兼容性提供标准化接口。 该平台包括广泛的开发者工具,例如用于工作区管理的命令行界面、诊断日志记录以及允许注册自定义工具和功能的插件架构。它通过事件驱动的钩子、任务调度和与外部服务的集成来支持自动化工作流。安全性通过执行策略、凭据可移植性和智能体操作的审批工作流进行管理。 部署通过自动化基础设施安装程序和容器化网关助手提供支持,并内置了用于备份和配置管理的实用程序。该系统为编排多步工作流提供了结构化格式,并包括用于浏览器自动化和结构化代码补丁的专用工具。

    Acceptable Usage PoliciesAgent Command Line InterfacesAgent Communication Protocols
    在 GitHub 上查看↗380,031
  • react/reactreact 的头像

    react/react

    245,916在 GitHub 上查看↗

    React 是一个用于通过封装、可复用的组件构建用户界面的 JavaScript 库。它以声明式方式渲染视图,当底层数据发生变化时,自动仅更新界面中发生变化的部分,同时保持稳定部分不变。 其渲染引擎将工作分解为增量、优先级的单元,可以在不阻塞主线程的情况下暂停、恢复或中止。Diffing 算法计算分阶段 UI 树之间的最小变更,核心渲染逻辑与任何特定的输出目标解耦。状态和副作用逻辑通过调用顺序机制附加到函数式组件,使可复用行为能够通过从父级到子级的可预测数据流进行组合。 相同的组件模型适用于 Web 浏览器、通过 Node 的服务器环境以及原生移动平台,因此接口代码可以在不同上下文中迁移,而无需重写核心逻辑。服务器端流式传输增量生成 HTML 以实现更快的初始页面加载,并在页面到达浏览器后通过渐进式注水(Hydration)绑定交互性。

    Component-Based UI LibrariesComponent CompositionComponent State Managers
    在 GitHub 上查看↗245,916
  • cloudflare/pingoracloudflare 的头像

    cloudflare/pingora

    26,833在 GitHub 上查看↗

    Pingora is a Rust-based framework for building high-performance network services, including HTTP reverse proxies, layer seven load balancers, and TLS termination proxies. It serves as an asynchronous network library designed to intercept and route HTTP, gRPC, and WebSocket traffic between clients and upstream backend servers. The project enables zero-downtime service updates by handing over listening sockets between processes during binary or configuration upgrades. It utilizes a programmable multi-phase pipeline to modify request and response bodies and headers, and it provides a pluggable T

    Application Layer Load BalancingLoad Balancing StrategiesTraffic Routing
    在 GitHub 上查看↗26,833
  • gedoor/legadogedoor 的头像

    gedoor/legado

    46,878在 GitHub 上查看↗

    Legado is a digital library manager and content aggregator designed to collect, organize, and read text-based media from various online sources within a single mobile interface. It functions as a centralized platform for managing personal collections, supporting both e-book reading and the tracking of updates from multiple digital content providers. The application distinguishes itself through a modular architecture that allows users to import external source definitions, enabling the retrieval of content from diverse web-based providers. It utilizes sandboxed scripting and pattern-based extr

    Personal Library ManagersContent AggregatorsRSS Readers
    在 GitHub 上查看↗46,878
  • karpathy/nanogptkarpathy 的头像

    karpathy/nanoGPT

    59,730在 GitHub 上查看↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predict subsequent elements. The project distinguishes itself through a focus on high-speed data ingestion and hardware-accelerated performance. It includes a dedicated pipeline for transforming raw text into memory-mapped binary files, which enables efficient streaming during traini

    TransformerGenerative Text InferenceLarge Language Model Training Frameworks
    在 GitHub 上查看↗59,730
  • home-assistant/home-assistanthome-assistant 的头像

    home-assistant/home-assistant

    87,771在 GitHub 上查看↗

    Home Assistant is a home automation platform and IoT device orchestrator that serves as a central hub for controlling smart devices and executing automated routines. It functions as a local smart home controller, managing device states and automation logic on a local network to provide a private alternative to cloud-based hubs. The system emphasizes privacy-focused IoT management by prioritizing local control to reduce reliance on external cloud services. It enables multi-vendor device integration, translating diverse third-party hardware signals into a unified interface for consolidated mana

    Home AutomationDevice Abstraction LayersDevice Management
    在 GitHub 上查看↗87,771
  • web-infra-dev/oxcweb-infra-dev 的头像

    web-infra-dev/oxc

    21,721在 GitHub 上查看↗

    oxc is a high-performance JavaScript toolchain developed in Rust for parsing, transforming, and analyzing JavaScript and TypeScript source code. It provides a set of core utilities including a parser that converts code into an abstract syntax tree, a linter for identifying problematic patterns, a formatter for standardizing visual style, and a minifier for reducing production file sizes. The project focuses on high-performance execution through a system design that utilizes single-pass parsing, zero-copy string slicing, and parallel worker processing to handle large codebases. It further opti

    JavaScript and TypeScript ToolchainsCode Formatting ToolsJavaScript and TypeScript Formatting
    在 GitHub 上查看↗21,721
  • universal-debloater-alliance/universal-android-debloaterUniversal-Debloater-Alliance 的头像

    Universal-Debloater-Alliance/universal-android-debloater

    8,140在 GitHub 上查看↗

    Universal Android Debloater 是一个跨平台桌面实用程序,旨在卸载 Android 设备上预装的系统应用程序。它使用 Rust 构建,提供了一个图形用户界面,通过 Android Debug Bridge (ADB) 管理系统应用程序。 该工具专门支持在非 Root 设备上删除出厂安装的软件。它通过减少软件攻击面并删除不需要的数据收集应用程序,旨在提高设备的隐私性、安全性和电池寿命。 该系统处理包名解析,将人类可读的应用程序名称映射到内部 Android 标识符。它通过子进程管理器执行 shell 命令,以通过网络或 USB 桥接修改应用程序安装状态。

    Android Debloating UtilitiesADB Device ManagersAndroid System App Removals
    在 GitHub 上查看↗8,140
  • reduxjs/reduxreduxjs 的头像

    reduxjs/redux

    61,511在 GitHub 上查看↗

    Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state tree. This approach ensures that application data remains consistent and traceable across the entire component hierarchy. The library distinguishes itself through a functional pattern that relies on pure functions for state logic and a middleware-based extension system. This mid

    Action Reducer PatternsAction-Driven State MutationsCentralized State Containers
    在 GitHub 上查看↗61,511
  • toeverything/affinetoeverything 的头像

    toeverything/AFFiNE

    69,443在 GitHub 上查看↗

    AFFiNE is a collaborative knowledge base and productivity suite designed as a private-first, local-first platform. It provides an integrated workspace that combines structured documents with an infinite digital canvas, allowing users to organize complex information through a block-based model. By prioritizing local data persistence, the platform ensures immediate responsiveness and data sovereignty while maintaining a distributed state for real-time synchronization across multiple devices. The platform distinguishes itself through a canvas-integrated database engine that enables transitions b

    Collaborative Knowledge BasesCollaborative WorkspacesLocal-First Data Persistence
    在 GitHub 上查看↗69,443
  • sequelize/sequelizesequelize 的头像

    sequelize/sequelize

    30,349在 GitHub 上查看↗

    Sequelize is an object-relational mapping library that provides a unified interface for managing relational data through code. By implementing the Active Record pattern, it maps database tables to application objects, allowing developers to perform standard create, read, update, and delete operations using high-level method calls. The library abstracts complex database interactions by translating these calls into optimized, engine-specific SQL statements, ensuring consistent behavior across different database systems. The project distinguishes itself through a comprehensive suite of tools for

    Object-Relational MappersDatabase DriversObject-Relational Mapping
    在 GitHub 上查看↗30,349
  • reasonml/reasonreasonml 的头像

    reasonml/reason

    10,313在 GitHub 上查看↗

    Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie

    Functional ProgrammingMulti-Target CompilersSource-to-JavaScript Transpilers
    在 GitHub 上查看↗10,313
  • microsoft/powertoysmicrosoft 的头像

    microsoft/PowerToys

    135,047在 GitHub 上查看↗

    PowerToys is a collection of background-resident system utilities designed to extend native operating system functionality and streamline desktop workflows. It operates as a modular toolkit, utilizing a central plugin-based host architecture that allows users to dynamically enable or disable specific features for system configuration and automation. By leveraging native system hooking, the suite intercepts global input and window events to provide advanced control over the computing environment. The project distinguishes itself through its focus on cross-device input orchestration and spatial

    Cross-Device Input ControllersDesktop Workflow OptimizersPlugin-Based Architectures
    在 GitHub 上查看↗135,047
  • cisofy/lynisCISOfy 的头像

    CISOfy/lynis

    15,284在 GitHub 上查看↗

    Lynis is an automated security auditing and system hardening framework designed for UNIX-based operating systems. It functions as a command-line utility that inspects local system configurations to identify security vulnerabilities, configuration weaknesses, and compliance gaps. By executing a series of modular tests, the tool generates actionable reports and remediation suggestions to assist in strengthening system defenses. The project distinguishes itself through a highly modular architecture that relies on shell-script-based execution and native system inspection. Users can define custom

    Automated Security ScannersSecurity Auditing ToolsSecurity Testing and Auditing
    在 GitHub 上查看↗15,284
  • openra/openraOpenRA 的头像

    OpenRA/OpenRA

    16,450在 GitHub 上查看↗

    OpenRA is an open-source game engine designed for the development and modernization of real-time strategy titles. It provides a modular framework that allows developers to build standalone games or total conversion modifications by leveraging a trait-based entity composition system. The engine is built to support both the preservation of classic strategy games and the creation of new experiences, offering cross-platform compatibility and a flexible architecture for defining game rules and unit behaviors. The engine distinguishes itself through a configuration-driven approach where game logic,

    Real-Time Strategy EnginesDeterministic NetworkingStrategy
    在 GitHub 上查看↗16,450
  • learnopengl-cn/learnopengl-cnLearnOpenGL-CN 的头像

    LearnOpenGL-CN/LearnOpenGL-CN

    6,079在 GitHub 上查看↗

    http://learnopengl.com 系列教程的简体中文翻译

    learnopengltranslation
    在 GitHub 上查看↗6,079
  • leaflet/leafletLeaflet 的头像

    Leaflet/Leaflet

    45,200在 GitHub 上查看↗

    Leaflet is a lightweight JavaScript mapping library used to build mobile-friendly interactive maps on web pages. It functions as an open-source geospatial toolkit and web map renderer, providing the necessary tools to display geographical tiles and vector data. The framework is designed as a mobile-first map interface, ensuring that mapping experiences remain responsive and efficient across both desktop browsers and mobile devices. It enables the creation of custom map implementations and the visualization of geospatial data through the addition of markers, popups, and layers. The library co

    Interactive Map ViewersGeospatial ToolkitsGeospatial Visualizations
    在 GitHub 上查看↗45,200
  • quantumlib/cirqquantumlib 的头像

    quantumlib/Cirq

    4,990在 GitHub 上查看↗

    Cirq 是一个 Python 量子计算框架,用于在含噪声中等规模量子(NISQ)硬件上设计、模拟和执行量子电路。它既是一个量子电路模拟器和噪声建模器,也是实现量子算法的工具。 该框架为 NISQ 硬件提供了专门的接口,允许用户将逻辑量子电路映射到物理设备拓扑,同时验证硬件连接性和门约束。它通过集成噪声建模脱颖而出,应用去极化和阻尼通道来模拟真实量子处理器中发现的退相干和错误。 该项目涵盖了广泛的功能,包括量子电路设计、硬件集成和状态模拟。它包括用于门分解、硬件拓扑映射以及执行傅里叶变换和非结构化数据搜索等基本量子过程的工具。此外,它还提供了用于分子基态计算和硬件保真度基准测试的分析工具。

    Quantum Circuit DesignQuantum ComputingDensity Matrix Simulators
    在 GitHub 上查看↗4,990
上一个1234567…5675下一个