当前位置: 首页 > news >正文

GitHub 热榜项目 - 日榜(2025-09-04)

GitHub 热榜项目 - 日榜(2025-09-04)

生成于:2025-09-04

统计摘要

共发现热门项目:20 个

榜单类型:日榜


本期热点趋势总结

本期GitHub热榜呈现三大技术热点:AI智能体开发、架构工程化和开发者工具革新。JetBrains Koog、DeepCode等项目推动多平台AI代理框架发展,MCP协议生态加速AI工作流集成。PowerToys、Termix等工具聚焦生产力提升,全栈开发模板(如.NET Starter Kit)和DDD架构实践凸显模块化与云原生趋势。安全工具Trivy和教育资源库ChinaTextbook反映行业对DevSecOps和知识开源的持续关注。整体体现开发效率、AI融合及架构现代化的技术演进方向。

GitHub

项目详细列表

1. pedroslopez/whatsapp-web.js

  • 🏷️ 项目名称: pedroslopez/whatsapp-web.js

  • 🔗 项目地址: https://github.com/pedroslopez/whatsapp-web.js

  • ⭐ 当前 Star 数: 18778

  • 📈 趋势 Star 数: 327

  • 📋 项目介绍: A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app

  • 💡 推荐语: whatsapp-web.js是一个基于NodeJS的WhatsApp客户端库,通过模拟WhatsApp Web浏览器实现自动化通讯,支持消息收发、媒体处理和账号管理,为开发者提供便捷的WhatsApp集成方案。

whatsapp-web.js


2. dockur/windows

  • 🏷️ 项目名称: dockur/windows

  • 🔗 项目地址: https://github.com/dockur/windows

  • ⭐ 当前 Star 数: 43976

  • 📈 趋势 Star 数: 553

  • 📋 项目介绍: Windows inside a Docker container.

  • 💡 推荐语: 将Windows系统运行在Docker容器中的创新项目,通过容器化技术实现Windows环境的快速部署和隔离管理。

windows


3. JetBrains/koog

  • 🏷️ 项目名称: JetBrains/koog

  • 🔗 项目地址: https://github.com/JetBrains/koog

  • ⭐ 当前 Star 数: 2803

  • 📈 趋势 Star 数: 150

  • 📋 项目介绍: Koog is the official Kotlin framework for building and running robust, scalable and production-ready AI agents across all platforms – from backend ser…

  • 💡 推荐语: JetBrains推出的Koog是官方Kotlin框架,可构建跨平台(后端/移动端/JVM/浏览器)的高性能AI代理,基于其AI产品经验提供成熟的大型语言模型解决方案。

koog


4. microsoft/PowerToys

  • 🏷️ 项目名称: microsoft/PowerToys

  • 🔗 项目地址: https://github.com/microsoft/PowerToys

  • ⭐ 当前 Star 数: 122952

  • 📈 趋势 Star 数: 79

  • 📋 项目介绍: Windows system utilities to maximize productivity

  • 💡 推荐语: 微软开源的PowerToys提供了一套强大的Windows生产力工具集,包含窗口管理、快捷搜索等实用功能,帮助用户高效操作系统。

PowerToys


5. LukeGus/Termix

  • 🏷️ 项目名称: LukeGus/Termix

  • 🔗 项目地址: https://github.com/LukeGus/Termix

  • ⭐ 当前 Star 数: 2492

  • 📈 趋势 Star 数: 401

  • 📋 项目介绍: Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities.

  • 💡 推荐语: Termix是一款基于网页的服务器管理平台,提供SSH终端、隧道连接和文件编辑功能,方便开发者通过浏览器远程管理服务器。

Termix


6. appcypher/awesome-mcp-servers

  • 🏷️ 项目名称: appcypher/awesome-mcp-servers

  • 🔗 项目地址: https://github.com/appcypher/awesome-mcp-servers

  • ⭐ 当前 Star 数: 3903

  • 📈 趋势 Star 数: 124

  • 📋 项目介绍: Awesome MCP Servers - A curated list of Model Context Protocol servers

  • 💡 推荐语: 一个精选的Model Context Protocol服务器资源列表,收录高质量MCP服务实现,为开发者提供便捷参考和开发工具集合。

