Weekly: Top Trending Open Source Projects (2026-03-31)
March 31, 2026
This week's GitHub trending charts were dominated by AI tooling, Rust-based infrastructure, and a surprising resurgence of developer productivity tools. Here's what caught the community's attention.
Topping the list is ggerganov/llama.cpp, which continues its reign as the go-to runtime for running large language models locally. A new quantization format landed this week that cuts memory usage by 30% with negligible quality loss — the pull request alone gathered over 2,000 reactions within 48 hours.
Close behind is microsoft/TypeScript, which shipped a release candidate for TypeScript 6.0. The headline feature is "Isolated Declarations" reaching stable status, enabling faster parallel type-checking in monorepos. Teams at Vercel, Stripe, and Shopify have already reported 40–60% reductions in CI type-check times.
astral-sh/uv — the Rust-powered Python package manager — crossed 30,000 stars this week after publishing benchmarks showing 100x faster dependency resolution than pip. The Python community is buzzing: several major projects announced they're switching their CI pipelines.
In the AI agent space, browser-use/browser-use exploded onto the scene with a demo showing an LLM autonomously completing multi-step web tasks. The project went from 500 to 18,000 stars in a single week, driven by viral demos on X.
Zed Industries/zed shipped collaborative editing with real-time AI suggestions baked in at the editor level — not as a plugin. The architecture post explaining how they achieved sub-10ms latency for remote cursors was widely shared among systems programmers.
Rounding out the top picks: vercel/ai released SDK v6 with a unified streaming protocol and the new Agent class, making multi-step tool-calling dramatically simpler. The migration guide from v5 is thorough and the codemod handles 90% of changes automatically.
The week's theme is clear: the gap between local AI capabilities and cloud AI is closing fast, and developer tooling is getting a Rust-powered speed upgrade across the board. Watch the agent frameworks — they're moving faster than any other category right now.