GitHub 热榜项目 - 日榜(2026-1-9)

GitHub 热榜项目 - 日榜(2026-1-9)

生成于:2026-1-9

统计摘要

共发现热门项目: 15 个

榜单类型:日榜

本期热点趋势总结

本期GitHub热榜显示AI智能体开发工具全面爆发,Claude Code终端助手和Chrome DevTools MCP等工具通过自然语言命令显著提升编码效率。项目热点集中在为AI智能体构建长效记忆层,如memvid和claude-mem用精简架构替代复杂RAG管道,实现会话上下文持久化。同时VideoRAG和MiroThinker推动多模态搜索智能体发展,强化视频理解和深研能力。趋势表明开发者正着力解决智能体实践中的记忆瓶颈和工具集成难题,通过TypeScript/Python等技术栈打造可落地的代码解决方案。


1. ChromeDevTools/chrome-devtools-mcp


2. anthropics/claude-code

  • 🏷️ 项目名称: anthropics/claude-code
  • 🔗 项目地址: https://github.com/anthropics/claude-code
  • ⭐ 当前 Star 数: 53361
  • 📈 趋势 Star 数: 671
  • 📋 项目介绍: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
  • 💡 推荐语: 能在终端用自然语言对话的AI编程助手Claude Code可直接理解代码库帮你自动执行任务解析复杂逻辑并管理Git工作流极大提升开发效率

3. nothings/stb

  • 🏷️ 项目名称: nothings/stb
  • 🔗 项目地址: https://github.com/nothings/stb
  • ⭐ 当前 Star 数: 31638
  • 📈 趋势 Star 数: 185
  • 📋 项目介绍: stb single-file public domain libraries for C/C++
  • 💡 推荐语: 超过3万星的开源C语言库,单文件设计无需编译,即插即用的图像处理利器,公共领域许可可商用。

4. MiroMindAI/MiroThinker

  • 🏷️ 项目名称: MiroMindAI/MiroThinker
  • 🔗 项目地址: https://github.com/MiroMindAI/MiroThinker
  • ⭐ 当前 Star 数: 3404
  • 📈 趋势 Star 数: 803
  • 📋 项目介绍: MiroThinker is an open-source search agent suite, built for tool-augmented reasoning and real-world information seeking, aiming to match the deep research experience of OpenAI Deep Research and Gemini Deep Research.
  • 💡 推荐语: 开源AI搜索套件MiroThinker,具备工具增强推理能力,旨在实现媲美顶尖AI的深度研究体验,助你高效获取真实世界信息。

5. protocolbuffers/protobuf

  • 🏷️ 项目名称: protocolbuffers/protobuf
  • 🔗 项目地址: https://github.com/protocolbuffers/protobuf
  • ⭐ 当前 Star 数: 70231
  • 📈 趋势 Star 数: 62
  • 📋 项目介绍: Protocol Buffers - Google's data interchange format
  • 💡 推荐语: 谷歌开源的高效数据交换格式Protocol Buffers,支持多语言且序列化性能远超JSON和XML,是构建跨平台通信与微服务的理想工具。

6. thedotmack/claude-mem

  • 🏷️ 项目名称: thedotmack/claude-mem
  • 🔗 项目地址: https://github.com/thedotmack/claude-mem
  • ⭐ 当前 Star 数: 12468
  • 📈 趋势 Star 数: 800
  • 📋 项目介绍: A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
  • 💡 推荐语: 这款Claude代码插件能自动记录编程会话全程,通过AI智能压缩并提取关键信息,在未来开发中为你精准注入相关上下文,让AI编程助手真正拥有长期记忆。

7. xpipe-io/xpipe

  • 🏷️ 项目名称: xpipe-io/xpipe
  • 🔗 项目地址: https://github.com/xpipe-io/xpipe
  • ⭐ 当前 Star 数: 12838
  • 📈 趋势 Star 数: 172
  • 📋 项目介绍: Access your entire server infrastructure from your local desktop
  • 💡 推荐语: 一款Java开发的桌面端服务器管理工具,让你在本地轻松掌控所有远程服务器。

8. NVlabs/alpasim

  • 🏷️ 项目名称: NVlabs/alpasim
  • 🔗 项目地址: https://github.com/NVlabs/alpasim
  • ⭐ 当前 Star 数: 524
  • 📈 趋势 Star 数: 65
  • 📋 项目介绍: null
  • 💡 推荐语: 英伟达开源的Alpasim项目,使用Python构建大规模集群网络模拟器,助力高效研究和优化数据中心互联拓扑。