awesome-mcp-servers


7. ashishpatel26/500-AI-Agents-Projects

  • 🏷️ 项目名称: ashishpatel26/500-AI-Agents-Projects

  • 🔗 项目地址: https://github.com/ashishpatel26/500-AI-Agents-Projects

  • ⭐ 当前 Star 数: 9269

  • 📈 趋势 Star 数: 934

  • 📋 项目介绍: The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides l…

  • 💡 推荐语: 500-AI-Agents-Projects精选了涵盖医疗、金融、教育等多个行业的500个AI代理用例,提供开源项目链接,展示AI技术在现实场景中的实用价值和行业变革潜力。

500-AI-Agents-Projects


8. kgrzybek/modular-monolith-with-ddd

  • 🏷️ 项目名称: kgrzybek/modular-monolith-with-ddd

  • 🔗 项目地址: https://github.com/kgrzybek/modular-monolith-with-ddd

  • ⭐ 当前 Star 数: 12662

  • 📈 趋势 Star 数: 38

  • 📋 项目介绍: Full Modular Monolith application with Domain-Driven Design approach.

  • 💡 推荐语: 采用领域驱动设计(DDD)实现的完整模块化单体架构应用,展示了如何将大型系统拆分为高内聚低耦合的模块。

modular-monolith-with-ddd


9. fullstackhero/dotnet-starter-kit

  • 🏷️ 项目名称: fullstackhero/dotnet-starter-kit

  • 🔗 项目地址: https://github.com/fullstackhero/dotnet-starter-kit

  • ⭐ 当前 Star 数: 5907

  • 📈 趋势 Star 数: 40

  • 📋 项目介绍: Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly…

  • 💡 推荐语: 是一个生产级的 .NET 9 启动模板,支持云部署、多租户和模块化架构,提供高效开发 Web API 和 Blazor 客户端的完整解决方案。

dotnet-starter-kit


10. jasontaylordev/CleanArchitecture

  • 🏷️ 项目名称: jasontaylordev/CleanArchitecture

  • 🔗 项目地址: https://github.com/jasontaylordev/CleanArchitecture

  • ⭐ 当前 Star 数: 18829

  • 📈 趋势 Star 数: 33

  • 📋 项目介绍: Clean Architecture Solution Template for ASP.NET Core

  • 💡 推荐语: 这是一个ASP.NET Core的清洁架构解决方案模板,提供清晰的分层结构和最佳实践,帮助开发者快速构建可维护的高质量应用程序。

CleanArchitecture


11. dotnet/eShop

  • 🏷️ 项目名称: dotnet/eShop

  • 🔗 项目地址: https://github.com/dotnet/eShop

  • ⭐ 当前 Star 数: 8853

  • 📈 趋势 Star 数: 44

  • 📋 项目介绍: A reference .NET application implementing an eCommerce site

  • 💡 推荐语: 微软官方提供的.NET电商平台参考实现,展示了微服务架构、容器化部署等现代云原生开发实践。

eShop


12. chiphuyen/aie-book

  • 🏷️ 项目名称: chiphuyen/aie-book

  • 🔗 项目地址: https://github.com/chiphuyen/aie-book

  • ⭐ 当前 Star 数: 7418

  • 📈 趋势 Star 数: 855

  • 📋 项目介绍: [WIP] Resources for AI engineers. Also contains supporting materials for the book AI Engineering (Chip Huyen, 2025)

  • 💡 推荐语: 由Chip Huyen维护的AI工程师实用资源库,提供人工智能工程领域的学习资料和书籍配套内容,帮助开发者系统掌握AI工程实践。

aie-book


