The Pull: Week 17, 2026
This week in open source: Open models, an AI product manager, and code search that actually keeps up with how people build
1) Free Claude Code: Claude Without the Toll Booth
github.com/Alishahryar1/free-claude-code | License: MIT
Featured in The Push: April 23rd, 2026
Free Claude Code turns Claude Code into a vendor-agnostic shell by proxying Anthropic-shaped requests to cheaper, free-tier, or local models. The clever part is the compatibility layer, especially around streaming, tool calls, and reasoning blocks. Anyone using AI coding seriously, but refusing hard lock-in, should look.
2759 stars/day | 13.7 watchers/day
2) Ml Intern: The ML PM Nobody Hired
github.com/huggingface/ml-intern
Featured in The Push: April 23rd, 2026
Ml Intern turns ML engineering busywork into a supervised agent workflow that can read papers, inspect datasets, write training code, and launch jobs inside the Hugging Face universe. The smart part is the architecture, especially its routed tool access, context compaction, and loop control. Worth watching for startups, research teams, and anyone trying to ship ML with fewer coordination headaches.
1404 stars/day | 4.7 watchers/day
3) Claude Context: AI Coding Needed Search Infrastructure
github.com/zilliztech/claude-context | License: MIT
Featured in The Push: April 21st, 2026
Claude Context turns a giant codebase into searchable context for AI coding agents, instead of stuffing random files into the prompt and hoping for the best. The clever bit is the retrieval architecture, especially incremental sync and structure-aware chunking. Worth a look for teams betting on Claude Code, MCP, or any serious repo-scale AI workflow.
642 stars/day | 2.8 watchers/day
4) RAG Anything: PDFs Finally Stop Acting Flat
github.com/HKUDS/RAG-Anything | License: MIT
Featured in The Push: April 21st, 2026
RAG Anything turns multimodal documents into a retrieval system that understands text, tables, images, and equations as linked knowledge, not isolated scraps. The clever bit is the graph-centered architecture plus vision-aware querying. Worth a look for anyone building AI search, research, or enterprise copilots on top of messy documents.
427 stars/day | 1.4 watchers/day
5) Hackingtool: Hacker Starter Pack, Industrialized
github.com/Z4nzu/hackingtool | License: MIT
Featured in The Push: April 23rd, 2026
Hackingtool turns a chaotic pile of security repos into one searchable, installable console. The clever bit is the metadata layer, which lets the project do compatibility-aware menus, recommendations, filtering, and updates instead of acting like a basic launcher. Worth a look for security learners, educators, and teams building repeatable lab workflows.
1500 stars/day | 13.0 watchers/day
6) Open Generative AI: Creative Suites Got Too Restrictive
github.com/Anil-matcha/Open-Generative-AI
Featured in The Push: April 22nd, 2026
Open Generative AI turns a pile of image, video, lip sync, and local inference models into one self-hostable creative control panel. The clever bit is the shared interface across cloud and on-device generation, which makes vendor switching and workflow reuse much easier. Worth a look for agencies, AI-native marketing teams, and founders building media-heavy products.
617 stars/day | 2.8 watchers/day
7) World Monitor: Bloomberg Terminal for Global Chaos
github.com/koala73/worldmonitor | License: Other
Featured in The Push: April 20th, 2026
World Monitor turns global news, infrastructure feeds, market data, and AI summaries into one real-time intelligence surface. The clever bit is the shared architecture: typed services, layered caching, dual map views, and multiple product variants from one codebase. Best for researchers, investors, ops teams, and founders tracking volatile markets.
500 stars/day | 2.0 watchers/day
8) RuView: Cameras Are Optional Now
github.com/ruvnet/RuView | License: MIT
Featured in The Push: April 20th, 2026
RuView turns ordinary WiFi signals into a privacy-first sensing system for pose estimation, breathing, heartbeat, and presence detection. The clever part is the adaptive edge architecture, especially camera-assisted calibration for a camera-free end state. Worth a look for anyone tracking elder care, sleep tech, smart buildings, or ambient computing.
392 stars/day | 2.7 watchers/day
9) Osv Scanner: Security Debt Needs Receipts
github.com/google/osv-scanner | License: Apache-2.0
Featured in The Push: April 24th, 2026
Osv Scanner turns open vulnerability data into something teams can actually act on, across source repos, lockfiles, containers, and licenses. The smart part is the architecture: precise advisory data plus artifact-aware scanning plus remediation guidance. Security teams, platform groups, and startup founders selling into enterprises should look.
238 stars/day | 0.5 watchers/day
10) Claude Code Templates: AI Coding Finally Gets App Store Logic
github.com/davila7/claude-code-templates | License: MIT
Featured in The Push: April 25th, 2026
Claude Code Templates turns Claude Code from a powerful but messy assistant into a modular install surface for agents, commands, integrations, and monitoring. The clever bit is the packaging architecture, which makes AI workflows composable and observable. Worth a look for teams trying to standardize AI-assisted work, not just experiment with it.
298 stars/day | 2.0 watchers/day
11) PowerShell: The Shell That Refused to Die
github.com/PowerShell/PowerShell | License: MIT
Featured in The Push: April 25th, 2026
PowerShell turns the command line into a structured automation layer that passes objects instead of raw text, which is why it still feels ahead of a lot of newer tooling. The clever bit is the architecture: shell, scripting, and data workflows all share one model. Worth a look for anyone building internal ops, API-heavy workflows, or AI-assisted automation.
182 stars/day | 1.0 watchers/day
12) DeepEP: AI Scale Hits the Network Wall
github.com/deepseek-ai/DeepEP | License: MIT
Featured in The Push: April 24th, 2026
DeepEP turns MoE networking into a specialized performance layer for moving tokens between experts across GPUs and servers. What is clever is the split architecture for throughput-heavy and latency-sensitive paths, plus overlap that preserves GPU compute. Worth a look for anyone building sparse model training, inference infra, or private AI clouds.
140 stars/day | 1.0 watchers/day
13) Langfuse: AI Apps Need Receipts
github.com/langfuse/langfuse | License: Other
Featured in The Push: April 22nd, 2026
Langfuse turns AI product development into something teams can actually inspect, measure, and improve. The clever part is the shared trace architecture that connects prompts, evals, datasets, costs, and failures in one timeline. Worth a look for anyone shipping LLM features beyond the prototype phase.
160 stars/day | 1.0 watchers/day
14) CrabTrap: AI Agents Need a Chaperone
github.com/brexhq/CrabTrap | License: MIT
Featured in The Push: April 22nd, 2026
CrabTrap turns agent security into a live HTTP proxy, checking outbound API calls against hard rules and an LLM judge before anything reaches the internet. The clever bit is the policy lifecycle around that gate, including audits, replays, and policy drafting. Teams shipping tool-using agents should look.
40 stars/day | 0.2 watchers/day
15) Roo Code: AI Coding Finally Has Roles
github.com/RooCodeInc/Roo-Code | License: Apache-2.0
Featured in The Push: April 25th, 2026
Roo Code turns AI coding from one chatty assistant into a role-based system inside your editor. What stands out is the mix of reusable modes, reversible checkpoints, and tool connectivity, which makes AI behavior programmable, not just promptable. Teams trying to standardize how AI helps with planning, debugging, and documentation should look closely.
201 stars/day | 0.0 watchers/day
16) Paperless Ngx: Your Filing Cabinet Was the Bug
github.com/paperless-ngx/paperless-ngx | License: GPL-3.0
Featured in The Push: April 19th, 2026
Paperless Ngx turns scanned paperwork, email attachments, and PDF sprawl into a searchable archive with OCR, metadata rules, and surprisingly thoughtful ingestion architecture. The clever part is the pipeline that structures documents as they arrive, instead of leaving cleanup for later. Households, operators, and small teams with recurring admin pain should look.
180 stars/day | 0.4 watchers/day
17) Arc Kit: Bureaucracy, Finally Structured
github.com/tractorjuice/arc-kit | License: MIT
Featured in The Push: April 19th, 2026
Arc Kit turns enterprise architecture governance into a structured AI workflow, not a pile of disconnected templates. The smart part is the cross-assistant portability plus artifact-level traceability, which makes generated work auditable and reusable. Best for consultants, enterprise platform teams, and anyone stuck between procurement, compliance, and design review.
110 stars/day | 0.3 watchers/day
18) T3 Code: AI Coding Needed a Front End
github.com/pingdotgg/t3code | License: MIT
Featured in The Push: April 19th, 2026
T3 Code turns messy terminal-first coding agents into a clean, provider-neutral GUI. What stands out is the event-driven architecture underneath, which normalizes Claude and Codex into one coherent session model. Worth a look for startup operators, PMs, and technical teams trying to make AI coding repeatable.
107 stars/day | 1.0 watchers/day
19) Pi Hole: Ad Tech’s Tiny Nemesis
github.com/pi-hole/pi-hole | License: Other
Featured in The Push: April 20th, 2026
Pi Hole turns a cheap Linux box into a network-wide ad and tracker filter by sitting at the DNS layer, where every device has to ask permission before loading junk. What is clever is the centralized policy model plus built-in visibility. Anyone running a busy home, office, or device lab should look.
130 stars/day | -0.2 watchers/day
20) Vaultwarden: Password Managers Needed a Diet
github.com/dani-garcia/vaultwarden | License: AGPL-3.0
Featured in The Push: April 24th, 2026
Vaultwarden turns Bitwarden’s polished client ecosystem into something you can run on much smaller infrastructure. The smart part is the server-side compatibility layer, which preserves familiar apps while giving teams control over hosting, costs, and policy. Worth a look for startups, agencies, privacy-first orgs, and anyone who wants ownership without rebuilding user behavior.
118 stars/day | -0.5 watchers/day
21) YT Lite: YouTube’s Feature Tax, Reversed
github.com/dayanch96/YTLite
Featured in The Push: April 21st, 2026
YT Lite turns the official YouTube iOS app into a configurable client with downloads, SponsorBlock, interface cleanup, playback tweaks, and optional add-ons. The clever bit is the build-and-bundle architecture, which makes a messy tweak ecosystem feel almost modular. Worth watching for product people studying user agency, platform friction, and power-user demand.
39 stars/day | 0.0 watchers/day



