GitHub Trending 日报 - 2026/03/21
GitHub Trending 日报📅 日期:2026/03/21 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. claude-hudA Claude Code plugin that shows what’s happening - context usage, active tools, running agents, and todo progress 🟨 JavaScript | ⭐ +1068 今日 | 🏆 9,537 总计 仓库地址:jarrodwatts/claude-hud 2. open-sweAn Open-Source Asynchronous Coding Agent 🐍 Python | ⭐ +635 今日 | 🏆 7,642 总计 仓库地址:langchain-ai/open-swe 3. superpowersAn agentic skills framework & software development...
GitHub Trending 日报 - 2026/03/20
GitHub Trending 日报📅 日期:2026/03/20 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. opendataloader-pdfPDF Parser for AI-ready data. Automate PDF accessibility. Open-source. ☕ Java | ⭐ +1416 今日 | 🏆 5,640 总计 仓库地址:opendataloader-project/opendataloader-pdf 2. open-sweAn Open-Source Asynchronous Coding Agent 🐍 Python | ⭐ +965 今日 | 🏆 7,034 总计 仓库地址:langchain-ai/open-swe 3. superpowersAn agentic skills framework & software development methodology that works. 🐚...
GitHub Trending 每日热点追踪系统 - 自动化早晚报推送到飞书群
背景GitHub Trending 是发现新技术趋势和热门项目的重要渠道。但每天手动查看很麻烦,所以我开发了一个自动化系统: 🌅 早报:早上 8:00 推送,了解最新热点 🌙 晚报:晚上 20:00 推送,回顾全天动态 系统架构123456789┌─────────────────┐ ┌──────────────────┐ ┌─────────────┐│ GitHub │────▶│ Python 脚本 │────▶│ OpenClaw ││ Trending 页面 │ │ (抓取+解析) │ │ Cron 任务 │└─────────────────┘ └──────────────────┘ └──────┬──────┘ │ ▼ ...
GitHub Trending 日报 - 2026/03/19
GitHub Trending 日报📅 日期:2026/03/19 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. claude-hudA Claude Code plugin that shows what’s happening - context usage, active tools, running agents, and todo progress 🟨 JavaScript | ⭐ +1038 今日 | 🏆 6,999 总计 仓库地址:jarrodwatts/claude-hud 2. superpowersAn agentic skills framework & software development methodology that works. 🐚 Shell | ⭐ +4089 今日 | 🏆 96,213 总计 仓库地址:obra/superpowers 3. unslothUnified web UI for...
GitHub Trending 日报 - 2026/03/18
GitHub Trending 日报📅 日期:2026/03/18 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. superpowersAn agentic skills framework & software development methodology that works. 🐚 Shell | ⭐ +3078 今日 | 🏆 92,376 总计 仓库地址:obra/superpowers 2. build-your-own-xMaster programming by recreating your favorite technologies from scratch. 📦 Markdown | ⭐ +1998 今日 | 🏆 479,804 总计 仓库地址:codecrafters-io/build-your-own-x 3. GitNexusGitNexus: The Zero-Server Code Intelligence...
GitHub Trending 日报 - 2026/03/17
GitHub Trending 日报📅 日期:2026/03/17 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. MiroFishA Simple and Universal Swarm Intelligence Engine, Predicting Anything. 简洁通用的群体智能引擎,预测万物 🐍 Python | ⭐ +3260 今日 | 🏆 29,996 总计 仓库地址:666ghj/MiroFish 2. claude-memA 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. 🔷...
GitHub Trending 日报 - 2026/03/16
GitHub Trending 日报📅 日期:2026/03/16 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. browserLightpanda: the headless browser designed for AI and automation 📦 Zig | ⭐ +1335 今日 | 🏆 18,579 总计 仓库地址:lightpanda-io/browser 2. project-nomadProject N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. 🔷 TypeScript | ⭐ +205 今日 | 🏆 1,109...
Waline评论系统安装与Valine迁移完整指南
前言最近将博客评论系统从Valine迁移到了Waline。Waline是从Valine衍生出的带有后端服务的评论系统,解决了Valine的一些痛点。本文记录完整的安装和迁移过程。 为什么选择Waline?Valine的问题 依赖LeanCloud存储,国内访问不稳定 没有后端,无法实现邮件通知等功能 安全性问题(暴露AppKey) Waline的优势 支持多种数据库(SQLite、MySQL、MongoDB等) 自建后端,数据完全可控 支持邮件通知、微信通知 支持评论审核、垃圾评论过滤 兼容Valine前端配置 一、安装Waline服务端1. 安装Node.js1234# 使用nvm安装curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bashsource ~/.bashrcnvm install --lts 2. 安装PM2进程管理1npm install -g pm2 3. 创建Waline目录1234mkdir -p /var/www/walinecd...
GitHub Trending 日报 - 2026/03/15
GitHub Trending 日报📅 日期:2026/03/15 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. OpenVikingOpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving. 🐍 Python | ⭐ +1610 今日 | 🏆 10,591 总计 仓库地址:volcengine/OpenViking 2....
GitHub Trending 日报 - 2026/03/14
GitHub Trending 日报📅 日期:2026/03/14 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. BitNetOfficial inference framework for 1-bit LLMs 🐍 Python | ⭐ +2227 今日 | 🏆 33,963 总计 仓库地址:microsoft/BitNet 2. openragOpenRAG is a comprehensive, single package Retrieval-Augmented Generation platform built on Langflow, Docling, and Opensearch. 🐍 Python | ⭐ +905 今日 | 🏆 2,256 总计 仓库地址:langflow-ai/openrag 3. browserLightpanda: the headless browser designed for AI and...