13. dipakkr/A-to-Z-Resources-for-Students

  • 🏷️ 项目名称: dipakkr/A-to-Z-Resources-for-Students

  • 🔗 项目地址: https://github.com/dipakkr/A-to-Z-Resources-for-Students

  • ⭐ 当前 Star 数: 19274

  • 📈 趋势 Star 数: 75

  • 📋 项目介绍: ✅ Curated list of resources for college students

  • 💡 推荐语: 一个精心整理的大学学习资源大全,汇集A到Z各类优质学习资料和技术工具,帮助学生高效获取编程、设计等领域的知识。

A-to-Z-Resources-for-Students


14. oraios/serena

  • 🏷️ 项目名称: oraios/serena

  • 🔗 项目地址: https://github.com/oraios/serena

  • ⭐ 当前 Star 数: 11192

  • 📈 趋势 Star 数: 229

  • 📋 项目介绍: A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)

  • 💡 推荐语: Serena是一个强大的AI编码工具包,提供语义检索和代码编辑能力,通过MCP服务器等集成显著提升开发效率。

serena


15. aquasecurity/trivy

  • 🏷️ 项目名称: aquasecurity/trivy

  • 🔗 项目地址: https://github.com/aquasecurity/trivy

  • ⭐ 当前 Star 数: 28207

  • 📈 趋势 Star 数: 42

  • 📋 项目介绍: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

  • 💡 推荐语: Trivy是一个全面的开源安全扫描工具,支持检测容器、Kubernetes、代码仓库和云环境中的漏洞、错误配置、敏感信息和SBOM,提供快速准确的多平台安全分析。

trivy


16. HKUDS/DeepCode

  • 🏷️ 项目名称: HKUDS/DeepCode

  • 🔗 项目地址: https://github.com/HKUDS/DeepCode

  • ⭐ 当前 Star 数: 5363

  • 📈 趋势 Star 数: 160

  • 📋 项目介绍: “DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)”

  • 💡 推荐语: DeepCode是一个开源智能编码代理项目,能将论文、文本描述自动转换为代码、网页和后端实现,显著提升开发效率。

DeepCode


