用简单的语言解释您正在构建的内容,获取最匹配的 GitHub 仓库。
awesome-repositories.com 帮助您在 GitHub 上找到合适的开源项目。告诉我们的 AI 搜索 您想要构建的内容(使用自然语言),它会根据匹配度对数千个精选仓库进行排名。每个项目都经过 持续监控,按清晰的类别整理,并由其他开发者投票选出。浏览下方的精选内容,或开始搜索。
目录中的佼佼者——每隔几小时更新一次。
常见的搜索内容,以可浏览的树状结构组织。
这是一个精选的 GitHub 开源仓库目录,支持使用自然语言进行搜索。只需描述您正在构建的内容,AI 就会根据匹配度对数千个经过审核的项目进行排名,并附上匹配原因的简要说明。
GitHub 搜索匹配的是您输入的关键词。而在这里,您可以用自然语言描述问题,AI 会根据意图进行匹配,因此即使项目描述中没有包含您输入的精确词汇,也能找到解决您需求的项目。
输入您想构建的内容,例如“一个可以 ping 我的服务并在 Discord 上发出警报的自托管状态页面”。您将获得按匹配度而非单纯按 Star 数量排序的匹配仓库。
是精选的,而非原始抓取。AI 会分析每个项目,将其归类,并根据我们调整和审核的规则按相关性进行排名,同时剔除低质量或重复的条目。
是的。搜索和浏览目录完全免费。
LLMs, agents, and the tools to build with them.
Notes, tasks, docs, and knowledge bases.
Chat, calls, photos, music, and personal files.
Databases, pipelines, and analytics.
Containers, deployment, monitoring, and automation.
Passwords, secrets, and offensive security.
Languages, CLIs, frameworks, and version control.
Courses, books, interviews, and CS foundations.
Openclaw 是一个用于管理智能体(Agent)执行环境的平台,提供控制智能体生命周期、会话状态和工作区持久化的基础设施。它具有一个处理模型循环、工具调用和流式事件的中心化网关,同时支持多智能体路由和持久化内存管理。该系统旨在规范工具执行签名,并为跨提供商兼容性提供标准化接口。 该平台包括广泛的开发者工具,例如用于工作区管理的命令行界面、诊断日志记录以及允许注册自定义工具和功能的插件架构。它通过事件驱动的钩子、任务调度和与外部服务的集成来支持自动化工作流。安全性通过执行策略、凭据可移植性和智能体操作的审批工作流进行管理。 部署通过自动化基础设施安装程序和容器化网关助手提供支持,并内置了用于备份和配置管理的实用程序。该系统为编排多步工作流提供了结构化格式,并包括用于浏览器自动化和结构化代码补丁的专用工具。
This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture
This project is a comprehensive technical knowledge base designed to support developers in mastering systems programming and preparing for technical assessments. It provides a structured collection of fundamental computer science concepts, mapping high-level language constructs to low-level hardware memory layouts, runtime object lifecycles, and system-level operations. The repository distinguishes itself through a hierarchical approach that bridges the gap between theoretical principles and practical implementation. It offers detailed guidance on C++ language mechanisms, standard library usa