Daily Spotlight
Curated open source finds. Hand-picked for utility and relevance.
Trending & Rising
High-velocity repos and community favorites.
Trending Now
High-velocity repositories gaining rapid community traction.
openmc-dev/openmc
OpenMC Monte Carlo Code
aflnet/aflnet
AFLNet: A Greybox Fuzzer for Network Protocols (https://thuanpv.github.io/publications/AFLNet_ICST20.pdf)
go-python/gpython
gpython is a python interpreter written in go "batteries not included"
Hidden Gems
High-utility projects flying under the radar. Low stars, high potential.
New Arrivals
Recently created projects with active commits and initial traction.
antfu/vitest-package-exports
A Vitest util to get all exported APIs of a package and prevent unintended breaking changes.
zinja-coder/zin-mcp-client
MCP Client which serves as bridge between mcp servers and local LLMs running on Ollama, Created for MCP Servers Developed by Me, However other MCP Servers may run as well
zadjii/CmdPalExtensions
A collection of extensions for the Windows Command Palette
Early Stage
Young, active projects building towards their first 100 stars.
Latest Picks
Handpicked repositories selected for utility and relevance.

CC Switch: One GUI for All Your AI Coding Assistants
Developers using multiple AI coding assistants face tedious config file management—editing settings.json, auth.json, and config.toml every time they switch providers. CC Switch provides a GUI that manages all these profiles in one place, gaining 40k+ stars in eight months by solving a friction point the CLI tools themselves weren't designed to address.
cc-switch
farion1231

Pi-mono: Composable AI Coding Primitives vs Features
Pi-mono takes a different approach to AI coding assistants: radically composable primitives instead of baked-in features. With 33k GitHub stars and real-world adoption in OpenClaw, it's solving problems like TUI flickering and navigation that polished tools ignore—while accepting trade-offs in startup speed and stability that come with early-stage OSS.
pi-mono
badlogic

DeepSeek-OCR Compresses Vision Tokens 10x for Long Context
Document images explode into thousands of vision tokens when fed to LLMs, crushing context windows. DeepSeek-OCR uses SAM + CLIP-Large + convolutional compression to shrink them 10x while maintaining 97% OCR accuracy—but 9.2% failure rates on historical documents show the limits of this approach.
DeepSeek-OCR
deepseek-ai

Nano Banana Challenges OpenAI on Character Consistency
Nano Banana, built on Google's Gemini, solves a problem even well-funded competitors struggle with: keeping characters consistent across multiple generated images. Multiple research projects now build on its 150K dataset, and the GitHub repo has attracted 21K+ stars.
Awesome-Nano-Banana-images
PicoTrex

OpenScreen: Free Alternative to Screen Studio Hits 22K Stars
A solo developer identified Screen Studio's $29/month price as a barrier and built OpenScreen—a genuinely free, open-source alternative with comparable polish. The project earned 22,000+ GitHub stars in under three months, proving demand for accessible screen recording tools with professional features like automatic zoom and motion effects.
openscreen
siddharthvaddem

The Manual Anthropic Didn't Write for Claude Code
Anthropic's Claude Code arrived as a powerful agentic coding assistant, but developers had to learn best practices through expensive trial and error. shanraisshan's repository fills that gap with 84 documented practices covering CLAUDE.md configuration, the 30-minute chunking rule that hits 90% success rates, and skills management strategies. The guide topped Hacker News because it answers the question every AI coding tool leaves open: now that I have this, how do I actually use it well?
claude-code-best-practice
shanraisshan