17. activepieces/activepieces

  • 🏷️ 项目名称: activepieces/activepieces

  • 🔗 项目地址: https://github.com/activepieces/activepieces

  • ⭐ 当前 Star 数: 17382

  • 📈 趋势 Star 数: 132

  • 📋 项目介绍: AI Agents & MCPs & AI Workflow Automation • (280+ MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs fo…

  • 💡 推荐语: Activepieces是一个AI工作流自动化平台,提供280+多服务器控制点(MCPs)支持AI代理,实现高效的AI工作流编排与自动化处理。

activepieces


18. kestra-io/kestra

  • 🏷️ 项目名称: kestra-io/kestra

  • 🔗 项目地址: https://github.com/kestra-io/kestra

  • ⭐ 当前 Star 数: 20602

  • 📈 趋势 Star 数: 45

  • 📋 项目介绍: ⚡ Universal Workflow Orchestration Platform — Code in any language, run anywhere. 800+ plugins for data, infrastructure, and AI automation.

  • 💡 推荐语: Kestra 是一个通用工作流编排平台,支持多种编程语言和800+插件,实现数据、基础设施和AI自动化任务的灵活部署与执行。

kestra


19. TapXWorld/ChinaTextbook

  • 🏷️ 项目名称: TapXWorld/ChinaTextbook

  • 🔗 项目地址: https://github.com/TapXWorld/ChinaTextbook

  • ⭐ 当前 Star 数: 48140

  • 📈 趋势 Star 数: 97

  • 📋 项目介绍: 所有小初高、大学PDF教材。

  • 💡 推荐语: TapXWorld/ChinaTextbook 是一个收录中国小初高及大学全套PDF教材的开源项目,为教育资源共享提供了极大便利,已获4.8万星标。

ChinaTextbook


20. carthage-software/mago

  • 🏷️ 项目名称: carthage-software/mago

  • 🔗 项目地址: https://github.com/carthage-software/mago

  • ⭐ 当前 Star 数: 885

  • 📈 趋势 Star 数: 58

  • 📋 项目介绍: Mago is a toolchain for PHP that aims to provide a set of tools to help developers write better code.

  • 💡 推荐语: Mago是一个PHP工具链项目,提供了一套帮助开发者编写更优质代码的实用工具集。

mago



数据来源

  • 🧭 GitHub Trending
  • 🚀 数据获取自GitHub公共API


关于作者

📝 由 CoderJia 整理发布,助力开发者洞察技术趋势。



文章转载自:

http://LWEpfwn6.tgfjm.cn
http://5nQqEnbq.tgfjm.cn
http://CPOq82Zh.tgfjm.cn
http://4EQtDzOh.tgfjm.cn
http://gg7WjxdC.tgfjm.cn
http://JLoCpjXN.tgfjm.cn
http://Geu6hvmG.tgfjm.cn
http://KWENZxd6.tgfjm.cn
http://kjCeaQWY.tgfjm.cn
http://JBaQG5lT.tgfjm.cn
http://xbtoDDT3.tgfjm.cn
http://vasBcJ6p.tgfjm.cn
http://dsooTT1F.tgfjm.cn
http://7tA9DDPo.tgfjm.cn
http://r1XmWMvb.tgfjm.cn
http://veptj8ua.tgfjm.cn
http://E2sYWUmu.tgfjm.cn
http://odiGBrzt.tgfjm.cn
http://IS19wA0b.tgfjm.cn
http://OLlI7Y8X.tgfjm.cn
http://tWRabwLn.tgfjm.cn
http://Q8H13qFu.tgfjm.cn
http://LSQLCPtc.tgfjm.cn
http://yeJNJ1jD.tgfjm.cn
http://2o5ni9uA.tgfjm.cn
http://Ds9PRCbU.tgfjm.cn
http://DS7e5wpy.tgfjm.cn
http://6n2HZo5z.tgfjm.cn
http://CQ33TGhR.tgfjm.cn
http://V3if4fLY.tgfjm.cn
http://www.dtcms.com/a/366292.html

相关文章:

  • openEuler2403安装部署Kafka
  • CDN加速的安全隐患与解决办法
  • (E题|AI 辅助智能体测)2025年高教杯全国大学生数学建模国赛解题思路|完整代码论文集合
  • Process Explorer 学习笔记(第三章3.1.2):管理权利与提权机制解析)
  • SQL Server服务管理
  • OpenAI开放ChatGPT Projects功能,免费用户也能用了!
  • 【已更新文章+代码】2025数学建模国赛A题思路代码文章高教社杯全国大学生数学建模-烟幕干扰弹的投放策略
  • Java集合---Collection接口和Map接口
  • 应对反爬:使用Selenium模拟浏览器抓取12306动态旅游产品
  • PDF.AI-与你的PDF文档对话
  • Apache PDFBox 与 spire.pdf for java 使用记录
  • Access开发导出PDF的N种姿势,你get了吗?
  • 那些年我们一起追过的Java技术,现在真的别再追了!
  • 记一次 Nuxt 3 + pnpm Monorepo 中的依赖地狱:`@unhead/vue` 引发的致命错误
  • 前端基础(四十三):文本数据解析为键值对
  • vue3入门- script setup详解上
  • JS(DOM对象)
  • Linux内存管理章节三:绘制Linux的内存地图:内核与用户空间布局详解
  • window使用ffmep工具,加自定义脚本执行视频转码成h264(运营人员使用)
  • webrtc之语音活动上——VAD能量检测原理以及源码详解
  • STM32H750 RTC介绍及应用
  • Rewind-你人生的搜索引擎
  • S32K328上芯片内部RTC的使用和唤醒配置
  • Paraverse平行云实时云渲染助力第82届威尼斯电影节XR沉浸式体验
  • 苹果Vision Air蓝图或定档2027,三星/微美全息加速XR+AI核心生态布局卡位
  • 低代码高效搭建应用,轻松应对多场景需求
  • 鸿蒙分布式数据同步失败全解
  • 执行select * from a where rownum<1;,数据库子进程崩溃,业务中断。
  • 【kernel】binder死亡代理
  • Oracle 数据库使用事务确保数据的安全