9. Lissy93/web-check

  • 🏷️ 项目名称: Lissy93/web-check
  • 🔗 项目地址: https://github.com/Lissy93/web-check
  • ⭐ 当前 Star 数: 28963
  • 📈 趋势 Star 数: 642
  • 📋 项目介绍: 🕵️‍♂️ All-in-one OSINT tool for analysing any website
  • 💡 推荐语: 一个功能全面的TypeScript开源情报工具,只需输入网址即可深度剖析网站的各项信息,是开发者和安全人员的实用助手。

10. google/googletest

  • 🏷️ 项目名称: google/googletest
  • 🔗 项目地址: https://github.com/google/googletest
  • ⭐ 当前 Star 数: 37856
  • 📈 趋势 Star 数: 119
  • 📋 项目介绍: GoogleTest - Google Testing and Mocking Framework
  • 💡 推荐语: 谷歌开源C++测试框架,提供强大单元测试和模拟功能,让开发者轻松编写高质量代码。

11. apache/superset

  • 🏷️ 项目名称: apache/superset
  • 🔗 项目地址: https://github.com/apache/superset
  • ⭐ 当前 Star 数: 69831
  • 📈 趋势 Star 数: 40
  • 📋 项目介绍: Apache Superset is a Data Visualization and Data Exploration Platform
  • 💡 推荐语: Apache Superset 开源数据可视化平台,让用户通过直观拖拽快速探索并构建丰富的数据图表。

12. memvid/memvid

  • 🏷️ 项目名称: memvid/memvid
  • 🔗 项目地址: https://github.com/memvid/memvid
  • ⭐ 当前 Star 数: 11725
  • 📈 趋势 Star 数: 465
  • 📋 项目介绍: Memory layer for AI Agents. Replace complex RAG pipelines with a serverless, single-file memory layer. Give your agents instant retrieval and long-term memory.
  • 💡 推荐语: 用Rust编写的服务器less内存层,为AI智能体打造极速检索和长期记忆,一键替代复杂RAG流程。

13. Lightricks/ComfyUI-LTXVideo

  • 🏷️ 项目名称: Lightricks/ComfyUI-LTXVideo
  • 🔗 项目地址: https://github.com/Lightricks/ComfyUI-LTXVideo
  • ⭐ 当前 Star 数: 2641
  • 📈 趋势 Star 数: 48
  • 📋 项目介绍: LTX-Video Support for ComfyUI
  • 💡 推荐语: Lightricks官方出品让ComfyUI也能用上LTXVideo强大视频生成能力只需简单节点操作即可创作高质量动态内容

14. NevaMind-AI/memU

  • 🏷️ 项目名称: NevaMind-AI/memU
  • 🔗 项目地址: https://github.com/NevaMind-AI/memU
  • ⭐ 当前 Star 数: 3784
  • 📈 趋势 Star 数: 112
  • 📋 项目介绍: Memory infrastructure for LLMs and AI agents
  • 💡 推荐语: 为AI大模型和智能体打造的记忆基础设施memU,让AI拥有持续学习和演进的能力。

15. HKUDS/VideoRAG

  • 🏷️ 项目名称: HKUDS/VideoRAG
  • 🔗 项目地址: https://github.com/HKUDS/VideoRAG
  • ⭐ 当前 Star 数: 2030
  • 📈 趋势 Star 数: 127
  • 📋 项目介绍: [KDD'2026] "VideoRAG: Chat with Your Videos"
  • 💡 推荐语: HKUDS团队推出VideoRAG开源项目,利用最新的检索增强生成技术,让你能像与人对话一样,用自然语言直接查询和分析视频内容。


数据来源


关于作者

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


相关推荐
Flying pigs~~18 小时前
LoRA 面试完全指南:低秩分解原理 + Transformer 应用
人工智能·深度学习·lora·大模型·微调·transformer
OpenCSG19 小时前
以开源技术、跨境数据与绿色算力为支点,“开放东方社区”上线
开源
深度先生19 小时前
用 PyWebView + React 造了一个 ChromaDB 桌面客户端
github
淘矿人20 小时前
从0到1:用Claude启动你的第一个项目
开发语言·人工智能·git·python·github·php·pygame
code_pgf20 小时前
Octo 算法详解-开源通用机器人策略模型技术报告
算法·机器人·开源
lpfasd12320 小时前
Git/Gitee/GitHub 3 个安全凭证详解
git·gitee·github
非优秀程序员20 小时前
智能体的构成--深入探讨Anthropic、OpenAI、Perplexity和LangChain究竟在构建什么。
人工智能·架构·开源
Hello__777720 小时前
开源鸿蒙 Flutter 实战|文章分类标签功能全流程实现
flutter·开源·harmonyos
ClkLog-开源埋点用户分析20 小时前
在信创环境下,如何判断一套用户行为分析系统是否“真正可用”?
数据分析·开源·开源软件·用户画像·埋点系统
Flynt21 小时前
微软OpenAI终止独家合作:多云部署背后的技术架构变化
llm